Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/doc/CommandExecutor


Ignore:
Timestamp:
Oct 1, 2008, 2:14:29 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/CommandExecutor

    v1 v2  
    1 = CommandExecutor =
     1= !CommandExecutor =
    22[[TracNav(TracNav/TOC_Development)]]
    33
     4== Description ==
     5
     6== Usage ==
     7=== execute() ===
     8=== hint() ===
     9=== complete() ===
     10=== evaluate() ===
     11
     12== Illustration ==
     13[[Image(CommandExecutor.png)]]
     14
     15The illustration shows how the !CommandExecutor executes a [wiki:ConsoleCommand] by searching for the specified command in the shortcut list and the lists of all [wiki:Identifier Identifiers] and then executes the command by calling the [wiki:Functor]. At the end, it stores the returnvalue.