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
2013-12-14
Remove Editor::select methods, add a non-const selections getter
Maxime Coste
2013-12-14
Move template selectors to the header
Maxime Coste
2013-12-14
Move (keep|flip|remove|clear)_selections from editor method to free selectors
Maxime Coste
2013-12-14
Remove simple selectors, always go through a multi selector
Maxime Coste
2013-12-14
MultiSelectors takes a reference to the current selection and mutate it
Maxime Coste
2013-12-14
MultiSelectors now transforms the whole selection
Maxime Coste
2013-11-12
Fix select_to_previous_word when cursor is on last buffer char
Maxime Coste
2013-11-04
Fix select_next_match that would select the end of the buffer in some circums...
Maxime Coste
2013-10-08
Improve object selection support
Maxime Coste
2013-10-07
Use WordType enum instead of a bool punctuation_is_word for word selector
Maxime Coste
2013-07-27
Do not select the first line indent in inner indent select
Maxime Coste
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-07-23
Add indent object type (bound to i)
Maxime Coste
2013-07-02
Add support for arrow keys in normal mode
Maxime Coste
2013-06-06
utf8_iterators: rename underlying_iterator to base
Maxime Coste
2013-06-06
remove BufferIterator conversion to/from BufferCoord
Maxime Coste
2013-06-04
remove BufferIterator::is_{begin,end}
Maxime Coste
2013-06-04
selectors.cc: avoid dereferencing buffer end
Maxime Coste
2013-06-04
Use coord instead of iterators for selections
Maxime Coste
2013-06-03
Fix select_whole_paragraph so that buffer end is not selected
Maxime Coste
2013-06-01
Explicitly pass buffer to selectors
Maxime Coste
2013-05-30
Remove begin/end from Ranges, replace with min/max
Maxime Coste
2013-05-30
buffer end should not be in a selection
Maxime Coste
2013-05-15
Full object selection support for paragraphs and sentences
Maxime Coste
2013-04-30
add paragraph (p) object
Maxime Coste
2013-04-30
add sentence (s) object
Maxime Coste
2013-04-22
selecting a surrounding object goes up one level if what we find is already s...
Maxime Coste
2013-04-16
add alt-X for trimming non full lines
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-05
refactor regex based selectors, move regex construction out of them
Maxime Coste
2013-03-18
select_to_{,reverse}: search on other lines if needed
Maxime Coste
2013-02-27
Add " and ' support to object selection
Maxime Coste
2013-01-08
Add backward search support (bound to alt-/)
Maxime Coste
2013-01-07
Support for selecting to surrounding object begin/end with [ and ]
Maxime Coste
2013-01-03
refactoring selectors
Maxime Coste
2012-12-27
fix splitting with inverted selection
Maxime Coste
2012-12-27
select_matching: fix when matching is the first character
Maxime Coste
2012-11-30
Selection: refactoring, move CaptureList to Selection
Maxime Coste
2012-10-13
utf8::codepoint: configurable invalid byte policy
Maxime Coste
2012-10-11
Makefile: add -Wall to CXXFLAGS
Maxime Coste
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste
2012-10-08
utf8 awareness in selectors
Maxime Coste
2012-09-30
extract is_alpha to string.hh
Maxime Coste
2012-09-19
select_all_matches: reject match that start at the end of originating selection
Maxime Coste
2012-09-12
whine when a search selected nothing so that the user knows
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
Maxime Coste
2012-05-03
Add a ShellManager which handles executing shell commands
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-12
generalize do_select_surrounding in do_select_object and add a whole word sel...
Maxime Coste
2012-03-07
factor word and WORD selectors
Maxime Coste
[next]