aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-266/+0
2012-12-04search and replace command (FS)Robin Haberkorn1-4/+7
2012-12-03refactored search command (states): they are now in a separate search.cpp fileRobin Haberkorn1-37/+0
2012-12-03first draft of N command based on SRobin Haberkorn1-2/+12
2012-11-24allow symbolic names (symbols) being specified for the scintilla (ES) commandRobin Haberkorn1-11/+22
2012-11-21support "\" and <n>\ commands to insert and read integers in the current radi...Robin Haberkorn1-0/+4
2012-11-20cleanup macro execution functions: common namespace, Execute::file() uses Exe...Robin Haberkorn1-4/+7
2012-11-20local Q-Register tables; :M commandRobin Haberkorn1-6/+12
2012-11-20support special "{" alternate escape character: is only terminated by a match...Robin Haberkorn1-1/+3
2012-11-20disable ^U string building characters (by default)Robin Haberkorn1-1/+4
2012-11-20Scintilla command ES accepting string parameter: if empty, pop value from sta...Robin Haberkorn1-0/+6
2012-11-16support different kinds of runtime errors (using C++ exceptions)Robin Haberkorn1-22/+61
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-0/+3
2012-11-14error checking and colon modifier support for lots of commandsRobin Haberkorn1-3/+3
2012-11-13<n>W, <n>V, <n>Y commandsRobin Haberkorn1-0/+1
2012-11-13added support for string match characters (match spec to regexp compiler)Robin Haberkorn1-0/+13
2012-11-13<x[,y]>S...$ command (only regexp searching at the moment)Robin Haberkorn1-0/+14
2012-11-12distinguish between GOTO, LOOP and CONDITIONAL parse-only modes: fixes loop b...Robin Haberkorn1-2/+4
2012-11-11<x,y>Xq command, automatic profile munging, explicit munging, commandline opt...Robin Haberkorn1-0/+1
2012-11-11automatic support for string building charactersRobin Haberkorn1-0/+24
2012-11-11implemented conditionals (<n>"x...|...')Robin Haberkorn1-0/+9
2012-11-11implemented F<, F>, F' and F| (flow) commandsRobin Haberkorn1-0/+9
2012-11-11Q-Register table and EQx commandRobin Haberkorn1-1/+21
2012-11-10use namespace "States" instead of "states" structureRobin Haberkorn1-12/+7
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-0/+3
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-0/+2
2012-11-08EX commandRobin Haberkorn1-0/+9
2012-11-08insert (I) and <TAB> commands implementedRobin Haberkorn1-0/+26
2012-11-08added <CNTRL/x> and ^x commandsRobin Haberkorn1-0/+14
2012-11-08added support for labels, including the goto label tableRobin Haberkorn1-0/+18
2012-11-07additional commands implementedRobin Haberkorn1-0/+1
2012-11-07undo stack enable/disable, parse-only mode, colon modifiers evaluationRobin Haberkorn1-4/+8
2012-11-07add helper function to initialize transition tableRobin Haberkorn1-0/+12
2012-11-07check bounds when accessing the transitions tableRobin Haberkorn1-12/+1
2012-11-07fixed "-" processing and improved C command, added R commandRobin Haberkorn1-0/+2
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+45