kakoune/src
2011-11-04 14:15:35 +00:00
..
assert.cc assert: custom implementation 2011-09-09 19:24:18 +00:00
assert.hh assert: custom implementation 2011-09-09 19:24:18 +00:00
buffer_iterator.inl.hh rename buffer_iterator.inl.h to buffer_iterator.inl.hh 2011-10-27 14:13:39 +00:00
buffer_manager.cc Utils: Singleton template and migration of the BufferManager 2011-09-23 14:26:53 +00:00
buffer_manager.hh Utils: Singleton template and migration of the BufferManager 2011-09-23 14:26:53 +00:00
buffer.cc Buffer: fix modified handling 2011-11-03 13:44:02 +00:00
buffer.hh Buffer: tweak default content 2011-11-04 09:10:05 +00:00
command_manager.cc CommandManager: fix completion of empty tokens 2011-10-19 18:50:28 +00:00
command_manager.hh CommandManager: now a singleton 2011-09-23 14:29:42 +00:00
completion.cc Completion: add complete_buffername completer 2011-09-22 18:55:45 +00:00
completion.hh Completions: move code from main.cc to completion.hh 2011-10-10 22:38:58 +00:00
debug.cc Debug: add a write_debug function 2011-10-07 14:16:38 +00:00
debug.hh Debug: add a write_debug function 2011-10-07 14:16:38 +00:00
display_buffer.cc DisplayBuffer: deactivate too expensive check 2011-10-24 19:27:36 +00:00
display_buffer.hh DisplayBuffer: overload atom_containing with a version taking an iterator to search start 2011-10-23 20:26:30 +00:00
dynamic_buffer_iterator.cc DynamicBufferIterator: add and use in Selections 2011-10-24 14:26:21 +00:00
dynamic_buffer_iterator.hh DynamicBufferIterator: add and use in Selections 2011-10-24 14:26:21 +00:00
exception.cc exception: refactoring 2011-09-09 18:40:59 +00:00
exception.hh exception: refactoring 2011-09-09 18:40:59 +00:00
file.cc Buffer: add a type property 2011-10-07 14:15:55 +00:00
file.hh exception: refactoring 2011-09-09 18:40:59 +00:00
filters.cc Filters: tweak colorize_cplusplus 2011-11-04 09:10:28 +00:00
filters.hh Filters: add a show line numbers filter 2011-10-17 19:01:36 +00:00
line_and_column.hh LineAndColumn: add comparison operators 2011-10-15 04:42:28 +00:00
main.cc IncrementalInserter: support insert at line begin and append at line end 2011-11-02 20:03:41 +00:00
Makefile Makefile: add rule for tags 2011-09-08 14:28:42 +00:00
regex_selector.cc Selection: do not use [begin, end) semantics but [first, last] 2011-09-23 09:17:19 +00:00
regex_selector.hh Initial commit 2011-09-02 16:51:20 +00:00
register_manager.hh Basic support for yanking and pasting 2011-09-23 14:31:57 +00:00
selectors.cc Selectors: select_line selects next line when cursor is on eol 2011-10-27 18:57:31 +00:00
selectors.hh Selectors: add selectors for WORDs 2011-10-25 18:46:14 +00:00
utils.hh utils: add contains function 2011-10-17 21:05:22 +00:00
window.cc IncrementalInserter: move cursor left when finishing 2011-11-04 14:15:35 +00:00
window.hh IncrementalInserter: support insert at line begin and append at line end 2011-11-02 20:03:41 +00:00