index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cmdline.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
make sure a (void*)0 is used as sentinels
Robin Haberkorn
1
-2
/
+2
2013-03-16
common parent state for all file-name-expecting commands: fixes EM tab-comple...
Robin Haberkorn
1
-3
/
+1
2013-03-16
documented remaining commands
Robin Haberkorn
1
-0
/
+7
2013-02-22
resolved enter-key handling by introducing get_eol()
Robin Haberkorn
1
-0
/
+14
2013-02-22
Windows (MinGW) compatibility fixes: suspending impossible and environment in...
Robin Haberkorn
1
-1
/
+3
2013-02-16
fixed commandline replacements
Robin Haberkorn
1
-15
/
+16
2013-02-16
function key support (keys without printable representation) using keyboard m...
Robin Haberkorn
1
-0
/
+17
2013-02-11
properly support <CTL/Z> suspension as immediate command
Robin Haberkorn
1
-0
/
+12
2013-02-11
<CTL/U> immediate editing command to rubout current string param
Robin Haberkorn
1
-0
/
+9
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 wor...
Robin Haberkorn
1
-0
/
+24
2013-02-11
support <CNTRL/T> immediate editing command only in string parameters
Robin Haberkorn
1
-31
/
+32
2013-02-08
reverse Execute::step() change: no need to pass parameters by reference
Robin Haberkorn
1
-1
/
+1
2013-02-08
delegate commandline replacements ("}") to the cmdline macro level
Robin Haberkorn
1
-11
/
+34
2013-02-03
first draft of commandline-editing commands ({ and } as in VideoTECO)
Robin Haberkorn
1
-22
/
+11
2013-01-27
fixed scintilla symbol autocompletion
Robin Haberkorn
1
-3
/
+3
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 comman...
Robin Haberkorn
1
-1
/
+24
2013-01-22
fixed: macro program counter is fixed after error occurred while executing co...
Robin Haberkorn
1
-0
/
+2
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