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
2012-01-14
support '\' as a line continuation marker when executing commands in file
Maxime Coste
2012-01-14
kakrc: add support for kakrc file highlighting
Maxime Coste
2012-01-11
Document some Kakoune concepts, as Window, Buffer, DisplayAtom...
Maxime Coste
2012-01-09
<space> with a count argument replaces current selections with the counth sel...
Maxime Coste
2012-01-09
Selectors: select_next_match starts from cursor+1
Maxime Coste
2012-01-04
Selectors: add select_surrounding to select blocks
Maxime Coste
2011-12-28
search for kakrc next to the kak executable instead of in the current directory
Maxime Coste
2011-12-28
Add a | key that pipes each selection through an external filter
Maxime Coste
2011-12-28
Highlighters: tweak colorize_cplusplus
Maxime Coste
2011-12-28
Buffer: fix compute_lines on empty_buffer
Maxime Coste
2011-12-22
Completions: complete_filename correctly support directories
Maxime Coste
2011-12-22
whitespace fix
Maxime Coste
2011-12-21
IncrementalInserter: preserve selection through hook call
Maxime Coste
2011-12-21
Window: store a stack of selections
Maxime Coste
2011-12-21
kakrc: cleanup trailing whitespaces when quiting insert mode
Maxime Coste
2011-12-21
IncrementalInserter: catch exception thrown by the hook
Maxime Coste
2011-12-21
Window: do not manage undo groups when an inserter is active
Maxime Coste
2011-12-21
Use Keys instead of char for keymap
Maxime Coste
2011-12-20
Add an exec command, similar to vim normal command
Maxime Coste
2011-12-20
Window: throw when multiselect results in no selections
Maxime Coste
2011-12-20
Add Key struct
Maxime Coste
2011-12-20
Utils: add on_scope_end utility
Maxime Coste
2011-12-20
Filters: add cleanup_whitespace filter
Maxime Coste
2011-12-07
better rvalue reference forwarding
Maxime Coste
2011-12-07
Filters: move from buffer to window
Maxime Coste
2011-12-07
Buffer: replace insert and erase methods with modify
Maxime Coste
2011-12-06
Buffer: rename BufferModification to Modification
Maxime Coste
2011-12-06
kakrc: do not highlight the end-of-line in trailing whitespaces
Maxime Coste
2011-12-05
Window: preserve current selection when empty multi_select
Maxime Coste
2011-12-05
Buffer: add comment for clamp
Maxime Coste
2011-12-05
Window: fix trailing spaces
Maxime Coste
2011-12-05
Add a repeat last insert command, bound to .
Maxime Coste
2011-12-03
Filters: add expand_tabulations to insert spaces instead of tabs
Maxime Coste
2011-12-02
kakrc: add preserve_indent filter on c++ files and highlight trailing spaces
Maxime Coste
2011-12-02
fix exec_commands_in_file
Maxime Coste
2011-12-02
{Filter,Highlighter}Registry: more infos on factory not found
Maxime Coste
2011-12-02
Buffer: call BufCreate hook on construction
Maxime Coste
2011-12-02
DynamicBufferIterator: fix end of buffer corner case
Maxime Coste
2011-12-02
Selectors: fix select_line on the last line
Maxime Coste
2011-12-02
Buffer: add filter support
Maxime Coste
2011-12-02
HighlighterRegistry: use idvaluemap to store factories
Maxime Coste
2011-12-02
Window: use an idvaluemap to store highlighters
Maxime Coste
2011-12-02
Add idvaluemap container
Maxime Coste
2011-11-30
stop clearing selections all the time
Maxime Coste
2011-11-30
Highlighters: style fix
Maxime Coste
2011-11-29
Window: do not stay on an eol when clearing selections
Maxime Coste
2011-11-29
Rename Filter to Highlighter to be more explicit
Maxime Coste
2011-11-29
IncrementalInserter: refactoring
Maxime Coste
2011-11-28
Buffer: add iterator_at_line_{begin,end} methods
Maxime Coste
2011-11-28
DynamicBufferIterator: use const_cast instead of having a mutable field in Bu...
Maxime Coste
[prev]
[next]