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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-23
implemented to undo stack memory limiting
Robin Haberkorn
10
-33
/
+238
2015-02-21
throw error instead of assertion when loop is closed (>) or continued (F>) wi...
Robin Haberkorn
1
-2
/
+9
2015-02-21
fixed assertion in search.cpp
Robin Haberkorn
1
-1
/
+1
2015-02-19
fixup: work around Scintilla drawing bug also when undoing Q-Reg edit
Robin Haberkorn
1
-0
/
+8
2015-02-19
work around Scintilla character representation drawing bug
Robin Haberkorn
1
-0
/
+16
2015-02-14
updated Scintilla submodule: fixed tab stop calculation on Curses
Robin Haberkorn
8
-10
/
+10
2015-02-11
updated copyright to 2015
Robin Haberkorn
39
-39
/
+39
2015-02-11
implemented support for different indention styles
Robin Haberkorn
3
-22
/
+92
2014-12-15
fixup: the spawn context's GError must not be memory-managed by the state object
Robin Haberkorn
1
-4
/
+0
2014-12-15
always free glib's GError structures
Robin Haberkorn
3
-2
/
+17
2014-12-15
add workaround for missing g_spawn_check_exit_status() in libglib v2.33 and e...
Robin Haberkorn
1
-0
/
+41
2014-12-15
fixed remaining reference to register "0" in the documentation
Robin Haberkorn
1
-1
/
+1
2014-12-15
fixed globbing of non-existing directories
Robin Haberkorn
1
-0
/
+4
2014-12-09
support filename auto completions with forward-slash directory separators on ...
Robin Haberkorn
1
-4
/
+52
2014-12-09
Curses: support cycling through long lists of possible auto-completions and o...
Robin Haberkorn
5
-67
/
+153
2014-12-08
Curses: fixed formatting of popup windows
Robin Haberkorn
1
-24
/
+20
2014-12-08
do not show possible completions for hidden files and directories
Robin Haberkorn
3
-11
/
+52
2014-11-24
implemented pQq and :Qq commands
Robin Haberkorn
3
-25
/
+115
2014-11-24
introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...
Robin Haberkorn
2
-28
/
+37
2014-11-24
use RBTree::RBEntry instead of only RBEntry
Robin Haberkorn
1
-1
/
+1
2014-11-24
turn off Scintilla undo collection by default and fixed memleak
Robin Haberkorn
6
-10
/
+45
2014-11-24
Q-Register loading and saving using the IOView class
Robin Haberkorn
6
-25
/
+95
2014-11-24
factored out file loading and saving into the View specialisation IOView
Robin Haberkorn
5
-380
/
+467
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
3
-13
/
+23
2014-11-22
added EJ command: return runtime properties
Robin Haberkorn
3
-0
/
+74
2014-11-22
added globbing command EN
Robin Haberkorn
7
-38
/
+231
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
1
-1
/
+2
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
1
-1
/
+22
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
allow a current buffer if we're editing a Q-Register
Robin Haberkorn
5
-16
/
+23
2014-11-17
renamed the "NCurses" UI to "Curses" internally
Robin Haberkorn
4
-41
/
+41
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
first working version of the one-view-per-buffer design
Robin Haberkorn
18
-252
/
+475
2014-11-14
added ^# (XOR) operator
Robin Haberkorn
3
-1
/
+10
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
14
-293
/
+375
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
33
-74
/
+208
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
[prev]
[next]