Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-10 | filename autocompletion using <CTRL/T> and <TAB> | Robin Haberkorn | 1 | -3/+2 | |
* <TAB> autocompletion only in specified states * GtkInfoPopup widget to display possible completions, written using Gob2 | |||||
2012-11-08 | added buffer ring and preliminary EB...$ implementation | Robin Haberkorn | 1 | -0/+1 | |
* undoing supported * does not yet support globbing | |||||
2012-11-08 | EX command | Robin Haberkorn | 1 | -0/+23 | |
2012-11-08 | insert (I) and <TAB> commands implemented | Robin Haberkorn | 1 | -2/+106 | |
* 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 | 1 | -1/+1 | |
* 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 | 1 | -8/+74 | |
2012-11-08 | added support for labels, including the goto label table | Robin Haberkorn | 1 | -8/+6 | |
* uses BSD tree macros, might later be abstracted to a C++ table class | |||||
2012-11-07 | additional commands implemented | Robin Haberkorn | 1 | -2/+207 | |
2012-11-07 | undo stack enable/disable, parse-only mode, colon modifiers evaluation | Robin Haberkorn | 1 | -7/+63 | |
2012-11-07 | add helper function to initialize transition table | Robin Haberkorn | 1 | -5/+2 | |
2012-11-07 | check bounds when accessing the transitions table | Robin Haberkorn | 1 | -1/+15 | |
2012-11-07 | fixed "," operator | Robin Haberkorn | 1 | -3/+2 | |
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 | 1 | -3/+13 | |
2012-11-07 | expression stack fixes and some arithmetic commands | Robin Haberkorn | 1 | -6/+58 | |
2012-11-07 | expression stack based on THECO's ArithmeticStack | Robin Haberkorn | 1 | -0/+1 | |
2012-11-06 | initial commit of SciTECO based on THECO | Robin Haberkorn | 1 | -0/+95 | |