Browse Source

SearchAndReplace: don't search in .exe/.dll/.pdb

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3875 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 17 years ago
parent
commit
38a3b7d8d5
  1. 7
      AddIns/ICSharpCode.SharpDevelop.addin
  2. 10
      src/AddIns/Misc/SearchAndReplace/Project/SearchAndReplace.addin

7
AddIns/ICSharpCode.SharpDevelop.addin

@ -1665,13 +1665,6 @@ @@ -1665,13 +1665,6 @@
<Class id ="XmlFormatter" class = "ICSharpCode.SharpDevelop.DefaultEditor.XmlFormattingStrategy"/>
</Path>
<!-- File extensions that should not be searched since they are not opened
in a text editor -->
<Path name="/AddIns/DefaultTextEditor/Search/ExcludedFileExtensions">
<String text=".resx"/>
<String text=".resources"/>
</Path>
<Path name = "/SharpDevelop/Workbench/DisplayBindings">
<DisplayBinding id = "Text"
insertafter = "Browser"

10
src/AddIns/Misc/SearchAndReplace/Project/SearchAndReplace.addin

@ -62,4 +62,14 @@ @@ -62,4 +62,14 @@
tooltip = "${res:MainWindow.Windows.ClassBrowser.CommitSearch.ToolTip}"
class = "SearchAndReplace.FindComboBox"/>
</Path>
<!-- File extensions that should not be searched since they are not opened
in a text editor -->
<Path name="/AddIns/DefaultTextEditor/Search/ExcludedFileExtensions">
<String text=".resx"/>
<String text=".resources"/>
<String text=".exe"/>
<String text=".dll"/>
<String text=".pdb"/>
</Path>
</AddIn>

Loading…
Cancel
Save