Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2008, 3:01:49 AM (16 years ago)
Author:
landauf
Message:

cool stuff: autocompletion works with filesystem (has to be tested on other systems)

File:
1 edited

Legend:

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

    r1430 r1436  
    6464                        return (*this->function_5_)(param1, param2, param3, param4, param5);
    6565                    default:
    66                         return (*this->function_0_)();
     66                        return std::list<std::pair<std::string, std::string> >();
    6767                }
    6868            }
Note: See TracChangeset for help on using the changeset viewer.