1) Fixed issue #347: Syntax highlight doesn't like apostrophe in heredoc.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / HTMLTextPresenter.java
index 9cef2f5..211bc27 100644 (file)
@@ -35,9 +35,9 @@ public class HTMLTextPresenter implements
                fEnforceUpperLineLimit = enforceUpperLineLimit;
        }
 
-       public HTMLTextPresenter() {
-               this(true);
-       }
+//     public HTMLTextPresenter() {
+//             this(true);
+//     }
 
        protected Reader createReader(String hoverInfo,
                        TextPresentation presentation) {