aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmdline.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-371/+0
2012-12-04refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buf...Robin Haberkorn1-1/+2
2012-11-24do not try to complete string argument if it is in "{" modeRobin Haberkorn1-1/+2
2012-11-24support auto-completion of symbols in the scintilla command (ES)Robin Haberkorn1-10/+69
2012-11-24fixed command line terminationRobin Haberkorn1-2/+5
2012-11-20cleanup macro execution functions: common namespace, Execute::file() uses Exe...Robin Haberkorn1-1/+1
2012-11-20errors when label cannot be found at end of macro invocationRobin Haberkorn1-0/+7
2012-11-20goto table cleanupRobin Haberkorn1-1/+1
2012-11-20make goto tables local to macro invocation: they are declared on the C++ call...Robin Haberkorn1-1/+1
2012-11-17fixed behaviour on runtime errors: the character resulting in the error is no...Robin Haberkorn1-6/+19
2012-11-16fixed clearing message line: do not display an empty message line (which can ...Robin 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 Haberkorn1-1/+3
2012-11-16empty Scintilla undo buffer on line termination and after mungingRobin Haberkorn1-0/+1
2012-11-15cleaned up command line updating: the interface is responsible for drawing th...Robin Haberkorn1-6/+5
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-15/+12
2012-11-13when autocompleting, highlight files that are already in the bufferRobin Haberkorn1-4/+10
2012-11-13added EW...$ commandRobin Haberkorn1-1/+2
2012-11-11support EQx<filename>$ command: load filename into Q register without changin...Robin Haberkorn1-4/+5
2012-11-10use namespace "States" instead of "states" structureRobin Haberkorn1-1/+2
2012-11-10support filename highlighting in GtkInfoPopupRobin Haberkorn1-1/+2
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-0/+140
2012-11-08EX commandRobin Haberkorn1-1/+7
2012-11-08support line termination ($$) as immediate editing command + some fixesRobin Haberkorn1-18/+44
2012-11-08added support for labels, including the goto label tableRobin Haberkorn1-0/+2
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+103