| Age | Commit message (Collapse) | Author |
|
|
|
|
|
windows are in context
|
|
|
|
|
|
|
|
filenames
|
|
|
|
|
|
the terminal cursor is now longer shown
|
|
|
|
DynamicBufferIterator is only used by Selections. And each selection
had two iterators, resulting in two ModificationListeners registered
in the buffer instead of one now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
currently 'global' and 'window' are accepted owners. 'window' will
add the hook to the current context window.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cpp highlighting is now specified by rc/cpp.kak.
|
|
|
|
|
|
-group <group_id> can be used to add the highlighter in a
highlighter group which will be then handled as a whole.
|
|
|
|
|
|
|
|
highlighter_registry.hh to highlighter.hh
|
|
|
|
|
|
commands are now registred with flags, and the IgnoreSemiColons
flag permit to specify a command which needs all the parameters
on the line, bypassing the command sequence operator ';'.
the hook command is tagged as such.
|
|
|
|
|
|
|
|
|
|
|
|
|