Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-15 | cleaned up command line updating: the interface is responsible for drawing ↵ | Robin Haberkorn | 1 | -2/+1 | |
the "*" (if it wants to) | |||||
2012-11-15 | make it possible for interface classes to define a get_options() method to ↵ | Robin Haberkorn | 1 | -2/+7 | |
add an options group to the help menu | |||||
2012-11-15 | added Interface class to ease porting SciTECO to other platforms (toolkits) | Robin Haberkorn | 1 | -168/+19 | |
* will support Scintilla with Scinterm/NCurses * changes are in such a way that the generated machine code should have almost no overhead compared to the previous implementation (at least when compiled with optimizations) | |||||
2012-11-13 | support differen EOL modes | Robin Haberkorn | 1 | -8/+17 | |
* only <CR> was inserted into the command stream for Enter, which Scintilla always interpreted as <CR> * instead of interpreting the <CR> in the Insert command based on the EOL-Mode, always insert the current EOL into the command stream when Enter is pressed * inserting <CR> and <LF> independant of the EOL mode is still possible by using <CTRL/N> and <CTRL/K> respectively | |||||
2012-11-12 | allow munged macros to quit and echo messages on stdout/stderr | Robin Haberkorn | 1 | -2/+21 | |
* makes it possible to write standalone scripts * message echoing is only a preliminary way of stdio | |||||
2012-11-11 | <x,y>Xq command, automatic profile munging, explicit munging, commandline ↵ | Robin Haberkorn | 1 | -1/+57 | |
option processing, unhandled commandline options in default buffer | |||||
2012-11-11 | use DEBUG macro | Robin Haberkorn | 1 | -0/+2 | |
2012-11-11 | Q-Register table and EQx command | Robin Haberkorn | 1 | -0/+1 | |
2012-11-10 | filename autocompletion using <CTRL/T> and <TAB> | Robin Haberkorn | 1 | -0/+5 | |
* <TAB> autocompletion only in specified states * GtkInfoPopup widget to display possible completions, written using Gob2 | |||||
2012-11-08 | added buffer ring and preliminary EB...$ implementation | Robin Haberkorn | 1 | -5/+7 | |
* undoing supported * does not yet support globbing | |||||
2012-11-07 | fixed "-" processing and improved C command, added R command | Robin Haberkorn | 1 | -3/+3 | |
2012-11-06 | initial commit of SciTECO based on THECO | Robin Haberkorn | 1 | -0/+159 | |