Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-08-16 11:01:58 +0000
committerTom Schindl2015-08-16 11:01:58 +0000
commit15a22587941072d7630297df65b968d0ec62fed6 (patch)
treecf34b4cdeca3e8ea7881ba15b8e07ea7ec9e5cc5 /bundles/code/org.eclipse.fx.text/src
parenta0c1085a199b83f26ea0b1fc7859fa5321dd092b (diff)
downloadorg.eclipse.efxclipse-15a22587941072d7630297df65b968d0ec62fed6.tar.gz
org.eclipse.efxclipse-15a22587941072d7630297df65b968d0ec62fed6.tar.xz
org.eclipse.efxclipse-15a22587941072d7630297df65b968d0ec62fed6.zip
adding new regex rule
Diffstat (limited to 'bundles/code/org.eclipse.fx.text/src')
-rw-r--r--bundles/code/org.eclipse.fx.text/src/org/eclipse/fx/text/RegexRule.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/code/org.eclipse.fx.text/src/org/eclipse/fx/text/RegexRule.java b/bundles/code/org.eclipse.fx.text/src/org/eclipse/fx/text/RegexRule.java
index 9276d306c..2c57f5de9 100644
--- a/bundles/code/org.eclipse.fx.text/src/org/eclipse/fx/text/RegexRule.java
+++ b/bundles/code/org.eclipse.fx.text/src/org/eclipse/fx/text/RegexRule.java
@@ -34,7 +34,6 @@ public class RegexRule implements IRule {
}
if( startPattern.matcher(b.toString()).matches() ) {
- System.err.println("MATCHED =======> " + b);
String input;
do {
readCount++;

Back to the top