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
2017-03-18
fixed Q-Reg autocompletion for `Q` command
Robin Haberkorn
1
-26
/
+23
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-22
save some bytes per Q-Register creation on the undo stack
Robin Haberkorn
1
-0
/
+33
2016-11-22
fixed local Q-Register management on certain broken platforms
Robin Haberkorn
1
-1
/
+2
2016-11-22
optimized QRegisterTable cleanup
Robin Haberkorn
1
-1
/
+1
2016-11-20
optimized RBTree: avoid unnecessary virtual RBTree and RBEntry implementation...
Robin Haberkorn
1
-3
/
+2
2016-11-20
fixed interpretation of the Q-Register specification ".."
Robin Haberkorn
1
-3
/
+6
2016-11-20
auto-completion of Q-Register names, goto labels and help topics
Robin Haberkorn
1
-4
/
+34
2016-11-20
optimized red-black trees and common base class for string-keyed RB trees
Robin Haberkorn
1
-1
/
+1
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
1
-13
/
+13
2016-08-19
Integrated clipboard support
Robin Haberkorn
1
-0
/
+187
2016-02-15
revised looping implementation, aggregating loops, sane $$ semantics, some op...
Robin Haberkorn
1
-2
/
+2
2016-02-15
fixed segfaults due to missing undo restoration QReg argument variables
Robin Haberkorn
1
-4
/
+4
2016-02-10
added String::toupper(): minor optimization
Robin Haberkorn
1
-3
/
+3
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
1
-5
/
+5
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-07-14
fixed error message for Qq if <q> does not exist
Robin Haberkorn
1
-5
/
+28
2015-06-29
<:Q> returns -1 for non-existent registers now
Robin Haberkorn
1
-15
/
+59
2015-06-29
MicroStateMachine::input() returns whether a result was set now
Robin Haberkorn
1
-56
/
+53
2015-06-22
major Curses UI revision: initialize curses as late as possible
Robin Haberkorn
1
-0
/
+51
2015-06-14
handle environment variables more consistently
Robin Haberkorn
1
-1
/
+74
2015-06-12
support UNIX-shell-like tilde-expansions in file names and directories
Robin Haberkorn
1
-7
/
+7
2015-06-03
avoid compiler warning for giving field precision (non-null terminated string...
Robin Haberkorn
1
-1
/
+1
2015-06-02
added <FG> command and special Q-Register "$" to set and get the current work...
Robin Haberkorn
1
-9
/
+109
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
[next]