aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Curses: support cycling through long lists of possible auto-completions and o...Robin Haberkorn5-67/+153
2014-12-08Curses: fixed formatting of popup windowsRobin Haberkorn1-24/+20
2014-12-08do not show possible completions for hidden files and directoriesRobin Haberkorn3-11/+52
2014-11-24implemented pQq and :Qq commandsRobin Haberkorn3-25/+115
2014-11-24introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...Robin Haberkorn2-28/+37
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-24Q-Register loading and saving using the IOView classRobin Haberkorn6-25/+95
2014-11-24factored out file loading and saving into the View specialisation IOViewRobin Haberkorn5-380/+467
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 Haberkorn3-13/+23
2014-11-22added EJ command: return runtime propertiesRobin Haberkorn3-0/+74
2014-11-22added globbing command ENRobin Haberkorn7-38/+231
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 Haberkorn1-1/+2
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 Haberkorn1-1/+22
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-20allow a current buffer if we're editing a Q-RegisterRobin Haberkorn5-16/+23
2014-11-17renamed the "NCurses" UI to "Curses" internallyRobin Haberkorn4-41/+41
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-16first working version of the one-view-per-buffer designRobin Haberkorn18-252/+475
2014-11-14added ^# (XOR) operatorRobin Haberkorn3-1/+10
2014-11-14fixed number formatting for radix > 10Robin Haberkorn1-1/+1
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn14-293/+375
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn33-74/+208
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
2014-11-10support new "~" conditional: useful for implying default parameters in macrosRobin Haberkorn1-6/+17
2014-11-10fixed EG command: make sure to reset the register argument on termination,Robin Haberkorn1-0/+2
2014-11-09fixed EC command for negative line rangesRobin Haberkorn1-0/+6
2014-11-09allow "-EC" command even though we do not generally imply the sign prefixRobin Haberkorn1-3/+13
2014-11-09revised U command: fail if no argument is providedRobin Haberkorn2-5/+30
2014-11-09fixed undoing of initial TECO document changesRobin Haberkorn1-0/+3
2014-11-09current_doc_must_undo(): check for undo-necessity when operating on the curre...Robin Haberkorn3-19/+44
2014-11-09prevent assertions when pushing operators without corresponding operandsRobin Haberkorn1-4/+14
2014-11-09documented EC and EG commandsRobin Haberkorn2-0/+108
2014-11-09TAB-completion for EC commandRobin Haberkorn1-2/+13
2014-11-09added EG command: pipe from buffer into Q-RegisterRobin Haberkorn3-7/+45
2014-11-09implemented EC command (execute operating system command) in spawn.cppRobin Haberkorn6-1/+428
2014-11-02changed syntax for long Q-Register names: use [] brackets instead of {}Robin Haberkorn2-5/+5
2014-11-01fixed reversing EW (save as)Robin Haberkorn1-23/+22