Changeset 3868
- Timestamp:
- Jul 23, 2008, 8:46:34 PM (13 years ago)
- Location:
- devel-tools/trunk/eclipse/org.refal.rfpdt.ui/src/org/refal/rfpdt/editor
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.rfpdt.ui/src/org/refal/rfpdt/editor/ColorManager.java
r3866 r3868 1 package org.refal.rfpdt.editor .color;1 package org.refal.rfpdt.editor; 2 2 3 3 import java.util.HashMap; -
devel-tools/trunk/eclipse/org.refal.rfpdt.ui/src/org/refal/rfpdt/editor/RfpEditor.java
r3865 r3868 42 42 import org.refal.rfpdt.core.RfpProject; 43 43 import org.refal.rfpdt.editor.PresentationVisitor.StylePosition; 44 import org.refal.rfpdt.editor.color.ColorManager;45 44 import org.refal.rfpdt.editor.preferences.IPreferenceConstants; 46 45 import org.refal.rfpdt.ui.RfpUI; -
devel-tools/trunk/eclipse/org.refal.rfpdt.ui/src/org/refal/rfpdt/editor/color/ColorScanner.java
r3865 r3868 17 17 import org.eclipse.swt.SWT; 18 18 import org.eclipse.swt.graphics.Color; 19 import org.refal.rfpdt.editor.ColorManager; 19 20 import org.refal.rfpdt.editor.RfpEditor; 20 21 import org.refal.rfpdt.editor.preferences.IPreferenceConstants;
Note: See TracChangeset
for help on using the changeset viewer.