Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2010, 12:02:03 AM (15 years ago)
Author:
landauf
Message:
  • console commands "setMMSoundPath" and "printObjects" are now hidden.
  • added "unhide" command to show hidden commands
  • extended auto-completion capability by allowing multi-word ArgumentCompleter and more
  • added new auto-completion function that allows other commands as argument for a command (for example "delay [time] [command]")
File:
1 edited

Legend:

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

    r7230 r7233  
    6565            MultiType getEvaluatedParameter(unsigned int index) const;
    6666
     67            const ArgumentCompletionList& getPossibleArguments() const
     68                { return this->possibleArguments_; }
     69
    6770        private:
    6871            void initialize(const std::string& command);
     
    7578
    7679            static void strip(ArgumentCompletionList& list, const std::string& fragment);
     80            static size_t getSize(const ArgumentCompletionList& list);
    7781
    7882            static std::string dump(const ArgumentCompletionList& list);
Note: See TracChangeset for help on using the changeset viewer.