Maxime Coste
|
d574ae864d
|
Editor::insert takes an InsertMode param, remove Editor::{append,replace}
|
2012-10-09 19:25:20 +02:00 |
|
Maxime Coste
|
9ae8f5e47b
|
Editor::move_selection now either takes a LineCount or a CharCount
|
2012-10-02 14:10:00 +02:00 |
|
Maxime Coste
|
bd0805cf3e
|
autoenable word completion while inserting
|
2012-10-01 14:23:04 +02:00 |
|
Maxime Coste
|
a8d2482eb6
|
Editor now stores selections as SelectionAndCapturesList
|
2012-09-26 20:33:47 +02:00 |
|
Maxime Coste
|
efc069b531
|
Extract IncrementalInserter::Mode as InsertMode
move ClientMode classes in a namespace due to InsertMode name collisions
|
2012-09-26 14:22:24 +02:00 |
|
Maxime Coste
|
730f39aaa0
|
remove selection stack from editor
|
2012-09-24 20:47:06 +02:00 |
|
Maxime Coste
|
287628ec19
|
Editor::{select,move_cursor} takes a enum SelectMode parameter instead of a boolean
|
2012-09-07 14:29:29 +02:00 |
|
Maxime Coste
|
759319ca44
|
Buffer: move back Modification as an implementation detail
* Filters now only works on insertion and take directly the
iterator and content
* use Buffer::insert and Buffer::erase to modify a buffer
|
2012-08-10 19:12:43 +02:00 |
|
Maxime Coste
|
2cc01d3407
|
move SafeCountable functionality to Editor from Window
|
2012-08-05 18:23:09 +02:00 |
|
Maxime Coste
|
fe988868e5
|
IncrementalInserter preserves selections
|
2012-07-16 21:21:56 +02:00 |
|
Maxime Coste
|
06dd3f8aad
|
Add Editor::replace(memoryview) and bind alt-P to replace paste
|
2012-07-11 14:15:27 +02:00 |
|
Maxime Coste
|
5b2ef1da6a
|
IncrementalInsertor::insert takes a memoryview<String> rather than a Register
|
2012-06-29 18:35:48 +02:00 |
|
Maxime Coste
|
c0987ebacc
|
Add a FilterGroup, and cleanup HighlighterGroup
FilterGroup is similar to HighlighterGroup, it permits grouping
together filters for easy removal.
|
2012-06-12 18:24:29 +00:00 |
|
Maxime Coste
|
2c4bc5582a
|
Alt-Space permits to remove a selection by index
|
2012-05-29 11:15:43 +00:00 |
|
Maxime Coste
|
9337938403
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
|
Maxime Coste
|
df0f7b4689
|
rename BufferString to String
|
2012-03-08 21:23:29 +00:00 |
|
Maxime Coste
|
d84d085cc2
|
Merge captures into registers, implements register insertion
|
2012-02-09 23:47:55 +00:00 |
|
Maxime Coste
|
04a37d8895
|
Editor refactoring, merge undo and batch management
|
2012-02-07 23:41:10 +00:00 |
|
Maxime Coste
|
9b5e9ffee2
|
selectors now take a Selection as parameter instead of a BufferIterator
|
2012-02-07 14:26:51 +00:00 |
|
Maxime Coste
|
96b167859a
|
batches support in Editor, used by IncrementalInserter and exec_string
Editor groups all modification together in one undo group when batching.
nested batches are supported.
|
2012-02-03 13:55:22 +00:00 |
|
Maxime Coste
|
96101b4392
|
Use an Editor instead of a Window as much as possible
|
2012-02-02 20:48:03 +00:00 |
|
Maxime Coste
|
69d96c90da
|
extract an Editor class from Window and refactor
|
2012-01-31 19:12:06 +00:00 |
|