Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-16 | define some Autoconf-(config.h)-like PACKAGE_* macros | Robin Haberkorn | 1 | -0/+5 | |
2012-11-15 | added Interface class to ease porting SciTECO to other platforms (toolkits) | Robin Haberkorn | 1 | -18/+3 | |
* will support Scintilla with Scinterm/NCurses * changes are in such a way that the generated machine code should have almost no overhead compared to the previous implementation (at least when compiled with optimizations) | |||||
2012-11-14 | error checking and colon modifier support for lots of commands | Robin Haberkorn | 1 | -0/+19 | |
2012-11-13 | added support for string match characters (match spec to regexp compiler) | Robin Haberkorn | 1 | -1/+20 | |
2012-11-13 | <x[,y]>S...$ command (only regexp searching at the moment) | Robin Haberkorn | 1 | -0/+6 | |
2012-11-10 | filename autocompletion using <CTRL/T> and <TAB> | Robin Haberkorn | 1 | -0/+4 | |
* <TAB> autocompletion only in specified states * GtkInfoPopup widget to display possible completions, written using Gob2 | |||||
2012-11-08 | EX command | Robin Haberkorn | 1 | -0/+1 | |
2012-11-08 | added support for labels, including the goto label table | Robin Haberkorn | 1 | -5/+0 | |
* uses BSD tree macros, might later be abstracted to a C++ table class | |||||
2012-11-07 | undo stack enable/disable, parse-only mode, colon modifiers evaluation | Robin Haberkorn | 1 | -1/+1 | |
2012-11-07 | let compiler check printf-like arguments | Robin Haberkorn | 1 | -1/+2 | |
2012-11-07 | fixed "-" processing and improved C command, added R command | Robin Haberkorn | 1 | -1/+1 | |
2012-11-06 | initial commit of SciTECO based on THECO | Robin Haberkorn | 1 | -0/+31 | |