| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
And Global(Hook|Option)Manager to Global(Hook|Option)s
|
|
|
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
env vars are handled
|
|
of line
Adapted other code in consequence and added unit tests so that this behavior
is maintained.
|
|
|
|
|
|
|
|
|
|
* Filters now only works on insertion and take directly the
iterator and content
* use Buffer::insert and Buffer::erase to modify a buffer
|
|
|
|
|
|
|
|
|
|
|
|
Instead of a big std::string, buffer now store it's content in a
list of lines. In order to achieve O(log(n)) random access, lines
contains both their content and their offset since the start of
the file, making binary search usable.
BufferIterator now have a LineAndColumn coordinate into the buffer
instead of an offset so that access is still O(1).
|
|
|
|
|
|
filenames
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when ENOENT
|
|
|