kakoune/src
2012-01-15 13:48:48 +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 Completion: decentralise, move buffer name completion to BufferManager 2011-11-12 14:06:49 +00:00
buffer_manager.hh Completion: decentralise, move buffer name completion to BufferManager 2011-11-12 14:06:49 +00:00
buffer.cc Buffer: fix compute_lines on empty_buffer 2011-12-28 18:52:14 +00:00
buffer.hh Document some Kakoune concepts, as Window, Buffer, DisplayAtom... 2012-01-11 14:21:58 +00:00
command_manager.cc CommandManager: add flags support and IgnoreSemiColons flag 2012-01-15 03:02:08 +00:00
command_manager.hh CommandManager: add flags support and IgnoreSemiColons flag 2012-01-15 03:02:08 +00:00
completion.cc Completion: sort results in complete_filename 2012-01-15 02:02:18 +00:00
completion.hh Completion: decentralise, move buffer name completion to BufferManager 2011-11-12 14:06:49 +00:00
context.hh Add a Context parameter to commands 2011-11-26 18:32:57 +00:00
debug.cc Buffer: replace insert and erase methods with modify 2011-12-07 14:26:40 +00:00
debug.hh Debug: add a write_debug function 2011-10-07 14:16:38 +00:00
display_buffer.cc DisplayBuffer: fix DisplayAtom::iterator_at 2011-11-16 21:03:32 +00:00
display_buffer.hh Document some Kakoune concepts, as Window, Buffer, DisplayAtom... 2012-01-11 14:21:58 +00:00
dynamic_buffer_iterator.cc Buffer: rename BufferModification to Modification 2011-12-06 18:58:43 +00:00
dynamic_buffer_iterator.hh Buffer: rename BufferModification to Modification 2011-12-06 18:58:43 +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 whitespace fix 2011-12-22 13:33:29 +00:00
file.hh File: extract read_file function which returns file content in a string 2011-11-27 12:56:38 +00:00
filter_registry.cc Filters: move from buffer to window 2011-12-07 14:29:10 +00:00
filter_registry.hh Filters: move from buffer to window 2011-12-07 14:29:10 +00:00
filter.hh Document some Kakoune concepts, as Window, Buffer, DisplayAtom... 2012-01-11 14:21:58 +00:00
filters.cc Filters: add cleanup_whitespace filter 2011-12-20 14:27:01 +00:00
filters.hh Buffer: add filter support 2011-12-02 14:28:27 +00:00
highlighter_registry.cc HighlighterRegistry: add add_highlighter_to_group method 2012-01-15 13:46:45 +00:00
highlighter_registry.hh HighlighterRegistry: add add_highlighter_to_group method 2012-01-15 13:46:45 +00:00
highlighter.hh Highlighters: move HighlighterParameters definition from highlighter_registry.hh to highlighter.hh 2012-01-15 13:44:16 +00:00
highlighters.cc Highlighters: add an HighlighterGroup class 2012-01-15 13:45:18 +00:00
highlighters.hh Highlighters: add an HighlighterGroup class 2012-01-15 13:45:18 +00:00
hooks_manager.cc HooksManager: replace HookContext with Context 2011-11-26 18:34:10 +00:00
hooks_manager.hh HooksManager: replace HookContext with Context 2011-11-26 18:34:10 +00:00
idvaluemap.hh idvaluemap: add missing includes 2012-01-15 13:40:58 +00:00
kakrc kakrc: use a hlkakrc highlighter group for kakrc highlighting regex 2012-01-15 13:48:48 +00:00
keys.cc Add Key struct 2011-12-20 19:21:11 +00:00
keys.hh Use Keys instead of char for keymap 2011-12-21 14:29:28 +00:00
line_and_column.hh LineAndColumn: add comparison operators 2011-10-15 04:42:28 +00:00
main.cc addhl supports a -group option 2012-01-15 13:47:12 +00:00
Makefile Makefile: add rule for tags 2011-09-08 14:28:42 +00:00
register_manager.hh Basic support for yanking and pasting 2011-09-23 14:31:57 +00:00
selectors.cc Selectors: select_next_match starts from cursor+1 2012-01-09 14:22:52 +00:00
selectors.hh Selectors: add select_surrounding to select blocks 2012-01-04 14:18:08 +00:00
utils.hh Utils: add on_scope_end utility 2011-12-20 19:18:00 +00:00
window.cc Window: add get_highlighter_group method 2012-01-15 13:46:12 +00:00
window.hh Window: add get_highlighter_group method 2012-01-15 13:46:12 +00:00