| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
time initialized
|
|
|
|
As in upcoming std c++ array_view, ArrayView<T> points to mutable
data, use ArrayView<const T> or alias ConstArrayView<T> for const
data.
|
|
|
|
with ~100 entry, a binary search finds in < 7 step, unordered map
is overkill.
|
|
|
|
|
|
|
|
The number of hook names is small (<20), using an UnorderedMap
is overkill, and prevents using StringView for key searching.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The previous method was constantly invalidating cache when used in
conjunction with region highlighters.
|
|
|
|
<a-h> : move cursor left
<a-l> : move cursor right
<a-x> : delete char before cursor
<a-d> : delete char under cursor
|
|
* Correctly hide the reload dialog in every client.
* Correctly handle buffer being deleted.
|
|
Fixes #113
|
|
|
|
|
|
|