aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-18make sure a (void*)0 is used as sentinelsRobin Haberkorn1-2/+2
2013-03-16common parent state for all file-name-expecting commands: fixes EM tab-comple...Robin Haberkorn1-3/+1
2013-03-16documented remaining commandsRobin Haberkorn1-0/+7
2013-02-22resolved enter-key handling by introducing get_eol()Robin Haberkorn1-0/+14
2013-02-22Windows (MinGW) compatibility fixes: suspending impossible and environment in...Robin Haberkorn1-1/+3
2013-02-16fixed commandline replacementsRobin Haberkorn1-15/+16
2013-02-16function key support (keys without printable representation) using keyboard m...Robin Haberkorn1-0/+17
2013-02-11properly support <CTL/Z> suspension as immediate commandRobin Haberkorn1-0/+12
2013-02-11<CTL/U> immediate editing command to rubout current string paramRobin Haberkorn1-0/+9
2013-02-11fixup: word-rubout may rub out nothingRobin Haberkorn1-4/+3
2013-02-11States::is_string() to check whether current state is a string-stateRobin Haberkorn1-7/+8
2013-02-11support <CTRL/W> immediate editing command: depending on context, rub out wor...Robin Haberkorn1-0/+24
2013-02-11support <CNTRL/T> immediate editing command only in string parametersRobin Haberkorn1-31/+32
2013-02-08reverse Execute::step() change: no need to pass parameters by referenceRobin Haberkorn1-1/+1
2013-02-08delegate commandline replacements ("}") to the cmdline macro levelRobin Haberkorn1-11/+34
2013-02-03first draft of commandline-editing commands ({ and } as in VideoTECO)Robin Haberkorn1-22/+11
2013-01-27fixed scintilla symbol autocompletionRobin Haberkorn1-3/+3
2013-01-23cleaned up QRegister state interface (can pass register by reference)Robin Haberkorn1-3/+3
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn1-1/+24
2013-01-22fixed: macro program counter is fixed after error occurred while executing co...Robin Haberkorn1-0/+2
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+4
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+371