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