Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2008, 6:29:08 PM (16 years ago)
Author:
landauf
Message:

you'll love this: separated displayed strings in autocompletion from actually inserted strings, to make fancy things like a really good autocompletion for files and directories.

@bensch: this is the "better system" I was talking about

File:
1 edited

Legend:

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

    r1434 r1441  
    109109            virtual void tick(float dt);
    110110
    111             std::list<std::pair<std::string, std::string> > getThreadList() const;
     111            std::list<unsigned int> getThreadList() const;
    112112
    113113        private:
Note: See TracChangeset for help on using the changeset viewer.