home/src
2012-03-08 20:49:10 +00:00
..
rc tweak kakrc highlighting 2012-02-16 14:04:19 +00:00
.gdbinit add gdb pretty printers for kakoune data structures 2012-03-08 20:32:13 +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 fix some unitialized variable use (thanks valgrind) 2012-03-08 20:49:10 +00:00
buffer.hh Buffer: optimize line updating when applying a modification 2012-02-22 21:54:25 +00:00
command_manager.cc fix shell_eval when no buffer in context 2012-03-04 19:42:31 +00:00
command_manager.hh Support shell commands expansion in CommandManager 2012-02-13 21:38:07 +00:00
completion.cc fix complete_filename when directory does not exist 2012-03-04 19:43:47 +00:00
completion.hh Completion: decentralise, move buffer name completion to BufferManager 2011-11-12 14:06:49 +00:00
context.hh fix include in context.hh 2012-02-13 21:32:54 +00:00
debug.cc use an Editor in write_debug 2012-03-06 23:12:48 +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 Final attribute support for DisplayAtom 2012-02-22 21:48:14 +00:00
editor.cc 'I' now inserts before the first non blank character of the line instead of the first character of the line 2012-03-07 19:19:33 +00:00
editor.hh Merge captures into registers, implements register insertion 2012-02-09 23:47:55 +00:00
exception.cc exception: refactoring 2011-09-09 18:40:59 +00:00
exception.hh do not take a std::string by value in runtime_error constructor 2012-03-04 20:10:09 +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 fix number_lines line count computing 2012-02-27 14:24:14 +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 fix some unitialized variable use (thanks valgrind) 2012-03-08 20:49:10 +00:00
Makefile Makefile: add rule for tags 2011-09-08 14:28:42 +00:00
memoryview.hh support memoryview construction from iterators 2012-02-13 14:14:26 +00:00
ncurses.cc NCurses: support default colors 2012-03-04 19:55:38 +00:00
ncurses.hh move ncurses function to ncurses.{cc,hh} 2012-02-16 14:25:16 +00:00
register_manager.hh Merge captures into registers, implements register insertion 2012-02-09 23:47:55 +00:00
register.cc Merge captures into registers, implements register insertion 2012-02-09 23:47:55 +00:00
register.hh save and restore " and / registers in exec_keys 2012-02-27 19:51:30 +00:00
selection.cc Selection: handle last buffer character deleted case 2012-02-22 22:03:11 +00:00
selection.hh document Selection class 2012-02-27 20:01:59 +00:00
selectors.cc factor word and WORD selectors 2012-03-07 19:20:32 +00:00
selectors.hh factor word and WORD selectors 2012-03-07 19:20:32 +00:00
utils.hh add a find(container, value) utility function 2012-01-25 22:31:47 +00:00
window.cc fix last line handling in window display buffer 2012-03-06 14:27:49 +00:00
window.hh Merge captures into registers, implements register insertion 2012-02-09 23:47:55 +00:00