aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2014-11-24allow disabling of buffer sessions. in sample.teco_ini, disable sessions auto...Robin Haberkorn2-8/+12
2014-11-24implemented pQq and :Qq commandsRobin Haberkorn4-26/+116
2014-11-24fixed standard library installationRobin Haberkorn1-1/+4
2014-11-24updated TODORobin Haberkorn1-7/+10
2014-11-24introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...Robin Haberkorn9-54/+76
2014-11-24use RBTree::RBEntry instead of only RBEntryRobin Haberkorn1-1/+1
2014-11-24turn off Scintilla undo collection by default and fixed memleakRobin Haberkorn6-10/+45
2014-11-24mention .teco_session files in sciteco(1)Robin Haberkorn1-1/+8
2014-11-24Q-Register loading and saving using the IOView classRobin Haberkorn7-27/+96
2014-11-24factored out file loading and saving into the View specialisation IOViewRobin Haberkorn6-382/+475
2014-11-23updated Doxygen configuration: doxygen -u Doxyfile.inRobin Haberkorn1-74/+153
2014-11-22updated lexer and session libraries using new EU, [* and ]* commandsRobin Haberkorn2-23/+21
2014-11-22added EI as non-string-building variant of IRobin Haberkorn2-7/+30
2014-11-22added variant of the ^U command with string building: the EU commandRobin Haberkorn3-7/+45
2014-11-22allow setting the "*" register as an alternative to nEBRobin Haberkorn6-19/+45
2014-11-22removed SciTECO-specific ignores from .gitignoreRobin Haberkorn1-5/+0
2014-11-22added a buffer session module (session.tes)Robin Haberkorn3-9/+64
2014-11-22added EJ command: return runtime propertiesRobin Haberkorn3-0/+74
2014-11-22added globbing command ENRobin Haberkorn15-74/+244
2014-11-22fixed document parameters when editing local q-registers (must_undo)Robin Haberkorn1-1/+6
2014-11-21updated documentation on ED (buffer editing) hooksRobin Haberkorn2-14/+58
2014-11-21finally implemented the CLOSE and QUIT hooksRobin Haberkorn8-44/+151
2014-11-20renamed ED hook register to "ED" and protect ED hook executionsRobin Haberkorn2-2/+23
2014-11-20simplified attaching errors to a position in a macroRobin Haberkorn2-7/+11
2014-11-20Throw error when a macro terminates while a local q-reg is edited.Robin Haberkorn3-15/+53
2014-11-20throw error when macro returns with an unterminated commandRobin Haberkorn1-0/+13
2014-11-20lexer library: added M[lexer.checkheader] and M[lexer.checkname] for matching...Robin Haberkorn8-20/+32
2014-11-20allow a current buffer if we're editing a Q-RegisterRobin Haberkorn5-16/+23
2014-11-19added first draft of new modular lexer systemRobin Haberkorn12-237/+354
2014-11-18updated Scintilla submoduleRobin Haberkorn3-4/+3
2014-11-17updated TODORobin Haberkorn1-4/+1
2014-11-17updated sciteco(7): information on Scintilla views versus documentsRobin Haberkorn1-3/+30
2014-11-17renamed the "NCurses" UI to "Curses" internallyRobin Haberkorn5-42/+42
2014-11-17Make sure QRegister::view is properly initialized and cleaned upRobin Haberkorn12-79/+99
2014-11-17simplified (User) Interface APIRobin Haberkorn3-53/+15
2014-11-17updated GTK user interface to API changesRobin Haberkorn2-43/+143
2014-11-16cleaned up Scintilla document "updating"Robin Haberkorn5-75/+58
2014-11-16rewritten View and Interface base classes using the Curiously Recurring Templ...Robin Haberkorn9-114/+237
2014-11-16avoid saving interface instance in UndoTokenInfoUpdate by implementing its ru...Robin Haberkorn1-13/+22
2014-11-16adapted sample teco.ini: margin setup must be done for every new documentRobin Haberkorn1-8/+11
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn18-252/+475
2014-11-16enable bootstrapping by defaultRobin Haberkorn1-6/+7
2014-11-14added ^# (XOR) operatorRobin Haberkorn4-4/+16
2014-11-14fixed number formatting for radix > 10Robin Haberkorn1-1/+1
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn15-294/+375
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn33-74/+208
2014-11-10revised default function key macrosRobin Haberkorn1-18/+63
2014-11-10updated TODORobin Haberkorn1-1/+3
2014-11-10extended ^U command: allow setting and appending of strings and characters fromRobin Haberkorn2-5/+61
2014-11-10clarified conditions when <;> should yield an errorRobin Haberkorn1-2/+11