kakoune/src
Maxime Coste 535e200587 Add a BufferManager singleton class, handling buffer lifetime
it also provide access to buffers by name
2011-09-08 00:11:48 +00:00
..
buffer_manager.cc Add a BufferManager singleton class, handling buffer lifetime 2011-09-08 00:11:48 +00:00
buffer_manager.hh Add a BufferManager singleton class, handling buffer lifetime 2011-09-08 00:11:48 +00:00
buffer.cc Add a BufferManager singleton class, handling buffer lifetime 2011-09-08 00:11:48 +00:00
buffer.hh Buffer: Undo/Redo implementation 2011-09-06 18:49:32 +00:00
command_manager.cc Refactor commands handling and parsing in a CommandManager class 2011-09-07 18:16:56 +00:00
command_manager.hh Refactor commands handling and parsing in a CommandManager class 2011-09-07 18:16:56 +00:00
display_buffer.cc Initial commit 2011-09-02 16:51:20 +00:00
display_buffer.hh Initial commit 2011-09-02 16:51:20 +00:00
file.cc Buffer: accept initial content in constructor 2011-09-06 18:33:18 +00:00
file.hh create_buffer_from_file: throw file_not_found instead of open_file_error when ENOENT 2011-09-02 18:01:20 +00:00
main.cc Refactor commands handling and parsing in a CommandManager class 2011-09-07 18:16:56 +00:00
Makefile Initial commit 2011-09-02 16:51:20 +00:00
regex_selector.cc RegexSelector: search the entire buffer instead of the current line 2011-09-02 18:38:10 +00:00
regex_selector.hh Initial commit 2011-09-02 16:51:20 +00:00
utils.hh utils: add operator== (const std::unique_ptr<T>&, T*) 2011-09-08 00:08:55 +00:00
window.cc Window: basic binding of bufffer undo feature 2011-09-06 18:52:52 +00:00
window.hh Window: basic binding of bufffer undo feature 2011-09-06 18:52:52 +00:00