| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now that we know selections are sorted, we can get the set of selections
needing updating in log(n) time using a binary search, for modification
not changing the line count, this makes updating selections run in log(n)
instead of n.
|
|
|
|
|
|
detail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ClientAccepter is now Server's implementation detail and all socket logic
are isolated in remote.cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This highlighter show a given flag in front of each lines whose number
is present in a given int-list option
|
|
|
|
|
|
|
|
|
|
|
|
|