summaryrefslogtreecommitdiff
path: root/src/selectors.cc
AgeCommit message (Expand)Author
2013-05-30Remove begin/end from Ranges, replace with min/maxMaxime Coste
2013-05-30buffer end should not be in a selectionMaxime Coste
2013-05-15Full object selection support for paragraphs and sentencesMaxime Coste
2013-04-30add paragraph (p) objectMaxime Coste
2013-04-30add sentence (s) objectMaxime Coste
2013-04-22selecting a surrounding object goes up one level if what we find is already s...Maxime Coste
2013-04-16add alt-X for trimming non full linesMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-05refactor regex based selectors, move regex construction out of themMaxime Coste
2013-03-18select_to_{,reverse}: search on other lines if neededMaxime Coste
2013-02-27Add " and ' support to object selectionMaxime Coste
2013-01-08Add backward search support (bound to alt-/)Maxime Coste
2013-01-07Support for selecting to surrounding object begin/end with [ and ]Maxime Coste
2013-01-03refactoring selectorsMaxime Coste
2012-12-27fix splitting with inverted selectionMaxime Coste
2012-12-27select_matching: fix when matching is the first characterMaxime Coste
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