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
2014-10-01
Small refactor
Maxime Coste
2014-09-18
Keep selection direction on split/select/search
Maxime Coste
2014-09-09
Target end of line on line selectors
Maxime Coste
2014-07-10
Fix select_number
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-06-27
Replace boost::optional with our own implementation
Maxime Coste
2014-06-14
Fix crash in paragraph selection
Maxime Coste
2014-06-11
add ' ' for whitespaces object
Alex Leferry 2
2014-06-06
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-05-27
Add 'n' for number object (inner number does not recognise '.')
Maxime Coste
2014-05-27
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-05-26
Rename select_whole_.* to just select_.*
Maxime Coste
2014-05-26
Tweak inner indent object code
Maxime Coste
2014-05-25
Move insert/erase methods from normal.cc to member functions in SelectionList
Maxime Coste
2014-05-24
Remove use of 'offset' in buffer iterators, lines are just String
Maxime Coste
2014-05-13
Make it harder to have an invalid SelectionList
Maxime Coste
2014-05-13
SelectionList know its buffer and timestamp
Maxime Coste
2014-05-12
SelectionList no longer inherit from std::vector
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-05-04
Paragraph selection selects next paragraph when on previous end
Maxime Coste
2014-04-10
Fix select_whole_lines on empty buffer
Maxime Coste
2014-03-31
Select previous sentence or paragraph if selecting backward from the first char
Maxime Coste
2014-03-30
When selecting forward paragraph and we are on an end of line, select the nex...
Maxime Coste
2014-03-30
minor cleanup in select_whole_sentence
Maxime Coste
2014-03-29
Remove Range struct, merge it back in Selection
Maxime Coste
2014-01-28
Rename selections first,last to more explicit anchor,cursor
Maxime Coste
2014-01-05
Fix some tabs in the code
Maxime Coste
2014-01-04
Fix small misbehaviour in split_selections
Maxime Coste
2014-01-03
fix select_to_eol behaviour when on empty line
Maxime Coste
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
[prev]
[next]