| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Buffer ring part (ring.cpp)
|
|
* like the other search-related commands the operation (delete, kill, replace) is not performed until the
search pattern string argument is terminated (simplifies implementation and has visual advantages)
|
|
* new base for searc-replace command states
|
|
* based on FS command
* default replacement string is stored in global register "-"
|
|
* makes use of Scintilla selections, so their usage has been improved
* search commands preserve selection on termination (escape)
* selections are restored on rubout
* search-replace command makes use of the Insert command's state (may serve as a base class now)
but does not pop additional values from stack (like "I" does)
|
|
|