| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-11 | properly support <CTL/Z> suspension as immediate command | Robin Haberkorn | 1 | -0/+12 | |
| see comment: special handling of <CTL/Z> in terminal might be disabled, or commandline input might be in X11 window... | |||||
| 2013-02-11 | <CTL/U> immediate editing command to rubout current string param | Robin Haberkorn | 1 | -0/+9 | |
| when not in string-state, <CTL/U> is self inserting (unlike traditional TECO where it would clear your entire commandline) | |||||
| 2013-02-11 | fixup: word-rubout may rub out nothing | Robin Haberkorn | 1 | -4/+3 | |
| 2013-02-11 | States::is_string() to check whether current state is a string-state | Robin Haberkorn | 1 | -7/+8 | |
| 2013-02-11 | support <CTRL/W> immediate editing command: depending on context, rub out ↵ | Robin Haberkorn | 1 | -0/+24 | |
| words or entire commands * when rubbing out words (in string params), use Scintilla's definition of a word | |||||
| 2013-02-11 | support <CNTRL/T> immediate editing command only in string parameters | Robin Haberkorn | 1 | -31/+32 | |
| * fixes autocompletion at the beginning of string params * is also available in filename commands and would allow filename completion after string beginning * also did some editing command cleanup | |||||
| 2013-02-08 | reverse Execute::step() change: no need to pass parameters by reference | Robin Haberkorn | 1 | -1/+1 | |
| cmdline and cmdline_pos is no longer modified by code executed by step() instead it is modified at the outermost macro level (commandline macro level) | |||||
| 2013-02-08 | delegate commandline replacements ("}") to the cmdline macro level | Robin Haberkorn | 1 | -11/+34 | |
| allows commandline editing scripted by macros | |||||
| 2013-02-03 | first draft of commandline-editing commands ({ and } as in VideoTECO) | Robin Haberkorn | 1 | -22/+11 | |
| * simplified traditional commandline editing. no need to extend cmdline string one character at a time when inserting multiple. instead there's a marker (cmdline_pos) specifying the macro length to execute in a "step" and also the anchor for generating undo tokens * implementation does not yet work in macro calls * while editing the commandline, other buffers/registers may not be edited (need push-down-list and auxiliary q-register) | |||||
| 2013-01-27 | fixed scintilla symbol autocompletion | Robin Haberkorn | 1 | -3/+3 | |
| do not accidentally overwrite the Scintilla (SCI_...) message symbol set | |||||
| 2013-01-23 | cleaned up QRegister state interface (can pass register by reference) | Robin Haberkorn | 1 | -3/+3 | |
| 2013-01-23 | implemented special save last commandline command ("*" at beginning of ↵ | Robin Haberkorn | 1 | -1/+24 | |
| commandline macro) * only works as part of commandline macro, * at the beginning of other macros, it is treated like an arithmetic asterisk * variables defined in cmdline.cpp are now declared by new cmdline.h | |||||
| 2013-01-22 | fixed: macro program counter is fixed after error occurred while executing ↵ | Robin Haberkorn | 1 | -0/+2 | |
| commandline fixes errors in loops or loop interruptions (may leave program counter somewhere in the loop) | |||||
| 2013-01-19 | updated copyright (2012-2013) | Robin Haberkorn | 1 | -1/+1 | |
| 2012-12-04 | added copyright notice to every source file | Robin Haberkorn | 1 | -0/+17 | |
| 2012-12-04 | first working version of autotools based build-system | Robin Haberkorn | 1 | -0/+4 | |
| 2012-12-04 | autoconf preparation: move everything into src/ subdir | Robin Haberkorn | 1 | -0/+371 | |
