Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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)
|
|
* 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
|
|
* makes it possible to write standalone scripts
* message echoing is only a preliminary way of stdio
|
|
option processing, unhandled commandline options in default buffer
|
|
|
|
|
|
* <TAB> autocompletion only in specified states
* GtkInfoPopup widget to display possible completions, written using Gob2
|
|
* undoing supported
* does not yet support globbing
|
|
|
|
|