aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-11-20goto table cleanupRobin Haberkorn6-28/+28
2012-11-20make goto tables local to macro invocation: they are declared on the C++ call...Robin Haberkorn7-139/+151
2012-11-20support special "{" alternate escape character: is only terminated by a match...Robin Haberkorn3-10/+28
2012-11-20disable ^U string building characters (by default)Robin Haberkorn4-19/+28
2012-11-20fixed cleaning up red black trees: nodes must be explicitly removedRobin Haberkorn1-2/+4
2012-11-20fixed EB rubout when there is an ADD hook: must not remove buffer before undo...Robin Haberkorn2-9/+4
2012-11-20minor teco.ini simplificationsRobin Haberkorn1-3/+3
2012-11-20some debug output when pushing/popping undo tokensRobin Haberkorn1-0/+11
2012-11-20QRegister push-down stack: [x and ]x commandsRobin Haberkorn4-43/+230
2012-11-20ED flags making 0-Register hook execution configurableRobin Haberkorn6-9/+95
2012-11-20Scintilla command ES accepting string parameter: if empty, pop value from sta...Robin Haberkorn2-15/+31
2012-11-20cleanup strings[0] before invoking done(): can only be a preliminary solutionRobin Haberkorn2-8/+12
2012-11-20first working draft of syntax highlighting support and related necessary feat...Robin Haberkorn4-32/+57
2012-11-18fixed "*" register: instead of trying to update it everywhere the buffer file...Robin Haberkorn2-35/+67
2012-11-18avoid using Scintilla's SAVEPOINT mechanism altogether: fixes some destructiv...Robin Haberkorn4-38/+22
2012-11-17Q-Register "*" holding the current filenameRobin Haberkorn2-9/+19
2012-11-17use special flag to temporarily disable buffer dirty checks when a Q-Register...Robin Haberkorn3-4/+22
2012-11-17fixed behaviour on runtime errors: the character resulting in the error is no...Robin Haberkorn1-6/+19
2012-11-17fixed rubout for loading Q-Registers (with files)Robin Haberkorn2-7/+12
2012-11-16avoid some unnecessary jumps to buffer startRobin Haberkorn2-4/+2
2012-11-16scroll caret into view after text insertionRobin Haberkorn1-1/+3
2012-11-16Make sure undo tokens and RB-tree entries are destroyed properlyRobin Haberkorn3-3/+4
2012-11-16yet another minor README fixRobin Haberkorn1-1/+1
2012-11-16added some build-time dependenciesRobin Haberkorn1-2/+3
2012-11-16minor README.md fixRobin Haberkorn1-1/+1
2012-11-16README.md for GithubRobin Haberkorn1-0/+57
2012-11-16ensure that infoline is correct on startupRobin Haberkorn1-1/+2
2012-11-16fixed clearing message line: do not display an empty message line (which can ...Robin Haberkorn6-3/+27
2012-11-16changed default scintilla directoryRobin Haberkorn1-1/+1
2012-11-16clear message line after every keypressRobin Haberkorn1-0/+1
2012-11-16support different kinds of runtime errors (using C++ exceptions)Robin Haberkorn7-113/+174
2012-11-16NCURSES interface: fix message displaying in batch mode (avoid any refresh)Robin Haberkorn1-1/+13
2012-11-16file closing must be enforced now (teco.ini)Robin Haberkorn1-1/+1
2012-11-16support EF and EX arguments. FALSE (>= 0) means to refuse closing/exiting if ...Robin Haberkorn3-0/+24
2012-11-16NCURSES: simplified notification callback a bitRobin Haberkorn1-4/+2
2012-11-16empty Scintilla undo buffer on line termination and after mungingRobin Haberkorn2-0/+4
2012-11-16keep a buffer dirty flag and display infos about the current buffer in the in...Robin Haberkorn8-65/+261
2012-11-16define some Autoconf-(config.h)-like PACKAGE_* macrosRobin Haberkorn1-0/+5
2012-11-15NCurses interface: support terminal resizingRobin Haberkorn5-10/+50
2012-11-15install targetRobin Haberkorn1-0/+5
2012-11-15support stdio for curses interfaceRobin Haberkorn6-32/+86
2012-11-15ease changing the scintilla directoryRobin Haberkorn1-3/+4
2012-11-15minor Makefile cleanupRobin Haberkorn1-1/+3
2012-11-15minor change to avoid compiler warningRobin Haberkorn1-1/+1
2012-11-15added NCurses user interface (based on Scinterm)Robin Haberkorn3-9/+286
2012-11-15changed default colors and moved stuff into user interfaceRobin Haberkorn2-11/+19
2012-11-15adapted Makefile to handle different user interfacesRobin Haberkorn2-8/+33
2012-11-15cleaned up command line updating: the interface is responsible for drawing th...Robin Haberkorn5-13/+15
2012-11-15make it possible for interface classes to define a get_options() method to ad...Robin Haberkorn3-2/+17
2012-11-15changed save point file pattern to .teco-xxx-dddRobin Haberkorn2-2/+2