| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This add color support for the status line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try to narrow matches with entered prefix
|
|
|
|
|
|
changes
|
|
The completions option (a std::vector<String>) is used for
completions candidates, if it's first element matches the current
cursor position and buffer timestamp.
|
|
|
|
|
|
|
|
|
|
* non builtins options require declaration using the decl command
* At the moment, only int and string options are supported, however
the goal of this change is to provide a consistent way to support
more complex options, namely lists and booleans
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
insertion
|
|
|
|
|
|
|
|
Used for a new feature: incremental search
|
|
If option 'complete_prefix' is non 0, then completion first
use completion candidates common prefix, then circle through
candidates.
|
|
|
|
until end of on_key
|
|
editor implementation
|
|
|
|
|
|
|
|
|
|
|