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-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
2012-11-22
fix current working directory on Windows
Robin Haberkorn
1
-0
/
+17
2012-11-22
updated README: Windows now supported
Robin Haberkorn
1
-1
/
+7
2012-11-22
support PDCurses/Win32A
Robin Haberkorn
2
-21
/
+55
2012-11-22
make sure the NULL filename is handled properly on Windows
Robin Haberkorn
1
-2
/
+2
2012-11-22
support PDCurses user-resizing of the terminal
Robin Haberkorn
1
-0
/
+5
2012-11-22
ignore *.exe files
Robin Haberkorn
1
-0
/
+1
2012-11-22
Windows compile fixes
Robin Haberkorn
1
-6
/
+29
2012-11-22
under Windows, look for profile in current directory
Robin Haberkorn
1
-8
/
+34
2012-11-22
Windows (MinGW32) compatibility changes
Robin Haberkorn
2
-7
/
+35
2012-11-22
PDCurses compatibility changes
Robin Haberkorn
2
-3
/
+11
2012-11-22
add BSD headers for MinGW32
Robin Haberkorn
3
-0
/
+1472
2012-11-21
support "\" and <n>\ commands to insert and read integers in the current radi...
Robin Haberkorn
2
-0
/
+68
2012-11-21
GTK interface: show window only before going into event loop (so it is not di...
Robin Haberkorn
2
-1
/
+1
2012-11-21
fixed QRegister::set_string() for macro-local Q-Registers
Robin Haberkorn
1
-1
/
+3
2012-11-21
Gq command to insert Q-Register at current DOT
Robin Haberkorn
3
-0
/
+30
2012-11-21
<n>A command to get ASCII code from buffer (at position DOT+n)
Robin Haberkorn
1
-0
/
+9
2012-11-20
support :X command
Robin Haberkorn
2
-2
/
+31
2012-11-20
on UNIX, look for teco.ini in HOME directory instead of the system's config d...
Robin Haberkorn
2
-5
/
+11
2012-11-20
mention new teco.ini features in README
Robin Haberkorn
1
-2
/
+3
[next]