Age | Commit message (Expand) | Author | Files | Lines |
2012-11-16 | support different kinds of runtime errors (using C++ exceptions) | Robin Haberkorn | 1 | -57/+65 |
2012-11-16 | support EF and EX arguments. FALSE (>= 0) means to refuse closing/exiting if ... | Robin Haberkorn | 1 | -0/+10 |
2012-11-15 | minor change to avoid compiler warning | Robin Haberkorn | 1 | -1/+1 |
2012-11-15 | added Interface class to ease porting SciTECO to other platforms (toolkits) | Robin Haberkorn | 1 | -57/+57 |
2012-11-14 | minor comment fix | Robin Haberkorn | 1 | -1/+1 |
2012-11-14 | error checking and colon modifier support for lots of commands | Robin Haberkorn | 1 | -42/+143 |
2012-11-14 | simplified move_lines() a bit | Robin Haberkorn | 1 | -2/+1 |
2012-11-13 | EF command to close a buffer | Robin Haberkorn | 1 | -0/+7 |
2012-11-13 | <n>W, <n>V, <n>Y commands | Robin Haberkorn | 1 | -0/+56 |
2012-11-13 | minor simplification | Robin Haberkorn | 1 | -1/+1 |
2012-11-13 | added EW...$ command | Robin Haberkorn | 1 | -1/+2 |
2012-11-13 | reset dot on search failure | Robin Haberkorn | 1 | -5/+6 |
2012-11-13 | support :S...$ command | Robin Haberkorn | 1 | -0/+3 |
2012-11-13 | added support for string match characters (match spec to regexp compiler) | Robin Haberkorn | 1 | -4/+216 |
2012-11-13 | fixed undoing of setting Q-Register string | Robin Haberkorn | 1 | -2/+1 |
2012-11-13 | Search command: use clever circular stack for the last (-n) matches for n < 0... | Robin Haberkorn | 1 | -11/+9 |
2012-11-13 | when doing a reverse search, allocate array of matches (since it can currentl... | Robin Haberkorn | 1 | -1/+3 |
2012-11-13 | <x[,y]>S...$ command (only regexp searching at the moment) | Robin Haberkorn | 1 | -3/+130 |
2012-11-12 | distinguish between GOTO, LOOP and CONDITIONAL parse-only modes: fixes loop b... | Robin Haberkorn | 1 | -15/+23 |
2012-11-12 | fix: process @ modifier in PARSE_ONLY mode; fixes alternate string escapes in... | Robin Haberkorn | 1 | -1/+4 |
2012-11-12 | various arithmetic expression fixes: SUB must have higher precedence than ADD... | Robin Haberkorn | 1 | -0/+2 |
2012-11-11 | <x,y>Xq command, automatic profile munging, explicit munging, commandline opt... | Robin Haberkorn | 1 | -0/+27 |
2012-11-11 | automatic support for string building characters | Robin Haberkorn | 1 | -10/+111 |
2012-11-11 | added <n>O...$ GOTO command | Robin Haberkorn | 1 | -0/+1 |
2012-11-11 | implemented conditionals (<n>"x...|...') | Robin Haberkorn | 1 | -0/+82 |
2012-11-11 | implemented F<, F>, F' and F| (flow) commands | Robin Haberkorn | 1 | -4/+79 |
2012-11-11 | support for Qx, Ux, %x and Mx commands | Robin Haberkorn | 1 | -0/+12 |
2012-11-11 | ^Ux...$ command: rubout does not yet work properly | Robin Haberkorn | 1 | -0/+1 |
2012-11-11 | Q-Register table and EQx command | Robin Haberkorn | 1 | -0/+17 |
2012-11-10 | use namespace "States" instead of "states" structure | Robin Haberkorn | 1 | -25/+32 |
2012-11-10 | use namespace for Modifiers instead of structure | Robin Haberkorn | 1 | -14/+14 |
2012-11-10 | ensure that string argument done() handlers never get a NULL pointer | Robin Haberkorn | 1 | -1/+1 |
2012-11-10 | filename autocompletion using <CTRL/T> and <TAB> | Robin Haberkorn | 1 | -3/+2 |
2012-11-08 | added buffer ring and preliminary EB...$ implementation | Robin Haberkorn | 1 | -0/+1 |
2012-11-08 | EX command | Robin Haberkorn | 1 | -0/+23 |
2012-11-08 | insert (I) and <TAB> commands implemented | Robin Haberkorn | 1 | -2/+106 |
2012-11-08 | add form feed to list of whitespace characters | Robin Haberkorn | 1 | -1/+1 |
2012-11-08 | support line termination ($$) as immediate editing command + some fixes | Robin Haberkorn | 1 | -1/+1 |
2012-11-08 | added <CNTRL/x> and ^x commands | Robin Haberkorn | 1 | -8/+74 |
2012-11-08 | added support for labels, including the goto label table | Robin Haberkorn | 1 | -8/+6 |
2012-11-07 | additional commands implemented | Robin Haberkorn | 1 | -2/+207 |
2012-11-07 | undo stack enable/disable, parse-only mode, colon modifiers evaluation | Robin Haberkorn | 1 | -7/+63 |
2012-11-07 | add helper function to initialize transition table | Robin Haberkorn | 1 | -5/+2 |
2012-11-07 | check bounds when accessing the transitions table | Robin Haberkorn | 1 | -1/+15 |
2012-11-07 | fixed "," operator | Robin Haberkorn | 1 | -3/+2 |
2012-11-07 | fixed "-" processing and improved C command, added R command | Robin Haberkorn | 1 | -3/+13 |
2012-11-07 | expression stack fixes and some arithmetic commands | Robin Haberkorn | 1 | -6/+58 |
2012-11-07 | expression stack based on THECO's ArithmeticStack | Robin Haberkorn | 1 | -0/+1 |
2012-11-06 | initial commit of SciTECO based on THECO | Robin Haberkorn | 1 | -0/+95 |