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-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
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
2
-2
/
+4
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
2
-20
/
+113
2013-01-20
minor manpage fixes and README updated
Robin Haberkorn
2
-8
/
+16
2013-01-20
added manpage highlighting program invocation and batch mode
Robin Haberkorn
5
-3
/
+173
2013-01-20
fixed search-replace commands if search fails (do not insert then)
Robin Haberkorn
3
-7
/
+64
2013-01-20
added patch enabling TECO-style (^X) control code echoing in Scintilla
Robin Haberkorn
4
-2
/
+34
2013-01-19
added TODO list
Robin Haberkorn
3
-0
/
+33
2013-01-19
support only Scinterm >= v1.1 (contains SCI_COLOR_PAIR macro and indirectly f...
Robin Haberkorn
2
-6
/
+1
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
2012-12-04
added copyright notice to every source file
Robin Haberkorn
26
-0
/
+442
2012-12-04
updated README (autoconf-based build system)
Robin Haberkorn
1
-4
/
+7
2012-12-04
bootstrapping of build process using preinstalled sciteco
Robin Haberkorn
2
-5
/
+24
[prev]
[next]