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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-7
/
+20
2024-09-12
teco_string_get_coord() returns character offsets now (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-10
/
+2
2024-09-09
implemented Unicode support for rubin/rubout and a number of commands (WIP) (...
Robin Haberkorn
1
-12
/
+2
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-04-13
cmdline.c: simplified the rubin-case
Robin Haberkorn
1
-1
/
+2
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-82
/
+63
2017-03-07
refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...
Robin Haberkorn
1
-11
/
+7
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
1
-1
/
+2
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-06-29
<:Q> returns -1 for non-existent registers now
Robin Haberkorn
1
-1
/
+1
2015-06-29
MicroStateMachine::input() returns whether a result was set now
Robin Haberkorn
1
-1
/
+1
2015-05-29
Modified ^W in string (and file name) arguments: ensure that we always rub ou...
Robin Haberkorn
1
-0
/
+8
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
1
-2
/
+0
2015-03-07
fixed 0EB command to display all buffers in the ring
Robin Haberkorn
1
-1
/
+1
2015-03-02
introduced the ^G immediate editing command for toggling the undo/redo mode (...
Robin Haberkorn
1
-3
/
+5
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
1
-12
/
+60
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
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
2013-02-22
resolved enter-key handling by introducing get_eol()
Robin Haberkorn
1
-0
/
+2
2013-02-16
function key support (keys without printable representation) using keyboard m...
Robin Haberkorn
1
-0
/
+8
2013-02-14
option for q-reg spec state machine to allocate (insert) new q-registers
Robin Haberkorn
1
-0
/
+3
2013-02-03
first draft of commandline-editing commands ({ and } as in VideoTECO)
Robin Haberkorn
1
-0
/
+1
2013-01-23
cleaned up QRegister state interface (can pass register by reference)
Robin Haberkorn
1
-1
/
+1
2013-01-23
moved StateExpectQReg from parser.h to qregisters.h
Robin Haberkorn
1
-0
/
+1
2013-01-23
implemented special save last commandline command ("*" at beginning of comman...
Robin Haberkorn
1
-0
/
+44