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.cc
Age
Commit message (
Expand
)
Author
2013-05-30
Remove begin/end from Ranges, replace with min/max
Maxime Coste
2013-05-30
buffer end should not be in a selection
Maxime Coste
2013-05-15
Full object selection support for paragraphs and sentences
Maxime Coste
2013-04-30
add paragraph (p) object
Maxime Coste
2013-04-30
add sentence (s) object
Maxime Coste
2013-04-22
selecting a surrounding object goes up one level if what we find is already s...
Maxime Coste
2013-04-16
add alt-X for trimming non full lines
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-05
refactor regex based selectors, move regex construction out of them
Maxime Coste
2013-03-18
select_to_{,reverse}: search on other lines if needed
Maxime Coste
2013-02-27
Add " and ' support to object selection
Maxime Coste
2013-01-08
Add backward search support (bound to alt-/)
Maxime Coste
2013-01-07
Support for selecting to surrounding object begin/end with [ and ]
Maxime Coste
2013-01-03
refactoring selectors
Maxime Coste
2012-12-27
fix splitting with inverted selection
Maxime Coste
2012-12-27
select_matching: fix when matching is the first character
Maxime Coste
2012-11-30
Selection: refactoring, move CaptureList to Selection
Maxime Coste
2012-10-13
utf8::codepoint: configurable invalid byte policy
Maxime Coste
2012-10-11
Makefile: add -Wall to CXXFLAGS
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-09-30
extract is_alpha to string.hh
Maxime Coste
2012-09-19
select_all_matches: reject match that start at the end of originating selection
Maxime Coste
2012-09-12
whine when a search selected nothing so that the user knows
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
Maxime Coste
2012-05-03
Add a ShellManager which handles executing shell commands
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-03-04
correctly handle boost::regex_error in selectors
Maxime Coste
2012-02-29
fix select_surrounding when selection is on the closing char
Maxime Coste
2012-02-16
fix skip_while
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-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-02
Selectors: fix select_line on the last line
Maxime Coste
2011-11-24
Selectors: fix corner cases on first/last buffer char
Maxime Coste
2011-11-22
Selectors: fix select_whole_lines
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-27
Selectors: select_line selects next line when cursor is on eol
Maxime Coste
2011-10-27
Filters: correct select_to_previous_WORD
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-25
Word selectors: better handling of line breaks
Maxime Coste
[prev]
[next]