aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16changed default scintilla directoryRobin Haberkorn1-1/+1
in the most common setup, it will be found in the parent directory
2012-11-15install targetRobin Haberkorn1-0/+5
2012-11-15ease changing the scintilla directoryRobin Haberkorn1-3/+4
2012-11-15minor Makefile cleanupRobin Haberkorn1-1/+3
2012-11-15added NCurses user interface (based on Scinterm)Robin Haberkorn1-9/+12
* terminal resizing not yet supported * file popups are sort of a hack
2012-11-15adapted Makefile to handle different user interfacesRobin Haberkorn1-8/+32
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-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-11RBTree class (wrapper around BSD macros) - use for Goto tableRobin Haberkorn1-1/+1
* the other classes (Table, StringTable, StringTableUndo) do not yet work
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-1/+11
* <TAB> autocompletion only in specified states * GtkInfoPopup widget to display possible completions, written using Gob2
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-1/+1
* undoing supported * does not yet support globbing
2012-11-08added support for labels, including the goto label tableRobin Haberkorn1-1/+2
* uses BSD tree macros, might later be abstracted to a C++ table class
2012-11-07expression stack based on THECO's ArithmeticStackRobin Haberkorn1-1/+1
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+17