.. |
rc
|
tweak kakrc highlighting
|
2012-02-16 14:04: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_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
|
Support shell expansion in place of command name in command manager
|
2012-02-15 14:19:57 +00:00 |
command_manager.hh
|
Support shell commands expansion in CommandManager
|
2012-02-13 21:38:07 +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
|
fix include in context.hh
|
2012-02-13 21:32:54 +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
|
Editor: replace all captures if one capture is present
|
2012-02-10 13:58:29 +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
|
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
|
Add an echo command which print it's params in the status line
|
2012-02-15 14:24:52 +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 |
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
|
Merge captures into registers, implements register insertion
|
2012-02-09 23:47:55 +00:00 |
selection.cc
|
Merge captures into registers, implements register insertion
|
2012-02-09 23:47:55 +00:00 |
selection.hh
|
Merge captures into registers, implements register insertion
|
2012-02-09 23:47:55 +00:00 |
selectors.cc
|
Merge captures into registers, implements register insertion
|
2012-02-09 23:47:55 +00:00 |
selectors.hh
|
Merge captures into registers, implements register insertion
|
2012-02-09 23:47:55 +00:00 |
utils.hh
|
add a find(container, value) utility function
|
2012-01-25 22:31:47 +00:00 |
window.cc
|
Editor refactoring, merge undo and batch management
|
2012-02-07 23:41:10 +00:00 |
window.hh
|
Merge captures into registers, implements register insertion
|
2012-02-09 23:47:55 +00:00 |