kakoune/src
2012-02-07 14:26:51 +00:00
..
rc insert include guards in C++ header files at creation 2012-01-31 14:07:41 +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 Use an Editor instead of a Window as much as possible 2012-02-02 20:48:03 +00:00
buffer.hh Use an Editor instead of a Window as much as possible 2012-02-02 20:48:03 +00:00
command_manager.cc use memoryview instead of std::vector where applicable 2012-02-03 19:14:35 +00:00
command_manager.hh use memoryview instead of std::vector where applicable 2012-02-03 19:14:35 +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 Context: add methods bool has_{buffer,window) 2012-01-31 13:38:06 +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
editor.cc selectors now take a Selection as parameter instead of a BufferIterator 2012-02-07 14:26:51 +00:00
editor.hh selectors now take a Selection as parameter instead of a BufferIterator 2012-02-07 14:26:51 +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: parse_filename function which handle ~ and environment variable in filenames 2012-01-29 22:24:43 +00:00
file.hh File: parse_filename function which handle ~ and environment variable in filenames 2012-01-29 22:24:43 +00:00
filter_registry.cc Filters: move from buffer to window 2011-12-07 14:29:10 +00:00
filter_registry.hh use memoryview instead of std::vector where applicable 2012-02-03 19:14:35 +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_group.cc HighlighterGroup: use idvaluemap::complete_id_if in complete_group_id 2012-01-19 20:53:15 +00:00
highlighter_group.hh HighlighterGroup: use idvaluemap::complete_id_if in complete_group_id 2012-01-19 20:53:15 +00:00
highlighter_registry.cc HighlighterGroup: move to it's own file, Window uses them directly 2012-01-19 20:37:29 +00:00
highlighter_registry.hh HighlighterRegistry: add add_highlighter_to_group method 2012-01-15 13:46:45 +00:00
highlighter.hh use memoryview instead of std::vector where applicable 2012-02-03 19:14:35 +00:00
highlighters.cc SelectionHighlighter: reverse color of the last char of each selection 2012-01-25 20:22:33 +00:00
highlighters.hh HighlighterGroup: move to it's own file, Window uses them directly 2012-01-19 20:37:29 +00:00
hooks_manager.cc HooksManager: do not propagate hooks runtime exception 2012-01-24 23:17:26 +00:00
hooks_manager.hh HooksManager: forward declare Context instead of including context.hh 2012-01-23 13:56:43 +00:00
idvaluemap.hh idvaluemap: complete_id_if method for conditional id completion 2012-01-19 20:52:08 +00:00
kakrc adapt rc files to the new hook command 2012-01-23 14:00:33 +00:00
keys.cc make parse_keys handle <c-*> and <a-*> keys. 2012-01-29 22:49:14 +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 selectors now take a Selection as parameter instead of a BufferIterator 2012-02-07 14:26:51 +00:00
Makefile Makefile: add rule for tags 2011-09-08 14:28:42 +00:00
memoryview.hh add a memoryview class 2012-02-03 19:13:02 +00:00
register_manager.hh Basic support for yanking and pasting 2011-09-23 14:31:57 +00:00
selection.cc extract an Editor class from Window and refactor 2012-01-31 19:12:06 +00:00
selection.hh extract an Editor class from Window and refactor 2012-01-31 19:12:06 +00:00
selectors.cc selectors now take a Selection as parameter instead of a BufferIterator 2012-02-07 14:26:51 +00:00
selectors.hh selectors now take a Selection as parameter instead of a BufferIterator 2012-02-07 14:26:51 +00:00
utils.hh add a find(container, value) utility function 2012-01-25 22:31:47 +00:00
window.cc batches support in Editor, used by IncrementalInserter and exec_string 2012-02-03 13:55:22 +00:00
window.hh batches support in Editor, used by IncrementalInserter and exec_string 2012-02-03 13:55:22 +00:00