kakoune/src
2011-10-06 21:13:33 +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_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: modification tracking 2011-10-05 14:21:24 +00:00
buffer.hh Buffer: modification tracking 2011-10-05 14:21:24 +00:00
command_manager.cc CommandManager: support per command configurable completion 2011-09-16 09:18:51 +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 Completion: add complete_buffername completer 2011-09-22 18:55:45 +00:00
display_buffer.cc Window: fix blink_void 2011-09-29 14:23:46 +00:00
display_buffer.hh DisplayBuffer: check_invariant method to assert atoms consistency 2011-09-29 09:10:27 +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 File: fix write_buffer_to_file 2011-10-03 18:40:12 +00:00
file.hh exception: refactoring 2011-09-09 18:40:59 +00:00
filters.cc Filters: tweak colorize_cplusplus 2011-10-06 21:12:16 +00:00
filters.hh Filters: add a colorize_cplusplus filter and use it by default in Window 2011-10-03 14:30:14 +00:00
line_and_column.hh LineAndColumn: fix operator[+-]= 2011-09-19 21:55:58 +00:00
main.cc clear selections after a change 2011-10-06 21:13:33 +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 bind T and F as select_to_reverse non-inclusive and inclusive 2011-10-03 14:29:44 +00:00
selectors.hh bind T and F as select_to_reverse non-inclusive and inclusive 2011-10-03 14:29:44 +00:00
utils.hh Utils: Singleton template and migration of the BufferManager 2011-09-23 14:26:53 +00:00
window.cc IncrementalInserter: support OpenLineBelow and OpenLineAbove mode 2011-10-06 21:12:55 +00:00
window.hh IncrementalInserter: support OpenLineBelow and OpenLineAbove mode 2011-10-06 21:12:55 +00:00