summaryrefslogtreecommitdiff
path: root/src/regex_selector.cc
AgeCommit message (Collapse)Author
2011-11-21Extract RegexSelector methods as plain selectorsMaxime Coste
2011-11-16RegexSelector: support capturesMaxime Coste
2011-11-16RegexSelector: support multi selections, bound to s keyMaxime Coste
2011-09-23Selection: do not use [begin, end) semantics but [first, last]Maxime Coste
selections are now defined with inclusive iterators, which means that Selection(cursor, cursor) is a valid selection of the charateter pointed by cursor. On the user interface side, that means that the cursor is now part of the selection, selectors were adapted to this behavior (and word selectors are now much more intuitive)
2011-09-20RegexSelector: wrap on top if neededMaxime Coste
2011-09-09exception: refactoringMaxime Coste
2011-09-02RegexSelector: search the entire buffer instead of the current lineMaxime Coste
2011-09-02Initial commitMaxime Coste