File: plugin.xml

package info (click to toggle)
eclipse-linuxtools 1.0.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 69,212 kB
  • sloc: java: 224,575; xml: 23,980; ansic: 15,426; python: 458; cpp: 279; sh: 251; makefile: 48
file content (58 lines) | stat: -rw-r--r-- 2,322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.ui.workbench.texteditor.rulerColumns">
      <column
            class="org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.STContributedRulerColumn"
            enabled="false"
            global="false"
            id="org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.column"
            includeInMenu="false"
            name="ST Column">
         <placement
               gravity="0.8"></placement>
         <targetEditor
               id="org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.editor">
         </targetEditor>
      </column>
   </extension>
   <extension
         point="org.eclipse.ui.editors.markerAnnotationSpecification">
      <specification
            annotationType="org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.coloredLines"
            colorPreferenceKey="coloredLinesResultIndicationColor"
            colorPreferenceValue="250,0,0"
            highlightPreferenceKey="coloredLinesHighlighting"
            includeOnPreferencePage="false"
            label="Colored Lines"
            overviewRulerPreferenceKey="coloredLinesIndicationInOverviewRuler"
            overviewRulerPreferenceValue="true"
            presentationLayer="1"
            textPreferenceKey="coloredLinedResultIndication"
            verticalRulerPreferenceKey="coloredLinesIndicationInVerticalRuler">
      </specification>
   </extension>
   <extension
         point="org.eclipse.ui.editors">
      <editor
            class="org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.STAnnotatedCSourceEditor"
            icon="icons/c_file_obj.gif"
            id="org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.editor"
            name="ST Annotated Source Editor">
      </editor>
      <editor
            id="org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.editor2"
            name="name">
      </editor>
   </extension>
   <extension
         point="org.eclipse.ui.commands">
      <command
            description="%ActionDefinition.STColumnToggle.description"
            id=" org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.STColumnToggle"
            name="Show Annotation Columns">
      </command>
   </extension>

</plugin>