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