Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2008, 12:27:13 AM (16 years ago)
Author:
landauf
Message:

autocompletion is almost done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/CommandExecutor.h

    r1430 r1434  
    9595            static void createArgumentCompletionList(ConsoleCommand* command, unsigned int param);
    9696            static std::string getCommonBegin(const std::list<std::pair<const std::string*, const std::string*> >& list);
     97            static std::string getCommonBegin(const std::list<std::pair<std::string, std::string> >& list);
    9798            static bool compareStringsInList(const std::pair<const std::string*, const std::string*>& first, const std::pair<const std::string*, const std::string*>& second);
     99            static bool compareStringsInList2(const std::pair<std::string, std::string>& first, const std::pair<std::string, std::string>& second);
    98100
    99101
Note: See TracChangeset for help on using the changeset viewer.