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
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
2012-11-20
enable linenumbers and folding marks in profile
Robin Haberkorn
1
-2
/
+5
2012-11-20
some reasonable syntax highlighting defaults for C++ and Make
Robin Haberkorn
1
-8
/
+42
2012-11-20
fixed rubout of macro invocations: goto tables and q-registers are allocated ...
Robin Haberkorn
4
-36
/
+80
2012-11-20
CHR2STR() macro for common case of constructing an anonymous string on the st...
Robin Haberkorn
1
-1
/
+3
2012-11-20
some minor simplifications of the goto code
Robin Haberkorn
1
-11
/
+5
2012-11-20
cleanup macro execution functions: common namespace, Execute::file() uses Exe...
Robin Haberkorn
6
-94
/
+86
2012-11-20
local Q-Register tables; :M command
Robin Haberkorn
6
-110
/
+201
2012-11-20
undo.push_var() and undo.push_str() return references so calls can be used as...
Robin Haberkorn
1
-6
/
+8
2012-11-20
errors when label cannot be found at end of macro invocation
Robin Haberkorn
3
-0
/
+17
2012-11-20
goto table cleanup
Robin Haberkorn
6
-28
/
+28
2012-11-20
make goto tables local to macro invocation: they are declared on the C++ call...
Robin Haberkorn
7
-139
/
+151
2012-11-20
support special "{" alternate escape character: is only terminated by a match...
Robin Haberkorn
3
-10
/
+28
2012-11-20
disable ^U string building characters (by default)
Robin Haberkorn
4
-19
/
+28
2012-11-20
fixed cleaning up red black trees: nodes must be explicitly removed
Robin Haberkorn
1
-2
/
+4
2012-11-20
fixed EB rubout when there is an ADD hook: must not remove buffer before undo...
Robin Haberkorn
2
-9
/
+4
2012-11-20
minor teco.ini simplifications
Robin Haberkorn
1
-3
/
+3
2012-11-20
some debug output when pushing/popping undo tokens
Robin Haberkorn
1
-0
/
+11
2012-11-20
QRegister push-down stack: [x and ]x commands
Robin Haberkorn
4
-43
/
+230
2012-11-20
ED flags making 0-Register hook execution configurable
Robin Haberkorn
6
-9
/
+95
2012-11-20
Scintilla command ES accepting string parameter: if empty, pop value from sta...
Robin Haberkorn
2
-15
/
+31
2012-11-20
cleanup strings[0] before invoking done(): can only be a preliminary solution
Robin Haberkorn
2
-8
/
+12
2012-11-20
first working draft of syntax highlighting support and related necessary feat...
Robin Haberkorn
4
-32
/
+57
2012-11-18
fixed "*" register: instead of trying to update it everywhere the buffer file...
Robin Haberkorn
2
-35
/
+67
2012-11-18
avoid using Scintilla's SAVEPOINT mechanism altogether: fixes some destructiv...
Robin Haberkorn
4
-38
/
+22
[next]