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-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
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-03
Merge branch 'master' of github.com:rhaberkorn/sciteco
Robin Haberkorn
12
-24
/
+39
2013-02-01
perform additional expansions on explicitly-specified Scintilla paths
Robin Haberkorn
1
-1
/
+3
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
2
-2
/
+2
2013-01-29
updated TODO
Robin Haberkorn
1
-0
/
+4
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
added lexer configuration (syntax highlighting) for patches, Unix Shell and M...
Robin Haberkorn
1
-1
/
+73
2013-01-27
use actual binary directory for shebang example in manpage
Robin Haberkorn
2
-1
/
+2
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
4
-36
/
+21
2013-01-27
moved manpage to doc/ subdir
Robin Haberkorn
5
-7
/
+23
2013-01-27
revised lexer configuration using SciTE property files and Textadept's termin...
Robin Haberkorn
5
-100
/
+108
2013-01-23
updated sciteco(1) manpage: document --eval option
Robin Haberkorn
1
-0
/
+9
2013-01-23
generate manpage sciteco(1) using a TECO macro included in the Makefile
Robin Haberkorn
3
-12
/
+30
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
[next]