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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-16
make success/failure conditional tests more consistent with the definition of...
Robin Haberkorn
1
-3
/
+9
2013-03-16
common parent state for all file-name-expecting commands: fixes EM tab-comple...
Robin Haberkorn
4
-7
/
+17
2013-03-16
fixed: prevent accessing registers in parse-only mode
Robin Haberkorn
1
-0
/
+10
2013-03-16
documented remaining commands
Robin Haberkorn
6
-2
/
+405
2013-03-16
completed documentation of all commands in parser.cpp
Robin Haberkorn
1
-1
/
+220
2013-03-16
documented commands ending in StateStart
Robin Haberkorn
1
-0
/
+311
2013-02-25
EM...$ command to read macro from file and execute immediately (just like "M")
Robin Haberkorn
4
-1
/
+21
2013-02-24
moved QuickSort macros from symbols-extract script into own string.tes macro ...
Robin Haberkorn
1
-43
/
+1
2013-02-24
cleaned up SymbolList class: make attributes private
Robin Haberkorn
2
-7
/
+13
2013-02-23
fixed symbol lists: sort order must correspond with search order (determined ...
Robin Haberkorn
3
-32
/
+42
2013-02-22
save/restore anchor position along with dot (current position) when editing d...
Robin Haberkorn
2
-6
/
+12
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
12
-68
/
+78
2013-02-22
added --with-default-scitecopath config option: default value of $SCITECOPATH
Robin Haberkorn
1
-1
/
+1
2013-02-22
resolved enter-key handling by introducing get_eol()
Robin Haberkorn
4
-22
/
+19
2013-02-22
function key macro support for GTK+ interface
Robin Haberkorn
2
-11
/
+61
2013-02-22
fixed global object initialization order issue
Robin Haberkorn
7
-25
/
+53
2013-02-22
fixed margin configuration with GTK+ interface
Robin Haberkorn
1
-1
/
+3
2013-02-22
Windows (MinGW) compatibility fixes: suspending impossible and environment in...
Robin Haberkorn
2
-9
/
+10
2013-02-22
VPATH build fixes: SciTECO can now be built from a parallel source tree
Robin Haberkorn
1
-8
/
+11
2013-02-22
removed unused Red-Black tree abstractions
Robin Haberkorn
1
-180
/
+0
2013-02-22
clean up QRegisterTable::insert|initialize usage
Robin Haberkorn
3
-15
/
+13
2013-02-22
clean up QRegister vs. Buffer redundancies using TECODocument class
Robin Haberkorn
7
-88
/
+234
2013-02-22
clean up SciTECO bootstrapping by building convenience library
Robin Haberkorn
1
-23
/
+29
2013-02-22
use preprocessor error if no interface has been selected
Robin Haberkorn
1
-0
/
+2
2013-02-17
made UndoStack::push_msg() inline
Robin Haberkorn
2
-8
/
+6
2013-02-16
fixed commandline replacements
Robin Haberkorn
1
-15
/
+16
2013-02-16
implemented command to query ASCII code of character (^^x)
Robin Haberkorn
2
-0
/
+26
2013-02-16
function key support (keys without printable representation) using keyboard m...
Robin Haberkorn
4
-8
/
+59
2013-02-15
install standard macros into special standard library path (pkgdatadir/lib)
Robin Haberkorn
2
-2
/
+6
2013-02-14
hide some implementation details in MicroStateMachines
Robin Haberkorn
3
-19
/
+20
2013-02-14
initialize global Q-Registers (beginning with $) with environment variables
Robin Haberkorn
1
-0
/
+23
2013-02-14
undo q-register table initializations (insertions) on rubout
Robin Haberkorn
2
-1
/
+24
2013-02-14
option for q-reg spec state machine to allocate (insert) new q-registers
Robin Haberkorn
3
-9
/
+38
2013-02-14
use Q-Register micro state machine when parsing Q-Reg spec in string-building...
Robin Haberkorn
2
-45
/
+39
2013-02-14
undo tokens for changing an object pointer
Robin Haberkorn
1
-0
/
+40
2013-02-14
micro state machine for Q-Register specifications: allow long Q-Reg names
Robin Haberkorn
2
-16
/
+100
2013-02-14
rewritten string building state machine using a common MicroStateMachine base...
Robin Haberkorn
2
-125
/
+140
2013-02-11
properly support <CTL/Z> suspension as immediate command
Robin Haberkorn
1
-0
/
+12
2013-02-11
<CTL/U> immediate editing command to rubout current string param
Robin Haberkorn
1
-0
/
+9
2013-02-11
fixup: word-rubout may rub out nothing
Robin Haberkorn
1
-4
/
+3
2013-02-11
States::is_string() to check whether current state is a string-state
Robin Haberkorn
2
-7
/
+14
2013-02-11
support <CTRL/W> immediate editing command: depending on context, rub out wor...
Robin Haberkorn
1
-0
/
+24
2013-02-11
support <CNTRL/T> immediate editing command only in string parameters
Robin Haberkorn
1
-31
/
+32
2013-02-08
fixed ring.current/QRegisters::current corruption
Robin Haberkorn
3
-8
/
+11
2013-02-08
reverse Execute::step() change: no need to pass parameters by reference
Robin Haberkorn
3
-6
/
+4
2013-02-08
use special Q-Register $ (<ESC>) to hold the replacement commandline
Robin Haberkorn
3
-25
/
+20
2013-02-08
delegate commandline replacements ("}") to the cmdline macro level
Robin Haberkorn
5
-60
/
+77
2013-02-03
first draft of commandline-editing commands ({ and } as in VideoTECO)
Robin Haberkorn
5
-28
/
+89
2013-02-01
fixed buffer Ring initialization
Robin Haberkorn
10
-21
/
+34
2013-01-31
fixed bootstrapping using sciteco-minimal and bootstrap autodetection
Robin Haberkorn
1
-1
/
+1
[next]