kakoune/src
Maxime Coste 662ba0c904 Selection: do not use [begin, end) semantics but [first, last]
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-23 09:17:19 +00:00
..
assert.cc assert: custom implementation 2011-09-09 19:24:18 +00:00
assert.hh assert: custom implementation 2011-09-09 19:24:18 +00:00
buffer_manager.cc assert: custom implementation 2011-09-09 19:24:18 +00:00
buffer_manager.hh BufferManager: allow iteration on Buffers with begin/end methods 2011-09-22 18:55:23 +00:00
buffer.cc Buffer: add line_count method 2011-09-22 13:58:35 +00:00
buffer.hh Buffer: add line_count method 2011-09-22 13:58:35 +00:00
command_manager.cc CommandManager: support per command configurable completion 2011-09-16 09:18:51 +00:00
command_manager.hh CommandManager: support per command configurable completion 2011-09-16 09:18:51 +00:00
completion.cc Completion: add complete_buffername completer 2011-09-22 18:55:45 +00:00
completion.hh Completion: add complete_buffername completer 2011-09-22 18:55:45 +00:00
display_buffer.cc LineAndColumn: move to it's own header and add operator[+-]=? 2011-09-17 14:13:33 +00:00
display_buffer.hh LineAndColumn: move to it's own header and add operator[+-]=? 2011-09-17 14:13:33 +00:00
exception.cc exception: refactoring 2011-09-09 18:40:59 +00:00
exception.hh exception: refactoring 2011-09-09 18:40:59 +00:00
file.cc assert: custom implementation 2011-09-09 19:24:18 +00:00
file.hh exception: refactoring 2011-09-09 18:40:59 +00:00
line_and_column.hh LineAndColumn: fix operator[+-]= 2011-09-19 21:55:58 +00:00
main.cc Completion: add complete_buffername completer 2011-09-22 18:55:45 +00:00
Makefile Makefile: add rule for tags 2011-09-08 14:28:42 +00:00
regex_selector.cc Selection: do not use [begin, end) semantics but [first, last] 2011-09-23 09:17:19 +00:00
regex_selector.hh Initial commit 2011-09-02 16:51:20 +00:00
selectors.cc Selection: do not use [begin, end) semantics but [first, last] 2011-09-23 09:17:19 +00:00
selectors.hh Selectors: add select_to which selects until a given character on current line 2011-09-22 14:35:28 +00:00
utils.hh LineAndColumn: move to it's own header and add operator[+-]=? 2011-09-17 14:13:33 +00:00
window.cc Selection: do not use [begin, end) semantics but [first, last] 2011-09-23 09:17:19 +00:00
window.hh Selection: do not use [begin, end) semantics but [first, last] 2011-09-23 09:17:19 +00:00