index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-01-15
RegionHighlighter: Find the lines to be reparsed using the changes
Maxime Coste
2014-01-14
Use inplace_merge for sorting matches in region highlighter
Maxime Coste
2014-01-13
Much faster implementation of SelectionList::merge_overlapping
Maxime Coste
2014-01-13
Optimization and code cleanup in the region highlighter.
Maxime Coste
2014-01-12
minor code cleanup
Maxime Coste
2014-01-12
minor code cleanup
Maxime Coste
2014-01-12
rename buffer_iterator.inl.hh as buffer.inl.hh and inline some more methods
Maxime Coste
2014-01-12
Region highlighters track line changes in the buffer
Maxime Coste
2014-01-12
Store timestamp of last content modification in buffer lines
Maxime Coste
2014-01-11
Clear buffer values explicitely in destructor
Maxime Coste
2014-01-10
minor code cleanup
Maxime Coste
2014-01-09
Use a per line caching strategy for region highlighter
Maxime Coste
2014-01-09
Buffer: maintain a per line timestamp
Maxime Coste
2014-01-09
Move highlighter cache logic to BufferSideCache template
Maxime Coste
2014-01-09
Use Buffer values for storing highlighting caches
Maxime Coste
2014-01-09
Buffers can hold arbitrary values for for other systems
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2014-01-08
Fix DynamicSelectionList selecting buffer end on Buffer::reload
Maxime Coste
2014-01-08
Use Win32 MessageBox for asserts on cygwin
Maxime Coste
2014-01-06
Use a single edition for -itersel
Maxime Coste
2014-01-06
Do not allow changing buffer when the context is editing
Maxime Coste
2014-01-05
Use wide character function for categorizing codepoints
Maxime Coste
2014-01-05
Fix some tabs in the code
Maxime Coste
2014-01-04
Add support for the erase key in prompt and insert mode
Maxime Coste
2014-01-04
Fix small misbehaviour in split_selections
Maxime Coste
2014-01-03
shell_completion use command completion after | and &&
Maxime Coste
2014-01-03
shell_completion uses command completion after semicolons
Maxime Coste
2014-01-03
Rewrite join_select_spaces
Maxime Coste
2014-01-03
CommandManager: support completion of chained commands
Maxime Coste
2014-01-03
Add support for absolute paths in find_file
Maxime Coste
2014-01-03
fix select_to_eol behaviour when on empty line
Maxime Coste
2014-01-03
Try prefix completion and then subsequence completion for option names
Maxime Coste
2014-01-02
InputHandler: selection first item when entering menu mode
Maxime Coste
2014-01-01
Minor code cleanup in normal.cc
Maxime Coste
2014-01-01
Add q and Q alias for single quote and double quote text object
Maxime Coste
2013-12-30
NCursesUI: no item is selected on menu_show
Maxime Coste
2013-12-30
Support completing %opt{...} and %sh{...} in command manager
Maxime Coste
2013-12-30
Extract shell_complete lambda as a proper function
Maxime Coste
2013-12-29
Few cleanups in the command line parsing code
Maxime Coste
2013-12-26
Add D for erasing with concatenated yanking
Maxime Coste
2013-12-24
Add alt-| for piping and appending rather than replacing
Maxime Coste
2013-12-24
CommandManager: use aliases for commands rather than duplicating data
Maxime Coste
2013-12-23
make userconfig: install all kak scripts
Maxime Coste
2013-12-23
Make kak more installable
Maxime Coste
2013-12-23
Add complete_command for completing commands in PATH
Maxime Coste
2013-12-23
Fix prefix completion in prompt
Maxime Coste
2013-12-20
Get rid of Editor for good
Maxime Coste
2013-12-17
highlighters: add some optimization flags to regexes
Maxime Coste
2013-12-16
remove useless code in Buffer constructor
Maxime Coste
2013-12-16
small cleanup in context_wrap
Maxime Coste
[prev]
[next]