aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-09implemented Unicode support for rubin/rubout and a number of commands (WIP) (...Robin Haberkorn1-12/+2
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-04-13cmdline.c: simplified the rubin-caseRobin Haberkorn1-1/+2
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-82/+63
2017-03-07refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...Robin Haberkorn1-11/+7
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn1-1/+2
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-06-29<:Q> returns -1 for non-existent registers nowRobin Haberkorn1-1/+1
2015-06-29MicroStateMachine::input() returns whether a result was set nowRobin Haberkorn1-1/+1
2015-05-29Modified ^W in string (and file name) arguments: ensure that we always rub ou...Robin Haberkorn1-0/+8
2015-03-16implemented automatic EOL translation supportRobin Haberkorn1-2/+0
2015-03-07fixed 0EB command to display all buffers in the ringRobin Haberkorn1-1/+1
2015-03-02introduced the ^G immediate editing command for toggling the undo/redo mode (...Robin Haberkorn1-3/+5
2015-03-01keep rubbed out command line for later re-insertion and massive Cmdline clean...Robin Haberkorn1-12/+60
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15removed most exception specifications: allow bad_allocs to propagateRobin Haberkorn1-1/+1
2013-02-22resolved enter-key handling by introducing get_eol()Robin Haberkorn1-0/+2
2013-02-16function key support (keys without printable representation) using keyboard m...Robin Haberkorn1-0/+8
2013-02-14option for q-reg spec state machine to allocate (insert) new q-registersRobin Haberkorn1-0/+3
2013-02-03first draft of commandline-editing commands ({ and } as in VideoTECO)Robin Haberkorn1-0/+1
2013-01-23cleaned up QRegister state interface (can pass register by reference)Robin Haberkorn1-1/+1
2013-01-23moved StateExpectQReg from parser.h to qregisters.hRobin Haberkorn1-0/+1
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn1-0/+44