Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.bidi/plugin.properties')
-rw-r--r--bundles/org.eclipse.equinox.bidi/plugin.properties10
1 files changed, 6 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.bidi/plugin.properties b/bundles/org.eclipse.equinox.bidi/plugin.properties
index 25af8aac4..5bb3e28ec 100644
--- a/bundles/org.eclipse.equinox.bidi/plugin.properties
+++ b/bundles/org.eclipse.equinox.bidi/plugin.properties
@@ -12,14 +12,16 @@ pluginName = Bidirectional Text Support
providerName = Eclipse.org - Equinox
bidiExpressionPointName = Add new structured text type
bidiExtensionName = Default bidirectional processors
-sqlProcessorName = Processor for SQL statements
-regexProcessorName = Processor for regular expressions
-javaProcessorName = Processor for Java statements
+
commaProcessorName = Processor for comma-separated lists
emailProcessorName = Processor for E-mail addresses
fileProcessorName = Processor for file and directory names
+javaProcessorName = Processor for Java statements
+mathProcessorName = Processor for arithmetic expressions
propertyProcessorName = Processor for property file lines
-systemProcessorName = Processor for System / user statements
+regexProcessorName = Processor for regular expressions
+sqlProcessorName = Processor for SQL statements
+systemProcessorName = Processor for system(user) statements
underscoreProcessorName = Processor for names segmented by underscores
urlProcessorName = Processor for URLs
xpathProcessorName = Processor for XPath expressions

Back to the top