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/CommandExecutor.cc

    r1435 r1436  
    557557        unsigned int lowestIndex = 1 + (CommandExecutor::getEvaluation().functionclass_ != 0);
    558558
    559         for (unsigned int i = CommandExecutor::argumentsGiven() - 2; i >= lowestIndex; --i)
     559        for (unsigned int i = CommandExecutor::argumentsGiven() - 1; i >= lowestIndex; --i)
    560560        {
    561561            params[index] = CommandExecutor::getArgument(i);
Note: See TracChangeset for help on using the changeset viewer.