kakoune/src
Maxime Coste 49931fbf05 Separate events between normal and urgent ones
Run urgent ones while executing %sh blocks.

Fixes #236
2014-11-25 13:52:06 +00:00
..
.gdbinit update gdbinit 2014-01-27 19:51:58 +00:00
alias_registry.cc Add scoped aliases 2014-10-30 14:02:13 +00:00
alias_registry.hh Cleanup includes 2014-11-12 21:27:07 +00:00
assert.cc Fix missing include in assert.cc 2014-11-20 19:32:58 +00:00
assert.hh rename assert to kak_assert to avoid collisions 2013-04-09 20:04:11 +02:00
buffer_manager.cc Do not assert on SIGTERM and backup modified buffers on signal induced termination 2014-10-13 13:38:28 +01:00
buffer_manager.hh Do not assert on SIGTERM and backup modified buffers on signal induced termination 2014-10-13 13:38:28 +01:00
buffer_utils.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
buffer_utils.hh tweak helper functions in buffer_utils.hh 2014-09-22 13:45:07 +01:00
buffer.cc Fix buffer being considered modified after reloading 2014-11-01 19:35:27 +00:00
buffer.hh Cleanup includes 2014-11-12 21:27:07 +00:00
buffer.inl.hh Fix invalid memory access when applying modifications on an empty buffer 2014-10-28 21:55:08 +00:00
client_manager.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
client_manager.hh Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
client.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
client.hh Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
color.cc Cleanup includes 2014-11-12 21:27:07 +00:00
color.hh Cleanup includes 2014-11-12 21:27:07 +00:00
command_manager.cc More const String& to StringView 2014-11-15 18:45:56 +00:00
command_manager.hh Add scoped aliases 2014-10-30 14:02:13 +00:00
commands.cc const String& to StringView 2014-11-23 19:49:59 +00:00
commands.hh Fix compilation with clang 3.4 2014-01-27 20:28:38 +00:00
completion.cc Use StringView for completion functions 2014-04-18 14:02:14 +01:00
completion.hh Refactor highlighter command completions 2014-06-15 16:04:38 +01:00
context.cc Do not reset edition level to 0 on buffer change 2014-11-21 18:56:39 +00:00
context.hh Do not reset edition level to 0 on buffer change 2014-11-21 18:56:39 +00:00
coord.hh Add support for target column preservation 2014-09-09 19:42:57 +01:00
debug.cc Cleanup includes 2014-11-12 21:27:07 +00:00
debug.hh Cleanup includes 2014-11-12 21:27:07 +00:00
display_buffer.cc Cleanup includes 2014-11-12 21:27:07 +00:00
display_buffer.hh Cleanup includes 2014-11-12 21:27:07 +00:00
env_vars.cc Cleanup includes 2014-11-12 21:27:07 +00:00
env_vars.hh Cleanup includes 2014-11-12 21:27:07 +00:00
event_manager.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
event_manager.hh Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
exception.cc exceptions: use const char* what() instead of String description() 2013-04-11 13:57:35 +02:00
exception.hh exceptions: use const char* what() instead of String description() 2013-04-11 13:57:35 +02:00
face_registry.cc Do not allow using color names as face names 2014-08-19 23:16:21 +01:00
face_registry.hh Allow faces to reference faces 2014-08-19 23:10:56 +01:00
face.hh Use general flags utility for Face Attribute 2014-11-12 20:31:56 +00:00
file.cc Remove unneeded string copies 2014-11-17 19:38:30 +00:00
file.hh Remove unneeded string copies 2014-11-17 19:38:30 +00:00
flags.hh Tweak flags implementation 2014-11-04 22:23:27 +00:00
function_registry.hh Port more code to StringView instead of const String& 2014-10-20 19:18:38 +01:00
highlighter_group.cc Style fixes 2014-10-28 20:01:55 +00:00
highlighter_group.hh Refactor highlighters, use an interface with virtual methods 2014-10-22 13:54:03 +01:00
highlighter.hh Add virtual destructor to Highlighter 2014-10-25 10:40:26 +01:00
highlighters.cc Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it 2014-10-30 14:04:57 +00:00
highlighters.hh sort includes directives 2013-04-09 20:05:40 +02:00
hook_manager.cc Port more code to StringView instead of const String& 2014-10-20 19:18:38 +01:00
hook_manager.hh Cleanup includes 2014-11-12 21:27:07 +00:00
id_map.hh Use a id_map implementation for SwitchMap 2014-06-06 00:21:09 +01:00
input_handler.cc Display selection count in insert mode line 2014-11-24 13:26:42 +00:00
input_handler.hh Do not record keys that were not user generated 2014-11-21 19:00:34 +00:00
insert_completer.cc Tweak option completion behaviour 2014-11-17 20:15:54 +00:00
insert_completer.hh Initial support for insert completion docstring 2014-11-07 13:54:43 +00:00
interned_string.cc Actually release interned string data when refcount drops to 0 2014-10-29 13:54:35 +00:00
interned_string.hh Style fixes 2014-10-28 20:01:55 +00:00
keymap_manager.cc Cleanup includes 2014-11-12 21:27:07 +00:00
keymap_manager.hh Cleanup includes 2014-11-12 21:27:07 +00:00
keys.cc refactor parse_keys 2014-11-09 13:02:01 +00:00
keys.hh Cleanup includes 2014-11-12 21:27:07 +00:00
line_modification.cc Add a small validation assert to catch a rare bug 2014-09-18 10:47:59 +01:00
line_modification.hh Revert "Remove line modification, replaced by modification" 2014-05-26 20:59:08 +01:00
main.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
Makefile Add a test make target 2014-10-11 19:50:30 +01:00
memoryview.hh memoryview: add support for reverse iteration 2014-08-14 20:35:03 +01:00
ncurses.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
ncurses.hh Cleanup includes 2014-11-12 21:27:07 +00:00
normal.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
normal.hh Add docstring for normal mode commands and display them if autoinfo >= 2 2014-07-10 19:22:14 +01:00
option_manager.cc Yet more StringView params, less const String& 2014-11-16 20:55:36 +00:00
option_manager.hh Yet more StringView params, less const String& 2014-11-16 20:55:36 +00:00
option_types.hh Cleanup includes 2014-11-12 21:27:07 +00:00
optional.hh Add noexcept spec to move constructor and move assign 2014-10-28 20:01:27 +00:00
parameters_parser.cc Fix handling of -- in parameter parser 2014-08-26 22:10:54 +01:00
parameters_parser.hh centralize bit operation support for enum used as flags 2014-10-23 19:02:39 +01:00
regex.cc Refactor regex uses, do not reference boost except in regex.hh 2014-10-13 13:14:23 +01:00
regex.hh Add a disabled wrapper for using std regex instead of boost 2014-10-14 13:40:13 +01:00
register_manager.cc Add support for long names for registers 2014-06-06 00:49:36 +01:00
register_manager.hh Add support for long names for registers 2014-06-06 00:49:36 +01:00
register.hh Make Context a class, not a struct 2013-11-11 19:10:49 +00:00
remote.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
remote.hh Cleanup includes 2014-11-12 21:27:07 +00:00
safe_ptr.cc Make safe_ptr able to track callstacks 2014-08-12 19:18:10 +01:00
safe_ptr.hh Add noexcept spec to move constructor and move assign 2014-10-28 20:01:27 +00:00
scope.hh Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it 2014-10-30 14:04:57 +00:00
selection.cc Preserve selection orientation when replacing 2014-10-12 18:58:10 +01:00
selection.hh Add support for target column preservation 2014-09-09 19:42:57 +01:00
selectors.cc Use StringViews for some helper functions in selectors.cc 2014-11-04 13:14:48 +00:00
selectors.hh centralize bit operation support for enum used as flags 2014-10-23 19:02:39 +01:00
shell_manager.cc Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
shell_manager.hh Cleanup includes 2014-11-12 21:27:07 +00:00
string.cc Improve line wrapping behaviour 2014-11-20 18:45:10 +00:00
string.hh Change wrap_lines to return StringViews, move it to string.cc 2014-11-20 13:15:11 +00:00
unicode.hh Use wide character function for categorizing codepoints 2014-01-05 15:14:58 +00:00
unit_tests.cc Add a split function that does not take an escape and returns StringViews 2014-10-19 16:27:36 +01:00
units.hh set Coords/Counts methods as always_inline 2014-05-17 10:17:28 +01:00
user_interface.hh Separate events between normal and urgent ones 2014-11-25 13:52:06 +00:00
utf8_iterator.hh Use Pass as default policy for invalid utf8 avoid asserting on that 2014-10-13 21:07:23 +01:00
utf8.hh Use Pass as default policy for invalid utf8 avoid asserting on that 2014-10-13 21:07:23 +01:00
utils.hh Import std::begin/std::end so that container utils work correctly with non std containers 2014-11-17 13:51:21 +00:00
value.hh Cleanup includes 2014-11-12 21:27:07 +00:00
window.cc Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it 2014-10-30 14:04:57 +00:00
window.hh Cleanup includes 2014-11-12 21:27:07 +00:00
word_db.cc Refactor word_db, use an unordered map 2014-10-28 19:23:02 +00:00
word_db.hh Refactor word_db, use an unordered map 2014-10-28 19:23:02 +00:00