aboutsummaryrefslogtreecommitdiffhomepage
path: root/search.cpp
AgeCommit message (Collapse)AuthorFilesLines
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