[subversion:24] Removed usage of internal code
- From: sinnema313@kenai.com
- To: commits@eplugin.kenai.com
- Subject: [subversion:24] Removed usage of internal code
- Date: Sat, 10 Jan 2009 13:19:52 +0000 (GMT)
Repository: subversion
Revision: 24
Author: sinnema313
Date: 2009-01-10 13:19:48 UTC
Log Message:
-----------
Removed usage of internal code
Modified Paths:
--------------
trunk/com.sun.javafx.eclipse.editor/src/com/sun/javafx/eclipse/editor/s
imple/TokenConvertor.java
Diffs:
-----
Index:
trunk/com.sun.javafx.eclipse.editor/src/com/sun/javafx/eclipse/editor/s
imple/TokenConvertor.java
===================================================================
---
trunk/com.sun.javafx.eclipse.editor/src/com/sun/javafx/eclipse/editor/s
imple/TokenConvertor.java (revision 23)
+++
trunk/com.sun.javafx.eclipse.editor/src/com/sun/javafx/eclipse/editor/s
imple/TokenConvertor.java (revision 24)
@@ -27,7 +27,6 @@
package com.sun.javafx.eclipse.editor.simple;
import org.antlr.runtime.Token;
-import org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings;
import org.eclipse.jdt.ui.PreferenceConstants;
import org.eclipse.jdt.ui.text.IColorManager;
import org.eclipse.jdt.ui.text.IColorManagerExtension;
@@ -43,6 +42,7 @@
import java.util.HashMap;
import java.util.Map;
+
/**
* @author Rastislav Komara (<a
href="mailto:moonko@netbeans.orgm">RKo</a>)
* @todo documentation
@@ -56,7 +56,7 @@
private static final String WHITESPACE_TOKEN = "java_whitespace";
private static final String JAVA_NUMBER_PREFIX =
- PreferenceConstants.EDITOR_SEMANTIC_HIGHLIGHTING_PREFIX +
SemanticHighlightings.NUMBER;
+ PreferenceConstants.EDITOR_SEMANTIC_HIGHLIGHTING_PREFIX +
"number";
private static final String JAVA_NUMBER = JAVA_NUMBER_PREFIX +
PreferenceConstants.EDITOR_SEMANTIC_HIGHLIGHTING_COLOR_SUFFIX;
|
[subversion:24] Removed usage of internal code |
sinnema313 | 01/10/2009 |





