kakoune/src
2015-12-15 02:22:29 +00:00
..
.gdbinit
alias_registry.cc Fix alias completion and overwritting 2015-11-17 13:55:27 +00:00
alias_registry.hh Fix alias completion and overwritting 2015-11-17 13:55:27 +00:00
array_view.hh
assert.cc
assert.hh
backtrace.cc Fix building with musl libc 2015-11-19 20:23:55 +00:00
backtrace.hh
buffer_manager.cc Store the last used buffer in clients 2015-11-07 18:25:49 +00:00
buffer_manager.hh Store the last used buffer in clients 2015-11-07 18:25:49 +00:00
buffer_utils.cc Consolidate writing to fd 2015-11-27 13:50:40 +00:00
buffer_utils.hh More cleanups in the buffer open/reload code 2015-10-17 11:33:09 +01:00
buffer.cc Change eolformat and BOM options to be enums instead of strings 2015-12-06 12:51:55 +00:00
buffer.hh Change eolformat and BOM options to be enums instead of strings 2015-12-06 12:51:55 +00:00
buffer.inl.hh Fix Buffer::changes_since if we get passed an invalid timestamp 2015-12-12 23:50:01 +00:00
client_manager.cc Support quitting while executing RuntimeError hooks 2015-12-14 19:06:30 +00:00
client_manager.hh Detect ungraceful exits, and backup modified buffers in these cases 2015-10-08 13:43:39 +01:00
client.cc Support quitting while executing RuntimeError hooks 2015-12-14 19:06:30 +00:00
client.hh Move enum option handling in enum.hh and refactor enum options 2015-11-20 09:06:53 +00:00
color.cc
color.hh
command_manager.cc Optimize the dynregex case where the expression refers directly to a regex option 2015-12-12 06:50:58 +00:00
command_manager.hh Optimize the dynregex case where the expression refers directly to a regex option 2015-12-12 06:50:58 +00:00
commands.cc Store the buffer timestamp in line flags options respect it for highlighting 2015-12-12 11:45:45 +00:00
commands.hh
completion.cc Remove trailing whitespaces 2015-11-19 16:31:00 +01:00
completion.hh
containers.hh
context.cc Support dropping last jump and use it to fix :tag double jump push 2015-11-27 13:57:46 +00:00
context.hh Support dropping last jump and use it to fix :tag double jump push 2015-11-27 13:57:46 +00:00
coord.hh
diff.hh Remove trailing whitespaces 2015-11-19 16:31:00 +01:00
display_buffer.cc Remove the default_face parameter of parse_display_line 2015-09-20 11:34:13 +01:00
display_buffer.hh Cleanup insert_completer code and use markup for option completion menu entry 2015-10-06 13:37:16 +01:00
enum.hh Move enum option handling in enum.hh and refactor enum options 2015-11-20 09:06:53 +00:00
env_vars.cc Keep it simple, remove all that sorted id map thing 2015-09-18 13:52:32 +01:00
env_vars.hh Use IdMap instead of UnorderedMap for ui options and env vars 2015-09-16 19:04:19 +01:00
event_manager.cc Fix race condition ShellManager::eval with SIGCHLD 2015-06-09 20:28:24 +01:00
event_manager.hh Refactor ShellManager process spawning 2015-10-02 13:37:06 +01:00
exception.cc
exception.hh
face_registry.cc Avoid instanciation of a String object everytime the parse_color 2015-12-12 12:00:52 +03:00
face_registry.hh
face.hh Add an exclusive attribute that overrides existing face 2015-10-23 13:46:41 +01:00
file.cc Fix "unused result" warnings for several system calls. 2015-12-10 11:00:10 +03:00
file.hh Consolidate writing to fd 2015-11-27 13:50:40 +00:00
flags.hh Move enum option handling in enum.hh and refactor enum options 2015-11-20 09:06:53 +00:00
hash.cc
hash.hh
highlighter_group.cc Fix access to dead temporary 2015-11-11 19:14:35 +00:00
highlighter_group.hh
highlighter.hh
highlighters.cc Add missing erasing of invalid line flags 2015-12-15 02:22:29 +00:00
highlighters.hh Use markup for line-flags instead of a single face 2015-12-12 23:16:07 +00:00
hook_manager.cc Add a profiling debug flag to get timings for hooks/shell eval 2015-11-21 12:11:19 +00:00
hook_manager.hh
id_map.hh Keep it simple, remove all that sorted id map thing 2015-09-18 13:52:32 +01:00
input_handler.cc Fix input mode keep alive handling, use a refcount for input modes 2015-12-12 23:51:51 +00:00
input_handler.hh Fix input mode keep alive handling, use a refcount for input modes 2015-12-12 23:51:51 +00:00
insert_completer.cc Make word insert completion work better with unicode char 2015-10-30 13:57:46 +00:00
insert_completer.hh Fix handling of explicit insert completers 2015-10-19 13:43:23 +01:00
keymap_manager.cc
keymap_manager.hh
keys.cc Fix to_lower/to_upper handling to correctly support non unicode chars 2015-11-11 00:21:20 +00:00
keys.hh
line_modification.cc Move line parsing and to Buffer.cc directly 2015-10-17 11:33:09 +01:00
line_modification.hh
main.cc Filter mode require an event manager 2015-12-08 00:12:56 +00:00
Makefile Remove deprecated userconfig rule 2015-12-12 01:00:32 +01:00
memory.cc
memory.hh
ncurses_ui.cc Improve info box placement behaviour in some corner cases 2015-12-05 10:51:46 +00:00
ncurses_ui.hh Improve info box placement behaviour in some corner cases 2015-12-05 10:51:46 +00:00
normal.cc Add support for adding saved selections to current ones with <a-z> 2015-12-07 13:43:09 +00:00
normal.hh
option_manager.cc Add an unset command to remove an option value (falling back to parent) 2015-08-10 13:54:52 +01:00
option_manager.hh Store the buffer timestamp in line flags options respect it for highlighting 2015-12-12 11:45:45 +00:00
option_types.hh Use markup for line-flags instead of a single face 2015-12-12 23:16:07 +00:00
optional.hh
parameters_parser.cc Store key hash in IdMap 2015-09-16 20:02:12 +01:00
parameters_parser.hh
ranked_match.cc Fix to_lower/to_upper handling to correctly support non unicode chars 2015-11-11 00:21:20 +00:00
ranked_match.hh Use an heuristic based match ranking algorithm inspired by what YouCompleteMe does 2015-10-29 13:36:30 +00:00
ref_ptr.hh Fix input mode keep alive handling, use a refcount for input modes 2015-12-12 23:51:51 +00:00
regex.cc
regex.hh Fix compilation with std regex 2015-09-15 13:28:36 +01:00
register_manager.cc Refactor registers to initialize all of them at startup and add null register 2015-11-25 21:48:17 +00:00
register_manager.hh Refactor registers to initialize all of them at startup and add null register 2015-11-25 21:48:17 +00:00
remote.cc Fix "unused result" warnings for several system calls. 2015-12-10 11:00:10 +03:00
remote.hh Auto fork server when suspending the local client 2015-10-08 20:05:47 +01:00
safe_ptr.hh
scope.hh
selection.cc Fix double check_invariant in SelectionList construction, and set main selection to last 2015-11-04 19:53:47 +00:00
selection.hh Add some missing memory domains 2015-09-12 10:51:16 +01:00
selectors.cc select/split interpret count parameter as the capture group to use 2015-11-26 13:36:26 +00:00
selectors.hh select/split interpret count parameter as the capture group to use 2015-11-26 13:36:26 +00:00
shared_string.cc
shared_string.hh Remove unused _ss UDL 2015-11-06 13:37:51 +00:00
shell_manager.cc Fix "unused result" warnings for several system calls. 2015-12-10 11:00:10 +03:00
shell_manager.hh Wrap the shell params en env vars in a ShellContext struct 2015-10-22 13:48:57 +01:00
string.cc Add a static const String::ms_empty empty string 2015-11-25 21:07:41 +00:00
string.hh Add a static const String::ms_empty empty string 2015-11-25 21:07:41 +00:00
unicode.hh Move is_basic_alpha to unicode.hh 2015-11-15 13:24:39 +00:00
unit_tests.cc
unit_tests.hh
units.hh
unordered_map.hh
user_interface.hh Use DisplayLine for menu choices 2015-10-05 01:25:23 +01:00
utf8_iterator.hh Make word insert completion work better with unicode char 2015-10-30 13:57:46 +00:00
utf8.hh Avoid (*it++) pattern in utf8.hh 2015-09-25 13:19:21 +01:00
utils.hh Retreat ! go back to C++11 only code 2015-05-26 18:42:09 +01:00
value.hh
vector.hh
window.cc Support horizontal centering in view commands (using m) 2015-11-02 19:51:59 +00:00
window.hh Support horizontal centering in view commands (using m) 2015-11-02 19:51:59 +00:00
word_db.cc Move more logic into RankedMatch 2015-10-27 21:25:18 +00:00
word_db.hh Extract WordDB::RankedWord as RankedMatch in its own file 2015-10-22 19:49:08 +01:00