aboutsummaryrefslogtreecommitdiffhomepage
path: root/search.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-571/+0
2012-12-04refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and ↵Robin Haberkorn1-1/+2
Buffer ring part (ring.cpp)
2012-12-04search-kill command (FK)Robin Haberkorn1-0/+25
* 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)
2012-12-04search-delete command (FD)Robin Haberkorn1-3/+11
* new base for searc-replace command states
2012-12-04search-replace command with default replacement string (FR)Robin Haberkorn1-4/+34
* based on FS command * default replacement string is stored in global register "-"
2012-12-04search and replace command (FS)Robin Haberkorn1-4/+35
* 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)
2012-12-03refactored search command (states): they are now in a separate search.cpp fileRobin Haberkorn1-0/+476