.. |
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: fix complete and style tweak
|
2011-11-26 19:05:49 +00:00 |
command_manager.hh
|
Add a Context parameter to commands
|
2011-11-26 18:32:57 +00:00 |
completion.cc
|
Completions: complete_filename correctly support directories
|
2011-12-22 13:44:04 +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
|
{Filter,Highlighter}Registry: more infos on factory not found
|
2011-12-02 19:00:01 +00:00 |
highlighter_registry.hh
|
HighlighterRegistry: use idvaluemap to store factories
|
2011-12-02 14:22:51 +00:00 |
highlighter.hh
|
Document some Kakoune concepts, as Window, Buffer, DisplayAtom...
|
2012-01-11 14:21:58 +00:00 |
highlighters.cc
|
Highlighters: tweak colorize_cplusplus
|
2011-12-28 18:52:35 +00:00 |
highlighters.hh
|
Rename Filter to Highlighter to be more explicit
|
2011-11-29 22:37:20 +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
|
better rvalue reference forwarding
|
2011-12-07 18:57:07 +00:00 |
kakrc
|
kakrc: add support for kakrc file highlighting
|
2012-01-14 01:04:08 +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
|
<space> with a count argument replaces current selections with the counth selection.
|
2012-01-09 14:28:01 +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
|
<space> with a count argument replaces current selections with the counth selection.
|
2012-01-09 14:28:01 +00:00 |
window.hh
|
Document some Kakoune concepts, as Window, Buffer, DisplayAtom...
|
2012-01-11 14:21:58 +00:00 |