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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-16
added option to build manuals as HTML using Groff
Robin Haberkorn
3
-0
/
+22
2013-03-16
documented generate-docs.tes Troff preprocessor
Robin Haberkorn
1
-0
/
+27
2013-03-16
first draft of TECO command documentation generator
Robin Haberkorn
4
-1
/
+150
2013-02-25
integrate Doxygen into build system
Robin Haberkorn
4
-2
/
+1753
2013-02-25
EM...$ command to read macro from file and execute immediately (just like "M")
Robin Haberkorn
5
-2
/
+22
2013-02-24
moved QuickSort macros from symbols-extract script into own string.tes macro ...
Robin Haberkorn
4
-45
/
+50
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
13
-68
/
+84
2013-02-22
added --with-default-scitecopath config option: default value of $SCITECOPATH
Robin Haberkorn
5
-9
/
+20
2013-02-22
added --with-scinterm site-config option and cleaned up Curses configuration
Robin Haberkorn
2
-24
/
+27
2013-02-22
added some default function key macros
Robin Haberkorn
3
-1
/
+34
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
2
-4
/
+9
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
3
-11
/
+13
2013-02-22
updated TODO: Optimizations section
Robin Haberkorn
1
-3
/
+7
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
3
-27
/
+33
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
9
-12
/
+40
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
updated TODO
Robin Haberkorn
1
-0
/
+2
2013-02-14
updated TODO: long-q-reg names implemented
Robin Haberkorn
1
-4
/
+2
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
updated TODO
Robin Haberkorn
1
-2
/
+13
2013-02-08
fixed ring.current/QRegisters::current corruption
Robin Haberkorn
3
-8
/
+11
2013-02-08
updated TODO: implemented "{" and "}" commands
Robin Haberkorn
1
-1
/
+0
2013-02-08
reverse Execute::step() change: no need to pass parameters by reference
Robin Haberkorn
3
-6
/
+4
[next]