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-08
support globbing in EB...$ to support opening multiple files at once
Robin Haberkorn
2
-6
/
+55
2012-11-08
added comments
Robin Haberkorn
2
-0
/
+8
2012-11-08
added buffer ring and preliminary EB...$ implementation
Robin Haberkorn
6
-6
/
+277
2012-11-08
set UndoToken position only when it is required (undo enabled)
Robin Haberkorn
2
-22
/
+12
2012-11-08
EX command
Robin Haberkorn
4
-1
/
+40
2012-11-08
insert (I) and <TAB> commands implemented
Robin Haberkorn
2
-2
/
+132
2012-11-08
add form feed to list of whitespace characters
Robin Haberkorn
1
-1
/
+1
2012-11-08
support line termination ($$) as immediate editing command + some fixes
Robin Haberkorn
6
-19
/
+66
2012-11-08
added <CNTRL/x> and ^x commands
Robin Haberkorn
2
-8
/
+88
2012-11-08
added missing transition table initialization for label state
Robin Haberkorn
2
-0
/
+8
2012-11-08
added support for labels, including the goto label table
Robin Haberkorn
8
-14
/
+272
2012-11-07
additional commands implemented
Robin Haberkorn
3
-4
/
+214
2012-11-07
undo stack enable/disable, parse-only mode, colon modifiers evaluation
Robin Haberkorn
4
-14
/
+79
2012-11-07
let compiler check printf-like arguments
Robin Haberkorn
1
-1
/
+2
2012-11-07
add helper function to initialize transition table
Robin Haberkorn
2
-5
/
+14
2012-11-07
check bounds when accessing the transitions table
Robin Haberkorn
2
-13
/
+16
2012-11-07
make some Expression methods private
Robin Haberkorn
1
-5
/
+7
2012-11-07
simplified/cleaned up undo operations on value stack
Robin Haberkorn
2
-39
/
+48
2012-11-07
fixed "," operator
Robin Haberkorn
3
-32
/
+27
2012-11-07
fixed "-" processing and improved C command, added R command
Robin Haberkorn
4
-7
/
+19
2012-11-07
expression stack fixes and some arithmetic commands
Robin Haberkorn
3
-13
/
+75
2012-11-07
expression stack based on THECO's ArithmeticStack
Robin Haberkorn
6
-6
/
+355
2012-11-06
initial commit of SciTECO based on THECO
Robin Haberkorn
9
-0
/
+593