kakoune/src
2012-07-03 19:13:16 +02:00
..
rc add rc/diff.kak and load in kakrc 2012-06-27 14:29:12 +02:00
.gdbinit gdb: do not catch throw, but break when constructing an assert_failed exception 2012-04-03 13:42:20 +00:00
assert.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
assert.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
buffer_iterator.inl.hh Fix BufferIterator::on_erase and tweak Buffer 2012-06-28 14:26:01 +02:00
buffer_manager.cc BufferManager use safe_ptr to reference the Buffers 2012-06-28 13:45:42 +02:00
buffer_manager.hh BufferManager use safe_ptr to reference the Buffers 2012-06-28 13:45:42 +02:00
buffer.cc Buffer: pass by value instead of by reference when object will be copied anyway 2012-06-29 13:19:29 +02:00
buffer.hh Buffer: pass by value instead of by reference when object will be copied anyway 2012-06-29 13:19:29 +02:00
client.cc Rename UI to Client 2012-06-28 14:11:43 +02:00
client.hh Rename UI to Client 2012-06-28 14:11:43 +02:00
command_manager.cc sort command names completion candidates 2012-06-02 15:49:56 +00:00
command_manager.hh The def command do not override commands by default, use -allow-override 2012-06-02 15:49:35 +00:00
commands.cc do not catch exception in commands, let them propagate 2012-06-30 00:44:14 +02:00
commands.hh move commands to commands.{cc,hh} 2012-05-07 03:13:34 +00:00
completion.cc Cleanup utils.hh, remove auto_raii in favor of on_scope_end 2012-06-12 18:45:13 +00:00
completion.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
context.hh Add Context::option_manager() 2012-06-28 14:01:37 +02:00
debug.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
debug.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
display_buffer.cc DisplayAtom: support empty replacement 2012-07-03 19:13:16 +02:00
display_buffer.hh DisplayAtom: support empty replacement 2012-07-03 19:13:16 +02:00
editor.cc IncrementalInsertor::insert takes a memoryview<String> rather than a Register 2012-06-29 18:35:48 +02:00
editor.hh IncrementalInsertor::insert takes a memoryview<String> rather than a Register 2012-06-29 18:35:48 +02:00
exception.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
exception.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
file.cc include <unistd.h> in order to get read and write 2012-05-30 14:19:53 +02:00
file.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
filter_group.cc remove ugly id_to_str param in idvaluemap and str_to_str 2012-06-25 19:11:13 +02:00
filter_group.hh Add a FilterGroup, and cleanup HighlighterGroup 2012-06-12 18:24:29 +00:00
filter_registry.cc remove ugly id_to_str param in idvaluemap and str_to_str 2012-06-25 19:11:13 +02:00
filter_registry.hh Add a FilterGroup, and cleanup HighlighterGroup 2012-06-12 18:24:29 +00:00
filter.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
filters.cc Tweak String class, and cleanup usages 2012-06-27 14:26:29 +02:00
filters.hh Buffer: add filter support 2011-12-02 14:28:27 +00:00
highlighter_group.cc remove ugly id_to_str param in idvaluemap and str_to_str 2012-06-25 19:11:13 +02:00
highlighter_group.hh Add a FilterGroup, and cleanup HighlighterGroup 2012-06-12 18:24:29 +00:00
highlighter_registry.cc remove ugly id_to_str param in idvaluemap and str_to_str 2012-06-25 19:11:13 +02:00
highlighter_registry.hh Add a FilterGroup, and cleanup HighlighterGroup 2012-06-12 18:24:29 +00:00
highlighter.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
highlighters.cc replace Option::operator {String,int} with Option::as_{string,int} 2012-06-12 18:26:20 +00:00
highlighters.hh HighlighterGroup: move to it's own file, Window uses them directly 2012-01-19 20:37:29 +00:00
hook_manager.cc HookManager are now hierarchical from window to buffer to global 2012-06-07 13:29:44 +00:00
hook_manager.hh HookManager are now hierarchical from window to buffer to global 2012-06-07 13:29:44 +00:00
idvaluemap.hh remove ugly id_to_str param in idvaluemap and str_to_str 2012-06-25 19:11:13 +02:00
kakrc add rc/diff.kak and load in kakrc 2012-06-27 14:29:12 +02:00
keys.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
keys.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
line_and_column.hh add some missing operators to LineAndColumn 2012-03-21 14:13:26 +00:00
main.cc support static and dynamic registers, add '%' (filename) and '.' (selection) registers 2012-06-29 18:37:17 +02:00
Makefile Makefile: add rule for tags 2011-09-08 14:28:42 +00:00
memoryview.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
ncurses.cc simplify Register interface 2012-06-29 13:25:34 +02:00
ncurses.hh Rename UI to Client 2012-06-28 14:11:43 +02:00
option_manager.cc Refactor OptionManager, add OptionManagerWatcher 2012-06-14 13:16:44 +00:00
option_manager.hh Tweak String class, and cleanup usages 2012-06-27 14:26:29 +02:00
regex.hh Add a ShellManager which handles executing shell commands 2012-05-03 07:25:13 +00:00
register_manager.cc support static and dynamic registers, add '%' (filename) and '.' (selection) registers 2012-06-29 18:37:17 +02:00
register_manager.hh support static and dynamic registers, add '%' (filename) and '.' (selection) registers 2012-06-29 18:37:17 +02:00
register.hh support static and dynamic registers, add '%' (filename) and '.' (selection) registers 2012-06-29 18:37:17 +02:00
selection.cc remove ModificationListener and use a list of iterators to update instead 2012-04-04 13:56:19 +00:00
selection.hh remove ModificationListener and use a list of iterators to update instead 2012-04-04 13:56:19 +00:00
selectors.cc Add a ShellManager which handles executing shell commands 2012-05-03 07:25:13 +00:00
selectors.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
shell_manager.cc ShellManager environment variable use a regex instead of an exact match 2012-06-25 19:40:18 +02:00
shell_manager.hh ShellManager environment variable use a regex instead of an exact match 2012-06-25 19:40:18 +02:00
string.cc Tweak String class, and cleanup usages 2012-06-27 14:26:29 +02:00
string.hh Tweak String class, and cleanup usages 2012-06-27 14:26:29 +02:00
unit_tests.cc Add some string helpers and unit tests 2012-05-29 05:19:50 +00:00
utils.hh add safe_ptr::operator=(safe_ptr&&) and safe_ptr::reset(T*) 2012-06-30 00:33:36 +02:00
window.cc Windows call the WinSetOption hook when an option changes 2012-06-14 13:19:38 +00:00
window.hh Context references buffer and window with a safe_ptr 2012-06-28 13:46:14 +02:00