.. |
rc
|
add some highlighting for git
|
2012-03-08 20:58:22 +00:00 |
.gdbinit
|
set print pretty in gdbinit
|
2012-03-27 13:27:35 +00:00 |
assert.cc
|
assert: custom implementation
|
2011-09-09 19:24:18 +00:00 |
assert.hh
|
add a COMMA macro for assert parameters
|
2012-03-25 20:15:54 +00:00 |
buffer_iterator.inl.hh
|
fix BufferIterator::update when removing an end of line
|
2012-04-01 15:40:25 +00:00 |
buffer_manager.cc
|
BufferManager no longer owns buffers, only register them
|
2012-03-26 14:21:49 +00:00 |
buffer_manager.hh
|
BufferManager no longer owns buffers, only register them
|
2012-03-26 14:21:49 +00:00 |
buffer.cc
|
add a Line::length method
|
2012-03-30 12:00:40 +00:00 |
buffer.hh
|
add a Line::length method
|
2012-03-30 12:00:40 +00:00 |
command_manager.cc
|
support read error in shell_eval
|
2012-03-08 21:15:37 +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
|
rename BufferString to String
|
2012-03-08 21:23:29 +00:00 |
display_buffer.hh
|
rename BufferString to String
|
2012-03-08 21:23:29 +00:00 |
editor.cc
|
rename BufferString to String
|
2012-03-08 21:23:29 +00:00 |
editor.hh
|
rename BufferString to String
|
2012-03-08 21:23:29 +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
|
Store buffer content in a list of lines
|
2012-03-30 11:37:18 +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
|
add some highlighting for git
|
2012-03-08 20:58:22 +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
|
add some missing operators to LineAndColumn
|
2012-03-21 14:13:26 +00:00 |
main.cc
|
display modified buffers names when quit fails
|
2012-03-25 20:12:35 +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
|
remove useless Window::cursor_{position,iterator}
|
2012-03-21 19:26:42 +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
|
Store buffer content in a list of lines
|
2012-03-30 11:37:18 +00:00 |
selection.hh
|
rename BufferString to String
|
2012-03-08 21:23:29 +00:00 |
selectors.cc
|
generalize do_select_surrounding in do_select_object and add a whole word selector
|
2012-03-12 14:23:30 +00:00 |
selectors.hh
|
generalize do_select_surrounding in do_select_object and add a whole word selector
|
2012-03-12 14:23:30 +00:00 |
unit_tests.cc
|
add an editor unit test
|
2012-04-01 15:39:53 +00:00 |
utils.hh
|
add a find(container, value) utility function
|
2012-01-25 22:31:47 +00:00 |
window.cc
|
remove unused measure_string from window.cc
|
2012-03-26 23:13:09 +00:00 |
window.hh
|
remove useless Window::cursor_{position,iterator}
|
2012-03-21 19:26:42 +00:00 |