summaryrefslogtreecommitdiff
path: root/src/selectors.cc
AgeCommit message (Expand)Author
2012-11-30Selection: refactoring, move CaptureList to SelectionMaxime Coste
2012-10-13utf8::codepoint: configurable invalid byte policyMaxime Coste
2012-10-11Makefile: add -Wall to CXXFLAGSMaxime Coste
2012-10-09add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...Maxime Coste
2012-10-08utf8 awareness in selectorsMaxime Coste
2012-09-30extract is_alpha to string.hhMaxime Coste
2012-09-19select_all_matches: reject match that start at the end of originating selectionMaxime Coste
2012-09-12whine when a search selected nothing so that the user knowsMaxime Coste
2012-08-29remove regex.hh, define Regex directly in string.hhMaxime Coste
2012-05-03Add a ShellManager which handles executing shell commandsMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-12generalize do_select_surrounding in do_select_object and add a whole word sel...Maxime Coste
2012-03-07factor word and WORD selectorsMaxime Coste
2012-03-04correctly handle boost::regex_error in selectorsMaxime Coste
2012-02-29fix select_surrounding when selection is on the closing charMaxime Coste
2012-02-16fix skip_whileMaxime Coste
2012-02-09Merge captures into registers, implements register insertionMaxime Coste
2012-02-07selectors now take a Selection as parameter instead of a BufferIteratorMaxime Coste
2012-01-09Selectors: select_next_match starts from cursor+1Maxime Coste
2012-01-04Selectors: add select_surrounding to select blocksMaxime Coste
2011-12-02Selectors: fix select_line on the last lineMaxime Coste
2011-11-24Selectors: fix corner cases on first/last buffer charMaxime Coste
2011-11-22Selectors: fix select_whole_linesMaxime Coste
2011-11-21Selectors: add split_selection bound to Alt-sMaxime Coste
2011-11-21Extract RegexSelector methods as plain selectorsMaxime Coste
2011-11-21Add , to fully selects lines selection is on.Maxime Coste
2011-10-27Selectors: select_line selects next line when cursor is on eolMaxime Coste
2011-10-27Filters: correct select_to_previous_WORDMaxime Coste
2011-10-25Selectors: add selectors for WORDsMaxime Coste
2011-10-12Selectors: remove unused move_selectMaxime Coste
2011-10-10gl and gh now go to first or last character of the lineMaxime Coste
2011-10-03bind T and F as select_to_reverse non-inclusive and inclusiveMaxime Coste
2011-09-27Selectors: add a count argument to select_toMaxime Coste
2011-09-25Word selectors: better handling of line breaksMaxime Coste
2011-09-23Selectors: support inclusive mode in select_to (bound to f key)Maxime Coste
2011-09-23Selection: do not use [begin, end) semantics but [first, last]Maxime Coste
2011-09-22Selectors: add select_to which selects until a given character on current lineMaxime Coste
2011-09-22Selectors: fix select_matchingMaxime Coste
2011-09-22Selectors: more vi-like words movementsMaxime Coste
2011-09-21Selectors: add a basic select_matching selector for <([{]])> pairsMaxime Coste
2011-09-21Move selectors function to their own fileMaxime Coste