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
2014-11-22
updated lexer and session libraries using new EU, [* and ]* commands
Robin Haberkorn
2
-23
/
+21
2014-11-22
added EI as non-string-building variant of I
Robin Haberkorn
2
-7
/
+30
2014-11-22
added variant of the ^U command with string building: the EU command
Robin Haberkorn
3
-7
/
+45
2014-11-22
allow setting the "*" register as an alternative to nEB
Robin Haberkorn
6
-19
/
+45
2014-11-22
removed SciTECO-specific ignores from .gitignore
Robin Haberkorn
1
-5
/
+0
2014-11-22
added a buffer session module (session.tes)
Robin Haberkorn
3
-9
/
+64
2014-11-22
added EJ command: return runtime properties
Robin Haberkorn
3
-0
/
+74
2014-11-22
added globbing command EN
Robin Haberkorn
15
-74
/
+244
2014-11-22
fixed document parameters when editing local q-registers (must_undo)
Robin Haberkorn
1
-1
/
+6
2014-11-21
updated documentation on ED (buffer editing) hooks
Robin Haberkorn
2
-14
/
+58
2014-11-21
finally implemented the CLOSE and QUIT hooks
Robin Haberkorn
8
-44
/
+151
2014-11-20
renamed ED hook register to "ED" and protect ED hook executions
Robin Haberkorn
2
-2
/
+23
2014-11-20
simplified attaching errors to a position in a macro
Robin Haberkorn
2
-7
/
+11
2014-11-20
Throw error when a macro terminates while a local q-reg is edited.
Robin Haberkorn
3
-15
/
+53
2014-11-20
throw error when macro returns with an unterminated command
Robin Haberkorn
1
-0
/
+13
2014-11-20
lexer library: added M[lexer.checkheader] and M[lexer.checkname] for matching...
Robin Haberkorn
8
-20
/
+32
2014-11-20
allow a current buffer if we're editing a Q-Register
Robin Haberkorn
5
-16
/
+23
2014-11-19
added first draft of new modular lexer system
Robin Haberkorn
12
-237
/
+354
2014-11-18
updated Scintilla submodule
Robin Haberkorn
3
-4
/
+3
2014-11-17
updated TODO
Robin Haberkorn
1
-4
/
+1
2014-11-17
updated sciteco(7): information on Scintilla views versus documents
Robin Haberkorn
1
-3
/
+30
2014-11-17
renamed the "NCurses" UI to "Curses" internally
Robin Haberkorn
5
-42
/
+42
2014-11-17
Make sure QRegister::view is properly initialized and cleaned up
Robin Haberkorn
12
-79
/
+99
2014-11-17
simplified (User) Interface API
Robin Haberkorn
3
-53
/
+15
2014-11-17
updated GTK user interface to API changes
Robin Haberkorn
2
-43
/
+143
2014-11-16
cleaned up Scintilla document "updating"
Robin Haberkorn
5
-75
/
+58
2014-11-16
rewritten View and Interface base classes using the Curiously Recurring Templ...
Robin Haberkorn
9
-114
/
+237
2014-11-16
avoid saving interface instance in UndoTokenInfoUpdate by implementing its ru...
Robin Haberkorn
1
-13
/
+22
2014-11-16
adapted sample teco.ini: margin setup must be done for every new document
Robin Haberkorn
1
-8
/
+11
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
18
-252
/
+475
2014-11-16
enable bootstrapping by default
Robin Haberkorn
1
-6
/
+7
2014-11-14
added ^# (XOR) operator
Robin Haberkorn
4
-4
/
+16
2014-11-14
fixed number formatting for radix > 10
Robin Haberkorn
1
-1
/
+1
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
15
-294
/
+375
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
33
-74
/
+208
2014-11-10
revised default function key macros
Robin Haberkorn
1
-18
/
+63
2014-11-10
updated TODO
Robin Haberkorn
1
-1
/
+3
2014-11-10
extended ^U command: allow setting and appending of strings and characters from
Robin Haberkorn
2
-5
/
+61
2014-11-10
clarified conditions when <;> should yield an error
Robin Haberkorn
1
-2
/
+11
2014-11-10
README: mention Github wiki
Robin Haberkorn
1
-0
/
+1
2014-11-10
support new "~" conditional: useful for implying default parameters in macros
Robin Haberkorn
2
-14
/
+44
2014-11-10
fixed EG command: make sure to reset the register argument on termination,
Robin Haberkorn
1
-0
/
+2
2014-11-09
fixed EC command for negative line ranges
Robin Haberkorn
1
-0
/
+6
2014-11-09
allow "-EC" command even though we do not generally imply the sign prefix
Robin Haberkorn
1
-3
/
+13
2014-11-09
revised U command: fail if no argument is provided
Robin Haberkorn
3
-7
/
+32
2014-11-09
Clarify `symcasecmp` macro in string.tes
Robin Haberkorn
1
-1
/
+2
2014-11-09
fixed undoing of initial TECO document changes
Robin Haberkorn
1
-0
/
+3
2014-11-09
current_doc_must_undo(): check for undo-necessity when operating on the curre...
Robin Haberkorn
3
-19
/
+44
2014-11-09
prevent assertions when pushing operators without corresponding operands
Robin Haberkorn
1
-4
/
+14
2014-11-09
documented EC and EG commands
Robin Haberkorn
4
-2
/
+111
[next]