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
/
qregisters.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
1
-0
/
+3
2015-03-02
minor optimization: no need to check for NULL when using C++ delete operator
Robin Haberkorn
1
-2
/
+1
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
1
-4
/
+17
2015-02-23
implemented to undo stack memory limiting
Robin Haberkorn
1
-3
/
+10
2015-02-14
updated Scintilla submodule: fixed tab stop calculation on Curses
Robin Haberkorn
1
-1
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-11-24
implemented pQq and :Qq commands
Robin Haberkorn
1
-6
/
+10
2014-11-24
Q-Register loading and saving using the IOView class
Robin Haberkorn
1
-7
/
+20
2014-11-22
added variant of the ^U command with string building: the EU command
Robin Haberkorn
1
-2
/
+13
2014-11-22
allow setting the "*" register as an alternative to nEB
Robin Haberkorn
1
-6
/
+3
2014-11-20
Throw error when a macro terminates while a local q-reg is edited.
Robin Haberkorn
1
-1
/
+3
2014-11-17
Make sure QRegister::view is properly initialized and cleaned up
Robin Haberkorn
1
-3
/
+3
2014-11-16
cleaned up Scintilla document "updating"
Robin Haberkorn
1
-12
/
+11
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-3
/
+22
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-1
/
+5
2014-11-10
extended ^U command: allow setting and appending of strings and characters from
Robin Haberkorn
1
-0
/
+3
2014-02-18
removed unreliable CHR2STR() macro
Robin Haberkorn
1
-2
/
+4
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
1
-1
/
+1
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-18
/
+17
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
1
-1
/
+1
2013-03-19
avoid delete-non-virtual-dtor warning on g++ 4.7
Robin Haberkorn
1
-0
/
+1
2013-03-18
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Robin Haberkorn
1
-1
/
+1
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
1
-0
/
+1
2013-03-16
common parent state for all file-name-expecting commands: fixes EM tab-comple...
Robin Haberkorn
1
-2
/
+2
2013-02-25
EM...$ command to read macro from file and execute immediately (just like "M")
Robin Haberkorn
1
-0
/
+6
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-7
/
+7
2013-02-22
clean up QRegisterTable::insert|initialize usage
Robin Haberkorn
1
-7
/
+6
2013-02-22
clean up QRegister vs. Buffer redundancies using TECODocument class
Robin Haberkorn
1
-27
/
+14
2013-02-14
undo q-register table initializations (insertions) on rubout
Robin Haberkorn
1
-1
/
+23
2013-02-14
option for q-reg spec state machine to allocate (insert) new q-registers
Robin Haberkorn
1
-3
/
+25
2013-02-14
micro state machine for Q-Register specifications: allow long Q-Reg names
Robin Haberkorn
1
-1
/
+22
2013-02-08
fixed ring.current/QRegisters::current corruption
Robin Haberkorn
1
-6
/
+1
2013-02-08
delegate commandline replacements ("}") to the cmdline macro level
Robin Haberkorn
1
-4
/
+5
2013-02-01
fixed buffer Ring initialization
Robin Haberkorn
1
-3
/
+2
2013-01-23
cleaned up QRegister state interface (can pass register by reference)
Robin Haberkorn
1
-16
/
+13
2013-01-23
moved StateExpectQReg from parser.h to qregisters.h
Robin Haberkorn
1
-0
/
+19
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
1
-1
/
+1
2012-12-04
added copyright notice to every source file
Robin Haberkorn
1
-0
/
+17
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
1
-0
/
+343