Menu

Commit [r5157]  Maximize  Restore  History

20080102 Adding a section about GXemul being Free Software to intro.html

(same as in previous versions of GXemul).
Implementing CommandInterpreter::RunCommand, so that commands
can be executed. "help", "quit", and "version" work
interactively now :)
20080103 CTRL-A/E (for start/end of line) and CTRL-B/F (for back/
forward cursor movement) now work in the console UI.
Mapping ANSI/VTxxx/xterm cursor keys (escape + [ + misc) to
CTRL-A/E/B/F/N/P.
Adding command history support to the CommandInterpreter.
Classes that perform unit tests using the UNITTESTS(classname)
macro are now tested (almost) automagically by
UnitTest::RunTests(). (.h files must still be included.)
20080104 Connecting cursor up/down keys to the command history.
Adding Component::Clone. (Not really used yet.)
Adding CTRL-D support to the command interpreter (remove
character to the right).
Actions will now be placed in src/main/actions/.
Implementing an AddComponentAction.
20080105 Beginning on TAB completion in the CommandInterpreter.
Implementing the UndoCommand and the RedoCommand.
Adding CTRL-K (kill end of line) to the command interpreter.
Implementing RemoveComponentAction.

gavare 2008-01-05

1 2 > >> (Page 1 of 2)
changed /gxemul-legacy/trunk/HISTORY
changed /gxemul-legacy/trunk/Makefile.skel
changed /gxemul-legacy/trunk/TODO
changed /gxemul-legacy/trunk/configure
changed /gxemul-legacy/trunk/src/components/dummy/DummyComponent.cc
changed /gxemul-legacy/trunk/src/include/Action.h
changed /gxemul-legacy/trunk/src/include/ActionStack.h
changed /gxemul-legacy/trunk/src/include/Command.h
changed /gxemul-legacy/trunk/src/include/CommandInterpreter.h
changed /gxemul-legacy/trunk/src/include/Component.h
changed /gxemul-legacy/trunk/src/include/GXemul.h
changed /gxemul-legacy/trunk/src/include/UI.h
changed /gxemul-legacy/trunk/src/include/UnitTest.h
added /gxemul-legacy/trunk/src/include/actions
added /gxemul-legacy/trunk/src/include/actions/AddComponentAction.h
added /gxemul-legacy/trunk/src/include/actions/RemoveComponentAction.h
added /gxemul-legacy/trunk/src/include/commands/HelpCommand.h
changed /gxemul-legacy/trunk/src/include/commands/QuitCommand.h
added /gxemul-legacy/trunk/src/include/commands/RedoCommand.h
added /gxemul-legacy/trunk/src/include/commands/TreeCommand.h
added /gxemul-legacy/trunk/src/include/commands/UndoCommand.h
changed /gxemul-legacy/trunk/src/include/commands/VersionCommand.h
changed /gxemul-legacy/trunk/src/include/ui/console/ConsoleUI.h
changed /gxemul-legacy/trunk/src/include/ui/gtkmm/GtkmmUI.h
changed /gxemul-legacy/trunk/src/main/Action.cc
/gxemul-legacy/trunk/HISTORY Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/Makefile.skel Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/TODO Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/configure Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/components/dummy/DummyComponent.cc Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/Action.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/ActionStack.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/Command.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/CommandInterpreter.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/Component.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/GXemul.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/UI.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/UnitTest.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/actions/AddComponentAction.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/actions/RemoveComponentAction.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/commands/HelpCommand.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/commands/QuitCommand.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/commands/RedoCommand.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/commands/TreeCommand.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/commands/UndoCommand.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/commands/VersionCommand.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/ui/console/ConsoleUI.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/include/ui/gtkmm/GtkmmUI.h Diff Switch to side-by-side view
Loading...
/gxemul-legacy/trunk/src/main/Action.cc Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)