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
2015-03-17
always enable ^G modifier after tab completion in ^G mode.
Robin Haberkorn
1
-0
/
+3
2015-03-16
implemented function key masking (context-sensitive function key macros)
Robin Haberkorn
1
-4
/
+26
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
1
-14
/
+9
2015-03-10
simplified and optimized filename_complete()
Robin Haberkorn
1
-54
/
+31
2015-03-07
fixed TAB completion of files in the current directory beginning with "."
Robin Haberkorn
1
-9
/
+14
2015-03-07
Curses UI: fixed translation of the backspace key
Robin Haberkorn
1
-1
/
+1
2015-03-07
cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...
Robin Haberkorn
1
-3
/
+3
2015-03-07
fixed 0EB command to display all buffers in the ring
Robin Haberkorn
1
-22
/
+23
2015-03-02
fixed re-insertion of incomplete commands
Robin Haberkorn
1
-1
/
+3
2015-03-02
avoid warning about uninitialized variable
Robin Haberkorn
1
-1
/
+1
2015-03-02
fixed function key handling on GTK UI
Robin Haberkorn
1
-1
/
+3
2015-03-02
try hard to free heap memory after command-line termination using malloc_trim()
Robin Haberkorn
1
-2
/
+13
2015-03-02
introduced the ^G immediate editing command for toggling the undo/redo mode (...
Robin Haberkorn
1
-85
/
+158
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
1
-164
/
+185
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
1
-0
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2015-02-11
implemented support for different indention styles
Robin Haberkorn
1
-1
/
+11
2014-12-09
support filename auto completions with forward-slash directory separators on ...
Robin Haberkorn
1
-4
/
+52
2014-12-09
Curses: support cycling through long lists of possible auto-completions and o...
Robin Haberkorn
1
-21
/
+59
2014-12-08
do not show possible completions for hidden files and directories
Robin Haberkorn
1
-10
/
+19
2014-11-24
turn off Scintilla undo collection by default and fixed memleak
Robin Haberkorn
1
-1
/
+3
2014-11-22
added globbing command EN
Robin Haberkorn
1
-0
/
+1
2014-11-21
finally implemented the CLOSE and QUIT hooks
Robin Haberkorn
1
-5
/
+3
2014-11-16
rewritten View and Interface base classes using the Curiously Recurring Templ...
Robin Haberkorn
1
-5
/
+5
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-2
/
+3
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
2014-11-09
TAB-completion for EC command
Robin Haberkorn
1
-2
/
+13
2014-11-09
implemented EC command (execute operating system command) in spawn.cpp
Robin Haberkorn
1
-0
/
+1
2014-02-16
rewritten command-line completion without Glib's g_complete_ functions
Robin Haberkorn
1
-40
/
+60
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-1
/
+1
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
1
-1
/
+4
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
[next]