| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-11-08 | support globbing in EB...$ to support opening multiple files at once | Robin Haberkorn | 2 | -6/+55 | |
| 2012-11-08 | added comments | Robin Haberkorn | 2 | -0/+8 | |
| 2012-11-08 | added buffer ring and preliminary EB...$ implementation | Robin Haberkorn | 6 | -6/+277 | |
| * undoing supported * does not yet support globbing | |||||
| 2012-11-08 | set UndoToken position only when it is required (undo enabled) | Robin Haberkorn | 2 | -22/+12 | |
| 2012-11-08 | EX command | Robin Haberkorn | 4 | -1/+40 | |
| 2012-11-08 | insert (I) and <TAB> commands implemented | Robin Haberkorn | 2 | -2/+132 | |
| * StateExpectString does not yet handle string building chars | |||||
| 2012-11-08 | add form feed to list of whitespace characters | Robin Haberkorn | 1 | -1/+1 | |
| 2012-11-08 | support line termination ($$) as immediate editing command + some fixes | Robin Haberkorn | 6 | -19/+66 | |
| * separate function for immediate editing command processing * undo.clear() to remove and free all undo tokens without executing them * goto_table_clear() to remove and free all goto table entries | |||||
| 2012-11-08 | added <CNTRL/x> and ^x commands | Robin Haberkorn | 2 | -8/+88 | |
| 2012-11-08 | added missing transition table initialization for label state | Robin Haberkorn | 2 | -0/+8 | |
| 2012-11-08 | added support for labels, including the goto label table | Robin Haberkorn | 8 | -14/+272 | |
| * uses BSD tree macros, might later be abstracted to a C++ table class | |||||
| 2012-11-07 | additional commands implemented | Robin Haberkorn | 3 | -4/+214 | |
| 2012-11-07 | undo stack enable/disable, parse-only mode, colon modifiers evaluation | Robin Haberkorn | 4 | -14/+79 | |
| 2012-11-07 | let compiler check printf-like arguments | Robin Haberkorn | 1 | -1/+2 | |
| 2012-11-07 | add helper function to initialize transition table | Robin Haberkorn | 2 | -5/+14 | |
| 2012-11-07 | check bounds when accessing the transitions table | Robin Haberkorn | 2 | -13/+16 | |
| 2012-11-07 | make some Expression methods private | Robin Haberkorn | 1 | -5/+7 | |
| 2012-11-07 | simplified/cleaned up undo operations on value stack | Robin Haberkorn | 2 | -39/+48 | |
| * special undo tokens are private to the ValueStack class and automatically parameterized * undo_push() and undo_pop() methods hide the internals of pushing the undo tokens | |||||
| 2012-11-07 | fixed "," operator | Robin Haberkorn | 3 | -32/+27 | |
| instead of pushing a special number (which wasn't that special...), use a dedicated "new" operator which does not count as an argument operator, nor does it count as an ordinary operator and it is popped before any number (and "number" operator) is pushed | |||||
| 2012-11-07 | fixed "-" processing and improved C command, added R command | Robin Haberkorn | 4 | -7/+19 | |
| 2012-11-07 | expression stack fixes and some arithmetic commands | Robin Haberkorn | 3 | -13/+75 | |
| 2012-11-07 | expression stack based on THECO's ArithmeticStack | Robin Haberkorn | 6 | -6/+355 | |
| 2012-11-06 | initial commit of SciTECO based on THECO | Robin Haberkorn | 9 | -0/+593 | |
