changeset 5:dd4ab3c8d143

Use the same contributorClass as the JDT editor. This brings back the functionality of displaying the current line/column number in the status bar.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 16 Dec 2014 07:38:49 +0100
parents d42b86029389
children 6287f5e469f1
files plugin.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugin.xml	Mon Dec 15 14:13:11 2014 +0100
+++ b/plugin.xml	Tue Dec 16 07:38:49 2014 +0100
@@ -9,11 +9,13 @@
       --> 
       <editor
             class="de.codedo.java.editor.CodedoJavaEditor"
+            contributorClass="org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditorActionContributor"
             default="false"
             filenames="*.java"
             icon="icons/jcu_obj.gif"
             id="org.eclipse.jdt.ui.CompilationUnitEditor"
-            name="Java editor with custom icon">
+            name="Java editor with custom icon"
+            symbolicFontName="org.eclipse.jdt.ui.editors.textfont">
       </editor>
    </extension>
    <extension