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.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
1
-0
/
+39
2015-03-10
always normalize directory separators to "/" in the "*" Q-Register
Robin Haberkorn
1
-4
/
+23
2015-03-07
fixed m,nXq for m > n: this properly throws an error now
Robin Haberkorn
1
-3
/
+3
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
1
-6
/
+7
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
1
-0
/
+1
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
-18
/
+104
2014-11-24
Q-Register loading and saving using the IOView class
Robin Haberkorn
1
-13
/
+62
2014-11-22
added variant of the ^U command with string building: the EU command
Robin Haberkorn
1
-5
/
+31
2014-11-22
allow setting the "*" register as an alternative to nEB
Robin Haberkorn
1
-7
/
+15
2014-11-22
fixed document parameters when editing local q-registers (must_undo)
Robin Haberkorn
1
-1
/
+6
2014-11-21
finally implemented the CLOSE and QUIT hooks
Robin Haberkorn
1
-20
/
+34
2014-11-20
renamed ED hook register to "ED" and protect ED hook executions
Robin Haberkorn
1
-1
/
+22
2014-11-20
Throw error when a macro terminates while a local q-reg is edited.
Robin Haberkorn
1
-0
/
+24
2014-11-20
allow a current buffer if we're editing a Q-Register
Robin Haberkorn
1
-7
/
+6
2014-11-17
Make sure QRegister::view is properly initialized and cleaned up
Robin Haberkorn
1
-22
/
+21
2014-11-16
cleaned up Scintilla document "updating"
Robin Haberkorn
1
-40
/
+28
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-51
/
+56
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-4
/
+5
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
2014-11-10
extended ^U command: allow setting and appending of strings and characters from
Robin Haberkorn
1
-5
/
+58
2014-11-09
revised U command: fail if no argument is provided
Robin Haberkorn
1
-5
/
+22
2014-11-02
changed syntax for long Q-Register names: use [] brackets instead of {}
Robin Haberkorn
1
-3
/
+3
2014-02-18
removed unreliable CHR2STR() macro
Robin Haberkorn
1
-1
/
+1
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
-8
/
+6
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-16
/
+16
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
1
-3
/
+7
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
-7
/
+0
2013-03-16
fixed: prevent accessing registers in parse-only mode
Robin Haberkorn
1
-0
/
+10
2013-03-16
documented remaining commands
Robin Haberkorn
1
-0
/
+124
2013-02-25
EM...$ command to read macro from file and execute immediately (just like "M")
Robin Haberkorn
1
-0
/
+13
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-5
/
+5
2013-02-22
fixed global object initialization order issue
Robin Haberkorn
1
-0
/
+6
2013-02-22
clean up QRegisterTable::insert|initialize usage
Robin Haberkorn
1
-3
/
+3
2013-02-22
clean up QRegister vs. Buffer redundancies using TECODocument class
Robin Haberkorn
1
-33
/
+25
2013-02-14
hide some implementation details in MicroStateMachines
Robin Haberkorn
1
-4
/
+1
2013-02-14
undo q-register table initializations (insertions) on rubout
Robin Haberkorn
1
-0
/
+1
2013-02-14
option for q-reg spec state machine to allocate (insert) new q-registers
Robin Haberkorn
1
-6
/
+10
2013-02-14
micro state machine for Q-Register specifications: allow long Q-Reg names
Robin Haberkorn
1
-15
/
+78
2013-02-08
fixed ring.current/QRegisters::current corruption
Robin Haberkorn
1
-0
/
+8
2013-02-08
delegate commandline replacements ("}") to the cmdline macro level
Robin Haberkorn
1
-3
/
+3
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
-40
/
+40
2013-01-23
moved StateExpectQReg from parser.h to qregisters.h
Robin Haberkorn
1
-0
/
+28
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
first working version of autotools based build-system
Robin Haberkorn
1
-0
/
+4
[next]