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-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
2013-01-29
fixed backward search-and-kill (e.g. -FK...$)
Robin Haberkorn
1
-9
/
+19
2013-01-27
prevent creating Scintilla UNDO token when FD or FK fails
Robin Haberkorn
1
-14
/
+22
2013-01-27
fixed scintilla symbol autocompletion
Robin Haberkorn
1
-3
/
+3
2013-01-27
moved redundant code related to bootstrapping and teco-driven substitutions i...
Robin Haberkorn
1
-3
/
+2
2013-01-23
added --eval commandline option allowing code to be executed on the commandline
Robin Haberkorn
1
-1
/
+19
2013-01-23
distribute new cmdline.h
Robin Haberkorn
1
-1
/
+1
2013-01-23
cleaned up QRegister state interface (can pass register by reference)
Robin Haberkorn
4
-60
/
+57
2013-01-23
moved StateExpectQReg from parser.h to qregisters.h
Robin Haberkorn
5
-50
/
+48
2013-01-23
implemented special save last commandline command ("*" at beginning of comman...
Robin Haberkorn
8
-6
/
+77
2013-01-22
fixed: macro program counter is fixed after error occurred while executing co...
Robin Haberkorn
1
-0
/
+2
2013-01-22
This reverts commit 821c61e9967e62fd81038e4b879c5452bffe2dfb.
Robin Haberkorn
1
-9
/
+30
2013-01-21
improved reading files by using memory-mapping
Robin Haberkorn
1
-6
/
+9
2013-01-21
fixed: preserve access mode and ownership (if possible) of file when saving
Robin Haberkorn
1
-19
/
+109
2013-01-20
fixed search-replace commands if search fails (do not insert then)
Robin Haberkorn
2
-4
/
+57
2013-01-19
support only Scinterm >= v1.1 (contains SCI_COLOR_PAIR macro and indirectly f...
Robin Haberkorn
1
-6
/
+0
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
26
-26
/
+26
2013-01-19
allow <CTRL/C> to be typed; aborts last typed char
Robin Haberkorn
5
-2
/
+42
2012-12-05
windows compatibility changes
Robin Haberkorn
5
-31
/
+22
[next]