| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-11-15 | added NCurses user interface (based on Scinterm) | Robin Haberkorn | 1 | -9/+12 | |
| * terminal resizing not yet supported * file popups are sort of a hack | |||||
| 2012-11-15 | adapted Makefile to handle different user interfaces | Robin Haberkorn | 1 | -8/+32 | |
| 2012-11-15 | added Interface class to ease porting SciTECO to other platforms (toolkits) | Robin Haberkorn | 1 | -2/+2 | |
| * 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-11 | RBTree class (wrapper around BSD macros) - use for Goto table | Robin Haberkorn | 1 | -1/+1 | |
| * the other classes (Table, StringTable, StringTableUndo) do not yet work | |||||
| 2012-11-10 | filename autocompletion using <CTRL/T> and <TAB> | Robin Haberkorn | 1 | -1/+11 | |
| * <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 | -1/+1 | |
| * undoing supported * does not yet support globbing | |||||
| 2012-11-08 | added support for labels, including the goto label table | Robin Haberkorn | 1 | -1/+2 | |
| * uses BSD tree macros, might later be abstracted to a C++ table class | |||||
| 2012-11-07 | expression stack based on THECO's ArithmeticStack | Robin Haberkorn | 1 | -1/+1 | |
| 2012-11-06 | initial commit of SciTECO based on THECO | Robin Haberkorn | 1 | -0/+17 | |
