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
2017-06-26
Remove useless Vector, use a ConstArrayView instead
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-15
Small code tweaks regarding flags handling
Maxime Coste
2017-03-15
src: Make the cursor character an opening delimiter
Frank LENORMAND
2017-03-04
Change word object selector to fail if the cursor is not on a word char
Maxime Coste
2017-03-04
Refactor surround unit test code
Maxime Coste
2017-03-03
Refactor regex based selection code
Maxime Coste
2017-03-03
Fix indent selection respect for original selection cursor position
Maxime Coste
2017-03-03
Return an optional selection in most selectors, fail rather than keep current
Maxime Coste
2017-01-22
Add `gi` to go to first non-blank character on line
Maxime Coste
2017-01-16
Use ints instead of unsigned for capture count
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-01
Move some template code out of selectors.hh into selectors.cc
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-26
Pass count to all object selectors
Maxime Coste
2016-09-19
Fix select_to_reverse to correctly handle the first character of the buffer
Maxime Coste
2016-09-04
Do not crash whenever S matches the whole selection and hence does not select...
Maxime Coste
2016-08-22
Rework buggy number selection function
Maxime Coste
2016-05-17
Use variadic macros for kak_assert to remove the need for COMMA
Maxime Coste
2016-05-10
Use boost::wregex implementation and manually utf8 decode into it
Maxime Coste
2016-04-30
Fix splitting selecting the first buffer char when there is a match at buffer...
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-01-28
Support user given text objects
Maxime Coste
2016-01-27
StringView based surround selection
Maxime Coste
2016-01-26
Make find_surrounding more reusable and add unit tests
Maxime Coste
2015-12-23
Pass flags to the regex engine to correct anchors
Maxime Coste
2015-11-26
select/split interpret count parameter as the capture group to use
Maxime Coste
2015-11-09
Slightly more performant regex capture gathering in select_all_matches
Maxime Coste
2015-11-04
Avoid an unneeded call to ensure_char_start
Maxime Coste
2015-11-04
Avoid unneeded sort_and_merge_ovelapping call in select_all_matches
Maxime Coste
2015-09-23
Refactor utf8::iterator to be on the safe side
Maxime Coste
2015-08-25
Argument text object no longer handles <>
Viktor Palmkvist
2015-07-23
Rewrite select_lines and trim_partial_lines
Maxime Coste
2015-07-23
fix crash in trim_partial_lines
Maxime Coste
2015-07-02
Try to simplify argument selector, abandon pair matching checks
Maxime Coste
2015-07-01
Small refactoring in selectors.cc
Maxime Coste
2015-07-01
Refactor select_arguments and slightly change behaviour for non-inner
Maxime Coste
2015-07-01
Added argument text object
Viktor Palmkvist
2015-06-08
Change gl/gh to only move cursor, not selecting (<a-h>/<a-l>) are unchanged
Maxime Coste
2015-06-07
Change select_to_eol implementation
Maxime Coste
2015-04-20
Fix select_number crashing on empty buffers
Maxime Coste
2015-04-15
Remove is_blank, which is identical to is_horizontal_blank
Maxime Coste
2015-03-04
Convert CodepointPair to struct MatchingPair
Maxime Coste
2015-02-02
Regex selectors more tolerant to matches not ending on char boundaries
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-29
Small formatting fixes
Maxime Coste
2014-12-17
Fix split selecting the buffer end
Maxime Coste
2014-11-04
Use StringViews for some helper functions in selectors.cc
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-10-07
WordDB: Use interned strings pointing directly into the buffer line data
Maxime Coste
[prev]
[next]