kakoune/src
2012-05-07 03:13:34 +00:00
..
rc remove {add,rm}grouphl, go back to a -group arg in {add,rm}hl 2012-05-04 04:25:09 +00: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 replace std::string references with String 2012-04-14 01:17:09 +00:00
buffer_manager.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
buffer_manager.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
buffer.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
buffer.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
command_manager.cc Add a ShellManager which handles executing shell commands 2012-05-03 07:25:13 +00:00
command_manager.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
commands.cc move commands to commands.{cc,hh} 2012-05-07 03:13:34 +00:00
commands.hh move commands to commands.{cc,hh} 2012-05-07 03:13:34 +00:00
completion.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
completion.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
context.hh fix include in context.hh 2012-02-13 21:32:54 +00: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 fix DisplayBuffer::atom_containing when where is before first atom 2012-05-04 06:39:03 +00:00
display_buffer.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
editor.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
editor.hh replace std::string references with String 2012-04-14 01:17:09 +00: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 Implement our own String class in preparation to encoding support. 2012-04-14 01:23:20 +00:00
file.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
filter_registry.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
filter_registry.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
filter.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
filters.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
filters.hh Buffer: add filter support 2011-12-02 14:28:27 +00:00
highlighter_group.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
highlighter_group.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
highlighter_registry.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
highlighter_registry.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
highlighter.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
highlighters.cc Add a ShellManager which handles executing shell commands 2012-05-03 07:25:13 +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 replace std::string references with String 2012-04-14 01:17:09 +00:00
hook_manager.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
idvaluemap.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
kakrc add some highlighting for git 2012-03-08 20:58:22 +00: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 move commands to commands.{cc,hh} 2012-05-07 03:13:34 +00: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 replace std::string references with String 2012-04-14 01:17:09 +00:00
ncurses.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
option_manager.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
option_manager.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
regex.hh Add a ShellManager which handles executing shell commands 2012-05-03 07:25:13 +00:00
register_manager.hh Merge captures into registers, implements register insertion 2012-02-09 23:47:55 +00:00
register.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
register.hh replace std::string references with String 2012-04-14 01:17:09 +00: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 Add a ShellManager which handles executing shell commands 2012-05-03 07:25:13 +00:00
shell_manager.hh Add a ShellManager which handles executing shell commands 2012-05-03 07:25:13 +00:00
string.hh Implement our own String class in preparation to encoding support. 2012-04-14 01:23:20 +00:00
unit_tests.cc add an editor unit test 2012-04-01 15:39:53 +00:00
utils.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
window.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
window.hh replace std::string references with String 2012-04-14 01:17:09 +00:00