Author: vrubezhny
Date: 2008-01-24 14:03:54 -0500 (Thu, 24 Jan 2008)
New Revision: 5951
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java
Log:
The getSourceViewerConfiguration() method is removed.
To get the configuration use public static SourceViewerConfiguration
getSourceViewerConfiguration(AbstractTextEditor editor) method in
org.jboss.tools.jst.jsp.test.
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java 2008-01-24
17:46:40 UTC (rev 5950)
+++
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java 2008-01-24
19:03:54 UTC (rev 5951)
@@ -167,11 +167,6 @@
super.setSourceViewerConfiguration(config);
}
- /** This is *only* for allowing unit tests to access the source configuration. */
- public SourceViewerConfiguration getSourceViewerConfigurationForTest () {
- return getSourceViewerConfiguration();
- }
-
protected void initializeDrop(ITextViewer textViewer) {
Composite c = textViewer.getTextWidget();
Show replies by date