home/src
2011-10-10 22:47:19 +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: add a type property 2011-10-07 14:15:55 +00:00
buffer.hh Buffer: add a type property 2011-10-07 14:15:55 +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 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: do not store content in atom, begin and end are sufficient 2011-10-07 14:19:58 +00:00
display_buffer.hh DisplayBuffer: do not store content in atom, begin and end are sufficient 2011-10-07 14:19:58 +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-10-07 14:28:38 +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 Debug: add key integral value in the debug buffer on keystroke 2011-10-10 22:47:19 +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 gl and gh now go to first or last character of the line 2011-10-10 14:24:17 +00:00
selectors.hh gl and gh now go to first or last character of the line 2011-10-10 14:24:17 +00:00
utils.hh Utils: Singleton template and migration of the BufferManager 2011-09-23 14:26:53 +00:00
window.cc Window: scroll when inserting, appending, erasing if necessary 2011-10-10 14:28:39 +00:00
window.hh Window: get rid of select_mode 2011-10-07 14:03:25 +00:00