.. |
rc
|
make.kak: style fix
|
2012-08-17 18:41:40 +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
|
Add BufferIterator::clamp(bool avoid_eol) method
|
2012-08-15 18:18:12 +02:00 |
buffer_manager.cc
|
complete_buffername try regex matching when prefix matching does not work
|
2012-08-14 14:26:36 +02:00 |
buffer_manager.hh
|
Refactor BufferManager
|
2012-08-08 19:36:40 +02:00 |
buffer.cc
|
Add Buffer::iterator_at_line{begin,end}(size_t line) overloads
|
2012-08-21 20:52:49 +02:00 |
buffer.hh
|
Add Buffer::iterator_at_line{begin,end}(size_t line) overloads
|
2012-08-21 20:52:49 +02:00 |
client.hh
|
Store the current client in context
|
2012-08-15 22:36:45 +02:00 |
command_manager.cc
|
CommandManager::parse: fix invalid memory read
|
2012-08-15 17:34:01 +02:00 |
command_manager.hh
|
Commands take a mutable context, main_context is gone !
|
2012-08-06 22:02:11 +02:00 |
commands.cc
|
edit command: when a line is specified ask the window to center it
|
2012-08-21 20:08:57 +02:00 |
commands.hh
|
move commands to commands.{cc,hh}
|
2012-05-07 03:13:34 +00:00 |
completion.cc
|
fix complete_filename
|
2012-08-07 00:16:51 +02:00 |
completion.hh
|
Completions functions take a Context parameter
|
2012-08-06 21:37:43 +02:00 |
context.hh
|
Allow context with client and non-window editor
|
2012-08-17 20:18:36 +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
|
DisplayBuffer: add range and compute_range methods
|
2012-07-12 23:51:13 +02:00 |
display_buffer.hh
|
DisplayBuffer: add range and compute_range methods
|
2012-07-12 23:51:13 +02:00 |
editor.cc
|
avoid keeping end of lines selected in Editor::erase
|
2012-08-15 18:20:02 +02:00 |
editor.hh
|
Buffer: move back Modification as an implementation detail
|
2012-08-10 19:12:43 +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
|
fix create_buffer_from_file when file does not exists
|
2012-08-17 18:52:04 +02:00 |
file.hh
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
filter_group.cc
|
Buffer: move back Modification as an implementation detail
|
2012-08-10 19:12:43 +02:00 |
filter_group.hh
|
Buffer: move back Modification as an implementation detail
|
2012-08-10 19:12:43 +02: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
|
Buffer: move back Modification as an implementation detail
|
2012-08-10 19:12:43 +02:00 |
filters.cc
|
misc cleanups
|
2012-08-15 17:55:58 +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
|
RegexColorizer: Fix range computation
|
2012-08-17 18:42:07 +02: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/asciidoc.kak for asciidoc highlighting
|
2012-08-08 19:38:27 +02:00 |
keys.cc
|
fix parse_keys for <a-key>
|
2012-08-21 20:03:18 +02: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
|
bind <a-c> to window::center_selection
|
2012-08-21 20:06:35 +02:00 |
Makefile
|
Makefile: use -MMD to generate deps instead of using separate steps
|
2012-08-08 13:39:31 +02:00 |
memoryview.hh
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
ncurses.cc
|
ncurses: refresh at the end of print_status so that the status is immediately visible
|
2012-08-07 14:21:26 +02:00 |
ncurses.hh
|
Registers need a context to return their values
|
2012-08-05 20:13:41 +02:00 |
option_manager.cc
|
detect byte order mark in buffers, and write back
|
2012-08-10 18:48:21 +02: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
|
Registers need a context to return their values
|
2012-08-05 20:13:41 +02:00 |
register_manager.hh
|
Registers need a context to return their values
|
2012-08-05 20:13:41 +02:00 |
register.hh
|
Registers need a context to return their values
|
2012-08-05 20:13:41 +02:00 |
selection.cc
|
avoid keeping end of lines selected in Editor::erase
|
2012-08-15 18:20:02 +02:00 |
selection.hh
|
avoid keeping end of lines selected in Editor::erase
|
2012-08-15 18:20:02 +02: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: fix option regex, allow caps
|
2012-08-10 18:47: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
|
Buffer: move back Modification as an implementation detail
|
2012-08-10 19:12:43 +02:00 |
utils.hh
|
add safe_ptr::operator=(safe_ptr&&) and safe_ptr::reset(T*)
|
2012-06-30 00:33:36 +02:00 |
window.cc
|
add Window::center_selection method
|
2012-08-21 20:05:56 +02:00 |
window.hh
|
add Window::center_selection method
|
2012-08-21 20:05:56 +02:00 |