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
2013-12-16
small cleanup in context_wrap
Maxime Coste
2013-12-16
Pass a Context rather than a Window to highlighters
Maxime Coste
2013-12-16
Window: refactor center_selection/display_selection_at
Maxime Coste
2013-12-16
Fix select_coord that could select invalid positions
Maxime Coste
2013-12-15
cleanup editor.hh, remove editor.cc...
Maxime Coste
2013-12-15
Fix replace_with_char behaviour, keep the same selections
Maxime Coste
2013-12-15
Move Editor::selections_content to Context
Maxime Coste
2013-12-15
remove unused Editor::check_invariant
Maxime Coste
2013-12-15
Move Editor::{undo,redo} to free functions in normal.cc
Maxime Coste
2013-12-15
move InsertMode to normal.hh
Maxime Coste
2013-12-15
Move insert and erase to normal.cc, and move edition management to context
Maxime Coste
2013-12-15
Remove insert_hide_sel option
Maxime Coste
2013-12-15
Move SelectMode enum as an implementation detail in normal.cc
Maxime Coste
2013-12-15
Less uses of Editor, in favor of Context
Maxime Coste
2013-12-15
Add Context::selections method, and use it in priority to the Editor's one
Maxime Coste
2013-12-15
Remove Editor::move_selections
Maxime Coste
2013-12-14
split_lines sets the last selection as the main one
Maxime Coste
2013-12-14
Remove Editor::rotate_selections
Maxime Coste
2013-12-14
Fix select_next_match
Maxime Coste
2013-12-14
Remove Editor::select methods, add a non-const selections getter
Maxime Coste
2013-12-14
Move template selectors to the header
Maxime Coste
2013-12-14
Rename MultiSelector to Selector
Maxime Coste
2013-12-14
Remove Editor::main_selection(|index), directly use the SelectionList method
Maxime Coste
2013-12-14
SelectionList should never be empty
Maxime Coste
2013-12-14
Move (keep|flip|remove|clear)_selections from editor method to free selectors
Maxime Coste
2013-12-14
Remove simple selectors, always go through a multi selector
Maxime Coste
2013-12-14
MultiSelectors takes a reference to the current selection and mutate it
Maxime Coste
2013-12-14
MultiSelectors now transforms the whole selection
Maxime Coste
2013-12-14
Move main selection index to SelectionList
Maxime Coste
2013-12-13
honor jumpclient for grep
Maxime Coste
2013-12-13
make.kak: errjump tries to recognize current make directory
Maxime Coste
2013-12-13
Fix cpp strings highlight
Maxime Coste
2013-12-12
Region highlighter takes regexes for region start/end
Maxime Coste
2013-12-12
Fix Buffer::char_next when the line ends with an invalid utf8 sequence
Maxime Coste
2013-12-12
Add DisplayAtom::check_invariant method
Maxime Coste
2013-12-11
Add experimental region_ref highlighter
Maxime Coste
2013-12-11
Add BufWritePre and BufWritePost hooks
Maxime Coste
2013-12-11
Add Buffer::run_hook_in_own_context helper method
Maxime Coste
2013-12-11
Add cursor_char_column env variable
Maxime Coste
2013-12-07
ctags.kak: Show message with Information colalias in gentags
Maxime Coste
2013-12-07
use -try-client in kak files rather than ad-hoc shell logic
Maxime Coste
2013-12-07
eval and exec can use a -try-client option
Maxime Coste
2013-12-07
Add Client* ClientManager::get_client_ifp() that can return nullptr
Maxime Coste
2013-12-04
fix strings in comment being highlighted as strings
Maxime Coste
2013-12-04
Use a cache for region highlighter
Maxime Coste
2013-12-04
use region highlighter for cpp
Maxime Coste
2013-12-04
Add basic region highlighter
Maxime Coste
2013-12-04
Write errors while sourcing a file in the debug buffer
Maxime Coste
2013-12-03
Change rc files to use shared highlighters
Maxime Coste
2013-12-03
Add support for defining and referencing highlighters
Maxime Coste
[next]