5 Commits (db3f066b7316bee368115f21ac5428301ddfe6a5)

Author SHA1 Message Date
Daniel Grunwald db3f066b73 Fixed SD2-893 - Searching text in a directory with no access permissions throws exception 16 years ago
Daniel Grunwald f2a7b38c6c Fixed potential ArgumentNullException in search (forum-9109, though I couldn't reproduce it). 16 years ago
Daniel Grunwald 2f65a05f2b Fixed forum-7979 (breakpoint disappears when the line above is deleted). 17 years ago
Daniel Grunwald 5c69217fcc Implemented SD2-1322: Cancelling an in progress search (based on patch by Siegfried Pammer) 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 18 years ago
Daniel Grunwald 467dcdd3a4 Worked on SD2-1234 - added support for view contents that are not editing a file (e.g. project options). 19 years ago
Daniel Grunwald e1844b5410 Fixed SD2-1275: Searching using an invalid regex shows search in progress dialog 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Daniel Grunwald 1a245bf728 Fixed SD2-1206: New "Wait" Dialog appears if the search has already finished. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 19 years ago
Matt Ward 5a58e676fe SD2-833. The currently active view is checked to see if it implements the ITextEditorControlProvider interface before attempting to clear the selection when bookmarking all found search results. 19 years ago
Daniel Grunwald f1eb93cb43 Fixed SD2-424: Replace performance not acceptable 19 years ago
Daniel Grunwald b69a14156d Fixed SD2-746: Bookmark all button on search dialog does nothing 20 years ago
Matt Ward f93aa9c02d SD2-567. Implemented search and replace inside the current text selection. 20 years ago
Matt Ward b132233e3e SD2-718 - Search finding a match in a resx file causing an invalid cast exception when trying to convert the resource editor to an ITextEditorControlProvider. Resource files are now excluded from searches. Excluded file extensions defined in ICSharpCode.SharpDevelop.addin. SearchReplaceManager now handles the situation where a view cannot be converted to an ITextEditorControlProvider. 20 years ago
Matt Ward 0dac40f144 Fixed SD2-662, SD2-664 - Replace all inserting incorrect text or getting stuck in an infinite loop. The search and replace manager was replacing the text twice if the document was open in SharpDevelop. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 2e2e17e634 Fixed SD2-595: Replace in files must use same Encoding detection as text editor 20 years ago
Daniel Grunwald 516507117d RegExSearchStrategy now supports replacing "$1" with the group value. 20 years ago
Daniel Grunwald c9b90e95f3 Improved performance of "Replace all". 20 years ago
Markus Palme 08cd056a03 replace and replace all works 20 years ago
Markus Palme 3127b5b359 assign correct document iterator 20 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 20 years ago
Daniel Grunwald aa34af8ced Fixed some small bugs. 20 years ago
Mike Krüger c4336b038c created trunk folder. 21 years ago