Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2006-08-04 14:08:10 +0000
committerteicher2006-08-04 14:08:10 +0000
commitba45b87fa35ba9619db140c32115562c8f3813ab (patch)
tree8dbd80da13fe4b9aab28927212c4528afd636570 /org.eclipse.ui.editors/plugin.xml
parent2048d45a06e6c534955e5737143fe63cbfb6a786 (diff)
downloadeclipse.platform.text-ba45b87fa35ba9619db140c32115562c8f3813ab.tar.gz
eclipse.platform.text-ba45b87fa35ba9619db140c32115562c8f3813ab.tar.xz
eclipse.platform.text-ba45b87fa35ba9619db140c32115562c8f3813ab.zip
rulerColumns:
- support targetClass targets - require target specification - properly handle input change
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index f1607537a04..3d5f13ec243 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -885,6 +885,9 @@
weight="0.5">
<before id="org.eclipse.ui.editors.columns.linenumbers"/>
</placement>
+ <targetContentType
+ id="org.eclipse.core.runtime.text">
+ </targetContentType>
</column>
<column
class="org.eclipse.ui.internal.texteditor.LineNumberColumn"
@@ -896,6 +899,10 @@
<placement
weight="0.9">
</placement>
+ <targetClass
+ class="org.eclipse.ui.texteditor.AbstractTextEditor"
+ inherit="true">
+ </targetClass>
</column>
</extension>

Back to the top