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
/
cmdline.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-20
cleanup macro execution functions: common namespace, Execute::file() uses Exe...
Robin Haberkorn
1
-1
/
+1
2012-11-20
errors when label cannot be found at end of macro invocation
Robin Haberkorn
1
-0
/
+7
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
/
+1
2012-11-17
fixed behaviour on runtime errors: the character resulting in the error is no...
Robin Haberkorn
1
-6
/
+19
2012-11-16
fixed clearing message line: do not display an empty message line (which can ...
Robin Haberkorn
1
-1
/
+1
2012-11-16
clear message line after every keypress
Robin Haberkorn
1
-0
/
+1
2012-11-16
support different kinds of runtime errors (using C++ exceptions)
Robin Haberkorn
1
-1
/
+3
2012-11-16
empty Scintilla undo buffer on line termination and after munging
Robin Haberkorn
1
-0
/
+1
2012-11-15
cleaned up command line updating: the interface is responsible for drawing th...
Robin Haberkorn
1
-6
/
+5
2012-11-15
added Interface class to ease porting SciTECO to other platforms (toolkits)
Robin Haberkorn
1
-15
/
+12
2012-11-13
when autocompleting, highlight files that are already in the buffer
Robin Haberkorn
1
-4
/
+10
2012-11-13
added EW...$ command
Robin Haberkorn
1
-1
/
+2
2012-11-11
support EQx<filename>$ command: load filename into Q register without changin...
Robin Haberkorn
1
-4
/
+5
2012-11-10
use namespace "States" instead of "states" structure
Robin Haberkorn
1
-1
/
+2
2012-11-10
support filename highlighting in GtkInfoPopup
Robin Haberkorn
1
-1
/
+2
2012-11-10
filename autocompletion using <CTRL/T> and <TAB>
Robin Haberkorn
1
-0
/
+140
2012-11-08
EX command
Robin Haberkorn
1
-1
/
+7
2012-11-08
support line termination ($$) as immediate editing command + some fixes
Robin Haberkorn
1
-18
/
+44
2012-11-08
added support for labels, including the goto label table
Robin Haberkorn
1
-0
/
+2
2012-11-06
initial commit of SciTECO based on THECO
Robin Haberkorn
1
-0
/
+103