Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2016-06-07 18:51:42 +0300
committertherzok <marius.ungureanu@xamarin.com>2016-06-07 18:51:42 +0300
commit672626fb1312103edeab834b6f9f6d3f2c4e1138 (patch)
tree32064d0cb456ab72b294a0abde7cd51a3d069fb1 /main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml
parent7741c5e1b14293b3ad1994917b552b9e2d2d1ed6 (diff)
[Ide] Exclude ResourceManager calls when crawling for PO.
Diffstat (limited to 'main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml')
-rw-r--r--main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml
index f5c852f152..2b73e92de1 100644
--- a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml
+++ b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml
@@ -135,6 +135,7 @@
<Exclude regex='(?&lt;!@)".*?(?&lt;!\\)"' /> <!-- Strings-->
<Exclude regex='//(?:(?!//).)*' /> <!-- Line comments -->
<Exclude regex='/\*(?:.|\n)*?\*/' /> <!-- Block comments -->
+ <Exclude regex='ResourceManager\.GetString' />
<Include regex='\[\s*LocalizedDisplayName?\s*\(\s*"(.*?[^\\])"\s*\)\s*\]' regexOptions="Singleline" escapeMode="CSharp"/>
<Include regex='\[\s*LocalizedDescription\s*\(\s*"(.*?[^\\])"\s*\)\s*\]' regexOptions="Singleline" escapeMode="CSharp"/>
@@ -157,6 +158,7 @@
<Exclude regex='(?&lt;!@)".*?(?&lt;!\\)"' /> <!-- Strings-->
<Exclude regex='//(?:(?!//).)*' /> <!-- Line comments -->
<Exclude regex='(\*(?:.|\n)*?\*)' /> <!-- Block comments -->
+ <Exclude regex='ResourceManager\.GetString' />
<Include regex='\[&lt;\s*LocalizedDisplayName?\s*\(\s*"(.*?[^\\])"\s*\)\s*&gt;\]' regexOptions="Singleline" escapeMode="CSharp"/>
<Include regex='\[&lt;\s*LocalizedDescription\s*\(\s*"(.*?[^\\])"\s*\)\s*&gt;\]' regexOptions="Singleline" escapeMode="CSharp"/>