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
path:
root
/
main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-22
under Windows, look for profile in current directory
Robin Haberkorn
1
-8
/
+34
2012-11-20
on UNIX, look for teco.ini in HOME directory instead of the system's config d...
Robin Haberkorn
1
-3
/
+9
2012-11-20
cleanup macro execution functions: common namespace, Execute::file() uses Exe...
Robin Haberkorn
1
-4
/
+5
2012-11-20
local Q-Register tables; :M command
Robin Haberkorn
1
-2
/
+11
2012-11-20
goto table cleanup
Robin Haberkorn
1
-1
/
+1
2012-11-20
make goto tables local to macro invocation: they are declared on the C++ call...
Robin Haberkorn
1
-1
/
+3
2012-11-20
ED flags making 0-Register hook execution configurable
Robin Haberkorn
1
-0
/
+4
2012-11-20
first working draft of syntax highlighting support and related necessary feat...
Robin Haberkorn
1
-7
/
+1
2012-11-18
avoid using Scintilla's SAVEPOINT mechanism altogether: fixes some destructiv...
Robin Haberkorn
1
-22
/
+1
2012-11-17
use special flag to temporarily disable buffer dirty checks when a Q-Register...
Robin Haberkorn
1
-1
/
+2
2012-11-16
avoid some unnecessary jumps to buffer start
Robin Haberkorn
1
-3
/
+2
2012-11-16
empty Scintilla undo buffer on line termination and after munging
Robin Haberkorn
1
-0
/
+3
2012-11-16
keep a buffer dirty flag and display infos about the current buffer in the in...
Robin Haberkorn
1
-1
/
+29
2012-11-15
support stdio for curses interface
Robin Haberkorn
1
-0
/
+24
2012-11-15
changed default colors and moved stuff into user interface
Robin Haberkorn
1
-11
/
+15
2012-11-15
cleaned up command line updating: the interface is responsible for drawing th...
Robin Haberkorn
1
-2
/
+1
2012-11-15
make it possible for interface classes to define a get_options() method to ad...
Robin Haberkorn
1
-2
/
+7
2012-11-15
added Interface class to ease porting SciTECO to other platforms (toolkits)
Robin Haberkorn
1
-168
/
+19
2012-11-13
support differen EOL modes
Robin Haberkorn
1
-8
/
+17
2012-11-12
allow munged macros to quit and echo messages on stdout/stderr
Robin Haberkorn
1
-2
/
+21
2012-11-11
<x,y>Xq command, automatic profile munging, explicit munging, commandline opt...
Robin Haberkorn
1
-1
/
+57
2012-11-11
use DEBUG macro
Robin Haberkorn
1
-0
/
+2
2012-11-11
Q-Register table and EQx command
Robin Haberkorn
1
-0
/
+1
2012-11-10
filename autocompletion using <CTRL/T> and <TAB>
Robin Haberkorn
1
-0
/
+5
2012-11-08
added buffer ring and preliminary EB...$ implementation
Robin Haberkorn
1
-5
/
+7
2012-11-07
fixed "-" processing and improved C command, added R command
Robin Haberkorn
1
-3
/
+3
2012-11-06
initial commit of SciTECO based on THECO
Robin Haberkorn
1
-0
/
+159