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
2018-06-11
improved Emscripten support: fixed configure-checks, generate *.js and detect...
Robin Haberkorn
1
-0
/
+6
2017-03-25
0,8ED: Automatic case-folding of commands
Robin Haberkorn
1
-0
/
+11
2017-03-18
fixed Q-Reg autocompletion for `Q` command
Robin Haberkorn
1
-2
/
+2
2017-03-08
fixup to 89224899: fixed function key macros after $ and the rubout-command e...
Robin Haberkorn
1
-2
/
+2
2017-03-07
refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...
Robin Haberkorn
1
-319
/
+436
2017-03-06
roll back to the old mallinfo() implementation of memory limiting on Linux an...
Robin Haberkorn
1
-3
/
+3
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-27
fixed rubout of the first command after command line termination ($$)
Robin Haberkorn
1
-0
/
+2
2016-11-20
auto-completion of Q-Register names, goto labels and help topics
Robin Haberkorn
1
-0
/
+55
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
1
-1
/
+1
2016-11-01
globbing supports character classes now and ^EN string building construct to ...
Robin Haberkorn
1
-1
/
+1
2016-02-16
fixed function key macros and command reinsertion after ^[
Robin Haberkorn
1
-2
/
+2
2016-02-15
revised looping implementation, aggregating loops, sane $$ semantics, some op...
Robin Haberkorn
1
-0
/
+3
2016-02-15
implemented <$$> command for returning from a macro
Robin Haberkorn
1
-43
/
+33
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-10-14
minor Clang and OS X compilation fixes
Robin Haberkorn
1
-4
/
+4
2015-06-29
MicroStateMachine::input() returns whether a result was set now
Robin Haberkorn
1
-3
/
+3
2015-06-24
added "^FCLOSE" function key macro and defined SIGTERM behaviour
Robin Haberkorn
1
-3
/
+25
2015-06-12
support UNIX-shell-like tilde-expansions in file names and directories
Robin Haberkorn
1
-12
/
+14
2015-06-02
added <FG> command and special Q-Register "$" to set and get the current work...
Robin Haberkorn
1
-6
/
+36
2015-05-29
Modified ^W in string (and file name) arguments: ensure that we always rub ou...
Robin Haberkorn
1
-5
/
+15
2015-05-29
support specialized ^W immediate editing command in file name arguments
Robin Haberkorn
1
-4
/
+26
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
[next]