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-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
2012-12-04
additional minor changes: distribution building now possible
Robin Haberkorn
4
-13
/
+17
2012-12-04
first working version of autotools based build-system
Robin Haberkorn
26
-182
/
+1385
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
28
-0
/
+0
2012-12-04
refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buf...
Robin Haberkorn
12
-739
/
+796
2012-12-04
search-kill command (FK)
Robin Haberkorn
3
-0
/
+32
2012-12-04
search-delete command (FD)
Robin Haberkorn
3
-6
/
+27
2012-12-04
search-replace command with default replacement string (FR)
Robin Haberkorn
4
-9
/
+55
2012-12-04
search and replace command (FS)
Robin Haberkorn
4
-14
/
+70
2012-12-03
refactored search command (states): they are now in a separate search.cpp file
Robin Haberkorn
6
-502
/
+529
2012-12-03
first draft of N command based on S
Robin Haberkorn
2
-59
/
+178
2012-12-03
fixed rubout of last-buffer-in-ring close: avoid premature closing of the unt...
Robin Haberkorn
1
-2
/
+0
2012-12-03
organize buffer ring as a tail-q (double-linked list with tail pointer)
Robin Haberkorn
2
-36
/
+51
2012-12-02
support Q* (return current buffer's Id) and edit-by-id using <n>EB$
Robin Haberkorn
3
-4
/
+89
2012-11-25
fixed range interpretation for search command: had to be given in the wrong o...
Robin Haberkorn
1
-2
/
+9
2012-11-25
NCURSES: fixed popup lines calculation
Robin Haberkorn
1
-4
/
+9
2012-11-24
GTK: display "..." at end of info popup if it wouldn't fit on the screen
Robin Haberkorn
1
-0
/
+14
2012-11-24
do not try to complete string argument if it is in "{" mode
Robin Haberkorn
1
-1
/
+2
2012-11-24
NCURSES: ensure that info popup is not too large for screen
Robin Haberkorn
1
-3
/
+15
2012-11-24
support auto-completion of symbols in the scintilla command (ES)
Robin Haberkorn
8
-38
/
+108
2012-11-24
cache GLists corresponding to symbol lists
Robin Haberkorn
2
-5
/
+12
2012-11-24
fixed command line termination
Robin Haberkorn
2
-2
/
+18
2012-11-24
NCURSES is the default interface now
Robin Haberkorn
1
-1
/
+1
2012-11-24
allow symbolic names (symbols) being specified for the scintilla (ES) command
Robin Haberkorn
7
-75
/
+172
2012-11-23
system for looking up static symbols
Robin Haberkorn
5
-5
/
+173
2012-11-23
fixed ENTER processing on PDCurses: we get ENTER as a carriage return
Robin Haberkorn
1
-0
/
+1
[next]