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
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-07
Fix wrong behaviour in select surrounding
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-05
Fix some trailing spaces and a tab that sneaked into the code base
Maxime Coste
2018-03-25
indent selector: When line is empty, find indent from surrounding lines
Maxime Coste
2018-03-05
Regex: take the full subject range as a parameter
Maxime Coste
2018-03-01
Change x behaviour to select full line first even if on EOL
Maxime Coste
2018-02-24
Fix crash in select_sentence when not selection to end
Maxime Coste
2018-01-31
Change `m` to search until the end of the buffer instead of end of line
Maxime Coste
2018-01-18
Use the _str and _sv string literals more often
Maxime Coste
2017-12-29
Correctly set the NotBeginOfSubject/NotEndOfSubject flags for regex matching
Maxime Coste
2017-12-03
Text-Objects: Use regex to select surroundings
Maxime Coste
2017-12-03
Regex: Introduce backward_regex_search helper function
Maxime Coste
2017-11-04
Introduce matching_pairs option that controls the pairs used by `m`
Maxime Coste
2017-11-01
Regex: Fix reverse searching behaviour, again
Maxime Coste
2017-11-01
Regex: Fix handling of ^ and $ in backward matching mode
Maxime Coste
2017-11-01
Make use of custom regex backward searching support for reverse search
Maxime Coste
2017-11-01
Regex: switch to custom impl, use boost for checking
Maxime Coste
2017-10-28
Slight cleanup of select_surrounding implementation
Maxime Coste
2017-07-19
Cleanup some code with C++14 features
Maxime Coste
2017-06-26
Use the extra_word_chars option in word based normal commands
Maxime Coste
2017-06-26
Pass a context instead of just the buffer to selector functions
Maxime Coste
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
[next]