Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2010, 1:25:04 AM (14 years ago)
Author:
landauf
Message:
  • fixed error if a command doesn't exist not being shown while using auto-completion
  • fixed error if a command doesn't exist not being redirected to sub-command auto-completion
  • fixed unneeded line-breaks in auto-completion list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h

    r7234 r7235  
    6060    {
    6161        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(fallback)();
    62         ARGUMENT_COMPLETION_FUNCTION_DECLARATION(groupsandcommands)();
     62        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(groupsandcommands)(const std::string& fragment);
    6363        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(subcommands)(const std::string& fragment, const std::string& group);
    6464        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(command)(const std::string& fragment);
Note: See TracChangeset for help on using the changeset viewer.