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
/
selectors.hh
Age
Commit message (
Expand
)
Author
2012-11-30
Selection: refactoring, move CaptureList to Selection
Maxime Coste
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste
2012-10-08
utf8 awareness in selectors
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-12
generalize do_select_surrounding in do_select_object and add a whole word sel...
Maxime Coste
2012-03-07
factor word and WORD selectors
Maxime Coste
2012-02-09
Merge captures into registers, implements register insertion
Maxime Coste
2012-02-07
selectors now take a Selection as parameter instead of a BufferIterator
Maxime Coste
2012-01-04
Selectors: add select_surrounding to select blocks
Maxime Coste
2011-11-21
Selectors: add split_selection bound to Alt-s
Maxime Coste
2011-11-21
Extract RegexSelector methods as plain selectors
Maxime Coste
2011-11-21
Add , to fully selects lines selection is on.
Maxime Coste
2011-10-25
Selectors: add selectors for WORDs
Maxime Coste
2011-10-12
Selectors: remove unused move_select
Maxime Coste
2011-10-10
gl and gh now go to first or last character of the line
Maxime Coste
2011-10-03
bind T and F as select_to_reverse non-inclusive and inclusive
Maxime Coste
2011-09-27
Selectors: add a count argument to select_to
Maxime Coste
2011-09-23
Selectors: support inclusive mode in select_to (bound to f key)
Maxime Coste
2011-09-22
Selectors: add select_to which selects until a given character on current line
Maxime Coste
2011-09-21
Selectors: add a basic select_matching selector for <([{]])> pairs
Maxime Coste
2011-09-21
Move selectors function to their own file
Maxime Coste