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
common parent state for all file-name-expecting commands: fixes EM tab-comple...
Robin Haberkorn
4
-7
/
+17
2013-03-16
prevent image generation during HTML production, instead generate HTML tables...
Robin Haberkorn
3
-8
/
+88
2013-03-16
fixed: prevent accessing registers in parse-only mode
Robin Haberkorn
1
-0
/
+10
2013-03-16
elaborate on auto-completions in sciteco(7)
Robin Haberkorn
1
-0
/
+14
2013-03-16
wrote introduction, key translation and immedite editing sections for sciteco...
Robin Haberkorn
2
-1
/
+339
2013-03-16
outline of remaining language reference
Robin Haberkorn
1
-0
/
+43
2013-03-16
documented remaining commands
Robin Haberkorn
6
-2
/
+405
2013-03-16
completed documentation of all commands in parser.cpp
Robin Haberkorn
2
-2
/
+241
2013-03-16
mention sciteco(7) in sciteco(1)
Robin Haberkorn
1
-0
/
+3
2013-03-16
documented commands ending in StateStart
Robin Haberkorn
1
-0
/
+311
2013-03-16
fixed break-command: without-param it evaluates the search-status
Robin Haberkorn
1
-1
/
+1
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
[prev]
[next]