aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-11improved Emscripten support: fixed configure-checks, generate *.js and detect...Robin Haberkorn1-0/+6
2017-03-250,8ED: Automatic case-folding of commandsRobin Haberkorn1-0/+11
2017-03-18fixed Q-Reg autocompletion for `Q` commandRobin Haberkorn1-2/+2
2017-03-08fixup to 89224899: fixed function key macros after $ and the rubout-command e...Robin Haberkorn1-2/+2
2017-03-07refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...Robin Haberkorn1-319/+436
2017-03-06roll back to the old mallinfo() implementation of memory limiting on Linux an...Robin Haberkorn1-3/+3
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-11-27fixed rubout of the first command after command line termination ($$)Robin Haberkorn1-0/+2
2016-11-20auto-completion of Q-Register names, goto labels and help topicsRobin Haberkorn1-0/+55
2016-11-18the manual generator (generator-docs.tes) has been cleaned up and is now call...Robin Haberkorn1-1/+1
2016-11-01globbing supports character classes now and ^EN string building construct to ...Robin Haberkorn1-1/+1
2016-02-16fixed function key macros and command reinsertion after ^[Robin Haberkorn1-2/+2
2016-02-15revised looping implementation, aggregating loops, sane $$ semantics, some op...Robin Haberkorn1-0/+3
2016-02-15implemented <$$> command for returning from a macroRobin Haberkorn1-43/+33
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-10-14minor Clang and OS X compilation fixesRobin Haberkorn1-4/+4
2015-06-29MicroStateMachine::input() returns whether a result was set nowRobin Haberkorn1-3/+3
2015-06-24added "^FCLOSE" function key macro and defined SIGTERM behaviourRobin Haberkorn1-3/+25
2015-06-12support UNIX-shell-like tilde-expansions in file names and directoriesRobin Haberkorn1-12/+14
2015-06-02added <FG> command and special Q-Register "$" to set and get the current work...Robin Haberkorn1-6/+36
2015-05-29Modified ^W in string (and file name) arguments: ensure that we always rub ou...Robin Haberkorn1-5/+15
2015-05-29support specialized ^W immediate editing command in file name argumentsRobin Haberkorn1-4/+26
2015-03-17always enable ^G modifier after tab completion in ^G mode.Robin Haberkorn1-0/+3
2015-03-16implemented function key masking (context-sensitive function key macros)Robin Haberkorn1-4/+26
2015-03-16implemented automatic EOL translation supportRobin Haberkorn1-14/+9
2015-03-10simplified and optimized filename_complete()Robin Haberkorn1-54/+31
2015-03-07fixed TAB completion of files in the current directory beginning with "."Robin Haberkorn1-9/+14
2015-03-07Curses UI: fixed translation of the backspace keyRobin Haberkorn1-1/+1
2015-03-07cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...Robin Haberkorn1-3/+3
2015-03-07fixed 0EB command to display all buffers in the ringRobin Haberkorn1-22/+23
2015-03-02fixed re-insertion of incomplete commandsRobin Haberkorn1-1/+3
2015-03-02avoid warning about uninitialized variableRobin Haberkorn1-1/+1
2015-03-02fixed function key handling on GTK UIRobin Haberkorn1-1/+3
2015-03-02try hard to free heap memory after command-line termination using malloc_trim()Robin Haberkorn1-2/+13
2015-03-02introduced the ^G immediate editing command for toggling the undo/redo mode (...Robin Haberkorn1-85/+158
2015-03-01keep rubbed out command line for later re-insertion and massive Cmdline clean...Robin Haberkorn1-164/+185
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn1-0/+1
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2015-02-11implemented support for different indention stylesRobin Haberkorn1-1/+11
2014-12-09support filename auto completions with forward-slash directory separators on ...Robin Haberkorn1-4/+52
2014-12-09Curses: support cycling through long lists of possible auto-completions and o...Robin Haberkorn1-21/+59
2014-12-08do not show possible completions for hidden files and directoriesRobin Haberkorn1-10/+19
2014-11-24turn off Scintilla undo collection by default and fixed memleakRobin Haberkorn1-1/+3
2014-11-22added globbing command ENRobin Haberkorn1-0/+1
2014-11-21finally implemented the CLOSE and QUIT hooksRobin Haberkorn1-5/+3
2014-11-16rewritten View and Interface base classes using the Curiously Recurring Templ...Robin Haberkorn1-5/+5
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-2/+3
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-11-09TAB-completion for EC commandRobin Haberkorn1-2/+13
2014-11-09implemented EC command (execute operating system command) in spawn.cppRobin Haberkorn1-0/+1