Age | Commit message (Expand) | Author | Files | Lines |
2012-12-04 | autoconf preparation: move everything into src/ subdir | Robin Haberkorn | 1 | -1436/+0 |
2012-12-04 | refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buf... | Robin Haberkorn | 1 | -1/+2 |
2012-12-04 | search-kill command (FK) | Robin Haberkorn | 1 | -0/+1 |
2012-12-04 | search-delete command (FD) | Robin Haberkorn | 1 | -0/+1 |
2012-12-04 | search-replace command with default replacement string (FR) | Robin Haberkorn | 1 | -0/+1 |
2012-12-04 | search and replace command (FS) | Robin Haberkorn | 1 | -4/+5 |
2012-12-03 | refactored search command (states): they are now in a separate search.cpp file | Robin Haberkorn | 1 | -464/+1 |
2012-12-03 | first draft of N command based on S | Robin Haberkorn | 1 | -57/+166 |
2012-11-25 | fixed range interpretation for search command: had to be given in the wrong o... | Robin Haberkorn | 1 | -2/+9 |
2012-11-24 | allow symbolic names (symbols) being specified for the scintilla (ES) command | Robin Haberkorn | 1 | -23/+88 |
2012-11-21 | support "\" and <n>\ commands to insert and read integers in the current radi... | Robin Haberkorn | 1 | -0/+64 |
2012-11-21 | Gq command to insert Q-Register at current DOT | Robin Haberkorn | 1 | -0/+1 |
2012-11-21 | <n>A command to get ASCII code from buffer (at position DOT+n) | Robin Haberkorn | 1 | -0/+9 |
2012-11-20 | fixed rubout of macro invocations: goto tables and q-registers are allocated ... | Robin Haberkorn | 1 | -20/+13 |
2012-11-20 | cleanup macro execution functions: common namespace, Execute::file() uses Exe... | Robin Haberkorn | 1 | -28/+61 |
2012-11-20 | local Q-Register tables; :M command | Robin Haberkorn | 1 | -19/+71 |
2012-11-20 | errors when label cannot be found at end of macro invocation | Robin Haberkorn | 1 | -0/+5 |
2012-11-20 | goto table cleanup | Robin Haberkorn | 1 | -2/+2 |
2012-11-20 | make goto tables local to macro invocation: they are declared on the C++ call... | Robin Haberkorn | 1 | -0/+6 |
2012-11-20 | support special "{" alternate escape character: is only terminated by a match... | Robin Haberkorn | 1 | -7/+23 |
2012-11-20 | disable ^U string building characters (by default) | Robin Haberkorn | 1 | -13/+17 |
2012-11-20 | QRegister push-down stack: [x and ]x commands | Robin Haberkorn | 1 | -0/+3 |
2012-11-20 | ED flags making 0-Register hook execution configurable | Robin Haberkorn | 1 | -0/+14 |
2012-11-20 | Scintilla command ES accepting string parameter: if empty, pop value from sta... | Robin Haberkorn | 1 | -15/+25 |
2012-11-20 | cleanup strings[0] before invoking done(): can only be a preliminary solution | Robin Haberkorn | 1 | -7/+9 |
2012-11-20 | first working draft of syntax highlighting support and related necessary feat... | Robin Haberkorn | 1 | -1/+15 |
2012-11-18 | avoid using Scintilla's SAVEPOINT mechanism altogether: fixes some destructiv... | Robin Haberkorn | 1 | -0/+5 |
2012-11-16 | scroll caret into view after text insertion | Robin Haberkorn | 1 | -1/+3 |
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 |