aboutsummaryrefslogtreecommitdiffhomepage
path: root/undo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-1/+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-08set UndoToken position only when it is required (undo enabled)Robin Haberkorn1-10/+9
2012-11-08support line termination ($$) as immediate editing command + some fixesRobin Haberkorn1-0/+11
* 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-07expression stack based on THECO's ArithmeticStackRobin Haberkorn1-2/+1
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+57