dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | |
| 5 | <extension-point id="doctypes" name="%extensionPoint.doctypes" schema="schema/doctype.exsd"/> |
| 6 | <extension-point id="styles" name="%extensionPoint.styles" schema="schema/style.exsd"/> |
| 7 | |
dacarver | c84229d | 2008-10-22 20:24:01 +0000 | [diff] [blame] | 8 | |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 9 | <extension point="org.eclipse.core.contenttype.contentTypes"> |
| 10 | <content-type |
| 11 | base-type="org.eclipse.core.runtime.xml" |
| 12 | file-extensions="*.xml" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 13 | id="org.eclipse.vex.ui.XmlDocument" |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 14 | name="%contentType.XmlDocument.name"> |
| 15 | </content-type> |
| 16 | </extension> |
| 17 | |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 18 | <extension |
| 19 | point="org.eclipse.ui.editors"> |
| 20 | <editor |
| 21 | name="%VexEditor.name" |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 22 | extensions="xml" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 23 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 24 | class="org.eclipse.vex.ui.internal.editor.VexEditor" |
| 25 | contributorClass="org.eclipse.vex.ui.internal.editor.VexActionBarContributor" |
| 26 | id="org.eclipse.vex.ui.VexEditor"> |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 27 | <contentTypeBinding |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 28 | contentTypeId="org.eclipse.vex.ui.XmlDocument"> |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 29 | </contentTypeBinding> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 30 | </editor> |
| 31 | </extension> |
dacarver | 637f2ee | 2008-12-05 16:00:53 +0000 | [diff] [blame] | 32 | |
dacarver | 637f2ee | 2008-12-05 16:00:53 +0000 | [diff] [blame] | 33 | |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 34 | <extension |
| 35 | point="org.eclipse.ui.newWizards"> |
| 36 | <category |
| 37 | name="%NewWizardCategory.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 38 | id="org.eclipse.vex.XMLAuthoringCategory"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 39 | </category> |
| 40 | <wizard |
| 41 | name="%NewDocumentWizard.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 42 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 43 | category="org.eclipse.vex.XMLAuthoringCategory" |
| 44 | class="org.eclipse.vex.ui.internal.wizards.NewDocumentWizard" |
| 45 | id="org.eclipse.vex.ui.NewDocumentWizard"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 46 | <description>%NewDocumentWizard.desc</description> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 47 | <keywordReference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 48 | id="org.eclipse.vex.ui.KeywordVex"> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 49 | </keywordReference> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 50 | </wizard> |
| 51 | </extension> |
| 52 | <extension |
| 53 | point="org.eclipse.ui.perspectives"> |
| 54 | <perspective |
| 55 | name="%DocumentPerspective.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 56 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 57 | class="org.eclipse.vex.ui.internal.perspective.DocumentPerspective" |
| 58 | id="org.eclipse.vex.ui.DocumentPerspective"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 59 | </perspective> |
| 60 | </extension> |
| 61 | <extension |
| 62 | point="org.eclipse.ui.contexts"> |
| 63 | <context |
| 64 | name="%VexEditorContext.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 65 | id="org.eclipse.vex.ui.VexEditorContext" |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 66 | parentId="org.eclipse.ui.textEditorScope"> |
| 67 | </context> |
| 68 | </extension> |
| 69 | <extension |
| 70 | point="org.eclipse.ui.commands"> |
| 71 | <category |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 72 | id="org.eclipse.vex.ui.commands.category" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 73 | name="%command.category.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 74 | </category> |
| 75 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 76 | categoryId="org.eclipse.vex.ui.commands.category" |
| 77 | id="org.eclipse.vex.ui.AddElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 78 | name="%command.addElement.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 79 | </command> |
| 80 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 81 | categoryId="org.eclipse.vex.ui.commands.category" |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 82 | id="org.eclipse.vex.ui.EditNamespacesCommand" |
| 83 | name="%command.editNamespaces.name"> |
| 84 | </command> |
| 85 | <command |
| 86 | categoryId="org.eclipse.vex.ui.commands.category" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 87 | id="org.eclipse.vex.ui.DuplicateSelectionCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 88 | name="%command.duplicateSelection.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 89 | </command> |
| 90 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 91 | categoryId="org.eclipse.vex.ui.commands.category" |
| 92 | id="org.eclipse.vex.ui.ConvertElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 93 | name="%command.convertElement.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 94 | </command> |
| 95 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 96 | categoryId="org.eclipse.vex.ui.commands.category" |
| 97 | id="org.eclipse.vex.ui.RemoveTagCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 98 | name="%command.removeTag.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 99 | </command> |
| 100 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 101 | categoryId="org.eclipse.vex.ui.commands.category" |
| 102 | id="org.eclipse.vex.ui.AddRowAboveCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 103 | name="%command.addRowAbove.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 104 | </command> |
| 105 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 106 | categoryId="org.eclipse.vex.ui.commands.category" |
| 107 | id="org.eclipse.vex.ui.AddRowBelowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 108 | name="%command.addRowBelow.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 109 | </command> |
| 110 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 111 | categoryId="org.eclipse.vex.ui.commands.category" |
| 112 | id="org.eclipse.vex.ui.MoveRowUpCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 113 | name="%command.moveRowUp.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 114 | </command> |
| 115 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 116 | categoryId="org.eclipse.vex.ui.commands.category" |
| 117 | id="org.eclipse.vex.ui.MoveRowDownCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 118 | name="%command.moveRowDown.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 119 | </command> |
| 120 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 121 | categoryId="org.eclipse.vex.ui.commands.category" |
| 122 | id="org.eclipse.vex.ui.RemoveRowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 123 | name="%command.removeRow.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 124 | </command> |
| 125 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 126 | categoryId="org.eclipse.vex.ui.commands.category" |
| 127 | id="org.eclipse.vex.ui.AddColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 128 | name="%command.addColumnLeft.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 129 | </command> |
| 130 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 131 | categoryId="org.eclipse.vex.ui.commands.category" |
| 132 | id="org.eclipse.vex.ui.AddColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 133 | name="%command.addColumnRight.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 134 | </command> |
| 135 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 136 | categoryId="org.eclipse.vex.ui.commands.category" |
| 137 | id="org.eclipse.vex.ui.MoveColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 138 | name="%command.moveColumnLeft.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 139 | </command> |
| 140 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 141 | categoryId="org.eclipse.vex.ui.commands.category" |
| 142 | id="org.eclipse.vex.ui.MoveColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 143 | name="%command.moveColumnRight.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 144 | </command> |
| 145 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 146 | categoryId="org.eclipse.vex.ui.commands.category" |
| 147 | id="org.eclipse.vex.ui.RemoveColumnCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 148 | name="%command.removeColumn.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 149 | </command> |
| 150 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 151 | categoryId="org.eclipse.vex.ui.commands.category" |
| 152 | id="org.eclipse.vex.ui.PreviousTableCellCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 153 | name="%command.previousTableCell.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 154 | </command> |
| 155 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 156 | categoryId="org.eclipse.vex.ui.commands.category" |
| 157 | id="org.eclipse.vex.ui.NextTableCellCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 158 | name="%command.nextTableCell.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 159 | </command> |
| 160 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 161 | categoryId="org.eclipse.vex.ui.commands.category" |
| 162 | id="org.eclipse.vex.ui.SplitBlockElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 163 | name="%command.splitBlockElement.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 164 | </command> |
| 165 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 166 | categoryId="org.eclipse.vex.ui.commands.category" |
| 167 | id="org.eclipse.vex.ui.SplitItemCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 168 | name="%command.splitItem.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 169 | </command> |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 170 | <command |
| 171 | categoryId="org.eclipse.vex.ui.commands.category" |
| 172 | id="org.eclipse.vex.ui.AddCommentCommand" |
| 173 | name="%command.addComment.name"> |
| 174 | </command> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 175 | |
| 176 | </extension> |
| 177 | <extension |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 178 | point="org.eclipse.ui.bindings"> |
| 179 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 180 | commandId="org.eclipse.vex.ui.AddElementCommand" |
| 181 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 182 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" |
| 183 | sequence="M1+SPACE"> |
| 184 | </key> |
| 185 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 186 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand" |
| 187 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 188 | sequence="M1+M3+ARROW_DOWN" |
| 189 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 190 | </key> |
| 191 | |
| 192 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 193 | commandId="org.eclipse.vex.ui.ConvertElementCommand" |
| 194 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 195 | sequence="M1+M3+SPACE" |
| 196 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 197 | </key> |
| 198 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 199 | commandId="org.eclipse.vex.ui.NextTableCellCommand" |
| 200 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 201 | sequence="TAB" |
| 202 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 203 | </key> |
| 204 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 205 | commandId="org.eclipse.vex.ui.PreviousTableCellCommand" |
| 206 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 207 | sequence="M2+TAB" |
| 208 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 209 | </key> |
| 210 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 211 | commandId="org.eclipse.vex.ui.RemoveTagCommand" |
| 212 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 213 | sequence="M2+DEL" |
| 214 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 215 | </key> |
| 216 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 217 | commandId="org.eclipse.vex.ui.SplitBlockElementCommand" |
| 218 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 219 | sequence="RETURN" |
| 220 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 221 | </key> |
| 222 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 223 | commandId="org.eclipse.vex.ui.SplitItemCommand" |
| 224 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 225 | sequence="M2+RETURN" |
| 226 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 227 | </key> |
| 228 | <key |
| 229 | commandId="org.eclipse.vex.ui.AddCommentCommand" |
| 230 | contextId="org.eclipse.vex.ui.VexEditorContext" |
| 231 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" |
| 232 | sequence="M1+7"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 233 | </key>key> |
| 234 | |
| 235 | </extension> |
| 236 | <extension |
| 237 | point="org.eclipse.ui.handlers"> |
| 238 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 239 | class="org.eclipse.vex.ui.internal.handlers.AddElementHandler" |
| 240 | commandId="org.eclipse.vex.ui.AddElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 241 | <activeWhen> |
| 242 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 243 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 244 | </reference> |
| 245 | </activeWhen> |
| 246 | </handler> |
| 247 | <handler |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 248 | class="org.eclipse.vex.ui.internal.namespace.EditNamespacesHandler" |
| 249 | commandId="org.eclipse.vex.ui.EditNamespacesCommand"> |
| 250 | <activeWhen> |
| 251 | <reference |
| 252 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
| 253 | </reference> |
| 254 | </activeWhen> |
| 255 | </handler> |
| 256 | <handler |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 257 | class="org.eclipse.vex.ui.internal.handlers.AddCommentHandler" |
| 258 | commandId="org.eclipse.vex.ui.AddCommentCommand"> |
| 259 | <activeWhen> |
| 260 | <reference |
| 261 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
| 262 | </reference> |
| 263 | </activeWhen> |
| 264 | </handler> |
| 265 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 266 | class="org.eclipse.vex.ui.internal.handlers.DuplicateSelectionHandler" |
| 267 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 268 | <activeWhen> |
| 269 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 270 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 271 | </reference> |
| 272 | </activeWhen> |
| 273 | </handler> |
| 274 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 275 | class="org.eclipse.vex.ui.internal.handlers.ConvertElementHandler" |
| 276 | commandId="org.eclipse.vex.ui.ConvertElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 277 | <activeWhen> |
| 278 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 279 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 280 | </reference> |
| 281 | </activeWhen> |
| 282 | </handler> |
| 283 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 284 | class="org.eclipse.vex.ui.internal.handlers.RemoveTagHandler" |
| 285 | commandId="org.eclipse.vex.ui.RemoveTagCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 286 | <activeWhen> |
| 287 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 288 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 289 | </reference> |
| 290 | </activeWhen> |
| 291 | </handler> |
| 292 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 293 | class="org.eclipse.vex.ui.internal.handlers.AddRowAboveHandler" |
| 294 | commandId="org.eclipse.vex.ui.AddRowAboveCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 295 | <enabledWhen> |
| 296 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 297 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 298 | <equals |
| 299 | value="true"> |
| 300 | </equals> |
| 301 | </with> |
| 302 | </enabledWhen> |
| 303 | </handler> |
| 304 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 305 | class="org.eclipse.vex.ui.internal.handlers.AddRowBelowHandler" |
| 306 | commandId="org.eclipse.vex.ui.AddRowBelowCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 307 | <enabledWhen> |
| 308 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 309 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 310 | <equals |
| 311 | value="true"> |
| 312 | </equals> |
| 313 | </with> |
| 314 | </enabledWhen> |
| 315 | </handler> |
| 316 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 317 | class="org.eclipse.vex.ui.internal.handlers.MoveRowUpHandler" |
| 318 | commandId="org.eclipse.vex.ui.MoveRowUpCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 319 | <enabledWhen> |
| 320 | <and> |
| 321 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 322 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 323 | <equals |
| 324 | value="true"> |
| 325 | </equals> |
| 326 | </with> |
| 327 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 328 | variable="org.eclipse.vex.ui.isFirstRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 329 | <equals |
| 330 | value="false"> |
| 331 | </equals> |
| 332 | </with> |
| 333 | </and> |
| 334 | </enabledWhen> |
| 335 | </handler> |
| 336 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 337 | class="org.eclipse.vex.ui.internal.handlers.MoveRowDownHandler" |
| 338 | commandId="org.eclipse.vex.ui.MoveRowDownCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 339 | <enabledWhen> |
| 340 | <and> |
| 341 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 342 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 343 | <equals |
| 344 | value="true"> |
| 345 | </equals> |
| 346 | </with> |
| 347 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 348 | variable="org.eclipse.vex.ui.isLastRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 349 | <equals |
| 350 | value="false"> |
| 351 | </equals> |
| 352 | </with> |
| 353 | </and> |
| 354 | </enabledWhen> |
| 355 | </handler> |
| 356 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 357 | class="org.eclipse.vex.ui.internal.handlers.RemoveRowHandler" |
| 358 | commandId="org.eclipse.vex.ui.RemoveRowCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 359 | <enabledWhen> |
| 360 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 361 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 362 | <equals |
| 363 | value="true"> |
| 364 | </equals> |
| 365 | </with> |
| 366 | </enabledWhen> |
| 367 | </handler> |
| 368 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 369 | class="org.eclipse.vex.ui.internal.handlers.AddColumnLeftHandler" |
| 370 | commandId="org.eclipse.vex.ui.AddColumnLeftCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 371 | <enabledWhen> |
| 372 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 373 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 374 | <equals |
| 375 | value="true"> |
| 376 | </equals> |
| 377 | </with> |
| 378 | </enabledWhen> |
| 379 | </handler> |
| 380 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 381 | class="org.eclipse.vex.ui.internal.handlers.AddColumnRightHandler" |
| 382 | commandId="org.eclipse.vex.ui.AddColumnRightCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 383 | <enabledWhen> |
| 384 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 385 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 386 | <equals |
| 387 | value="true"> |
| 388 | </equals> |
| 389 | </with> |
| 390 | </enabledWhen> |
| 391 | </handler> |
| 392 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 393 | class="org.eclipse.vex.ui.internal.handlers.MoveColumnLeftHandler" |
| 394 | commandId="org.eclipse.vex.ui.MoveColumnLeftCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 395 | <enabledWhen> |
| 396 | <and> |
| 397 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 398 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 399 | <equals |
| 400 | value="true"> |
| 401 | </equals> |
| 402 | </with> |
| 403 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 404 | variable="org.eclipse.vex.ui.isFirstColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 405 | <equals |
| 406 | value="false"> |
| 407 | </equals> |
| 408 | </with> |
| 409 | </and> |
| 410 | </enabledWhen> |
| 411 | </handler> |
| 412 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 413 | class="org.eclipse.vex.ui.internal.handlers.MoveColumnRightHandler" |
| 414 | commandId="org.eclipse.vex.ui.MoveColumnRightCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 415 | <enabledWhen> |
| 416 | <and> |
| 417 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 418 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 419 | <equals |
| 420 | value="true"> |
| 421 | </equals> |
| 422 | </with> |
| 423 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 424 | variable="org.eclipse.vex.ui.isLastColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 425 | <equals |
| 426 | value="false"> |
| 427 | </equals> |
| 428 | </with> |
| 429 | </and> |
| 430 | </enabledWhen> |
| 431 | </handler> |
| 432 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 433 | class="org.eclipse.vex.ui.internal.handlers.RemoveColumnHandler" |
| 434 | commandId="org.eclipse.vex.ui.RemoveColumnCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 435 | <enabledWhen> |
| 436 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 437 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 438 | <equals |
| 439 | value="true"> |
| 440 | </equals> |
| 441 | </with> |
| 442 | </enabledWhen> |
| 443 | </handler> |
| 444 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 445 | class="org.eclipse.vex.ui.internal.handlers.NextTableCellHandler" |
| 446 | commandId="org.eclipse.vex.ui.NextTableCellCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 447 | <enabledWhen> |
| 448 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 449 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 450 | <equals |
| 451 | value="true"> |
| 452 | </equals> |
| 453 | </with> |
| 454 | </enabledWhen> |
| 455 | </handler> |
| 456 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 457 | class="org.eclipse.vex.ui.internal.handlers.PreviousTableCellHandler" |
| 458 | commandId="org.eclipse.vex.ui.PreviousTableCellCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 459 | <enabledWhen> |
| 460 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 461 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 462 | <equals |
| 463 | value="true"> |
| 464 | </equals> |
| 465 | </with> |
| 466 | </enabledWhen> |
| 467 | </handler> |
| 468 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 469 | class="org.eclipse.vex.ui.internal.handlers.SplitBlockElementHandler" |
| 470 | commandId="org.eclipse.vex.ui.SplitBlockElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 471 | </handler> |
| 472 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 473 | class="org.eclipse.vex.ui.internal.handlers.SplitItemHandler" |
| 474 | commandId="org.eclipse.vex.ui.SplitItemCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 475 | </handler> |
| 476 | </extension> |
| 477 | <extension |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 478 | point="org.eclipse.ui.views"> |
| 479 | <category |
| 480 | name="%VexViewCategory.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 481 | id="org.eclipse.vex.ui.views.VexViewCategory"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 482 | </category> |
| 483 | <view |
| 484 | name="%DebugView.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 485 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 486 | category="org.eclipse.vex.ui.views.VexViewCategory" |
| 487 | class="org.eclipse.vex.ui.internal.views.DebugView" |
| 488 | id="org.eclipse.vex.ui.views.debug"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 489 | </view> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 490 | <view |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 491 | category="org.eclipse.vex.ui.views.VexViewCategory" |
| 492 | class="org.eclipse.vex.ui.internal.config.ConfigurationView" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 493 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 494 | id="org.eclipse.vex.ui.views.configuration" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 495 | name="%ConfigurationView.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 496 | </view> |
| 497 | </extension> |
| 498 | <extension |
| 499 | id="pluginNature" |
| 500 | name="%PluginProjectNature.name" |
| 501 | point="org.eclipse.core.resources.natures"> |
| 502 | <runtime> |
| 503 | <run |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 504 | class="org.eclipse.vex.ui.internal.config.PluginProjectNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 505 | </run> |
| 506 | </runtime> |
| 507 | </extension> |
| 508 | <extension |
| 509 | point="org.eclipse.ui.newWizards"> |
fthienel | 760539f | 2010-05-05 19:17:10 +0000 | [diff] [blame] | 510 | <category |
| 511 | name="%NewWizardCategory.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 512 | id="org.eclipse.vex.XMLAuthoringCategory"> |
fthienel | 760539f | 2010-05-05 19:17:10 +0000 | [diff] [blame] | 513 | </category> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 514 | <wizard |
| 515 | name="%NewPluginProjectWizard.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 516 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 517 | category="org.eclipse.vex.XMLAuthoringCategory" |
| 518 | class="org.eclipse.vex.ui.internal.config.NewPluginProjectWizard" |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 519 | project="true" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 520 | id="org.eclipse.vex.ui.config.NewPluginProjectWizard"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 521 | <description>%NewPluginProjectWizard.desc</description> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 522 | <keywordReference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 523 | id="org.eclipse.vex.ui.KeywordVex"> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 524 | </keywordReference> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 525 | </wizard> |
| 526 | </extension> |
| 527 | <extension |
| 528 | id="pluginBuilder" |
| 529 | name="%PluginProjectBuilder.name" |
| 530 | point="org.eclipse.core.resources.builders"> |
| 531 | <builder> |
| 532 | <run |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 533 | class="org.eclipse.vex.ui.internal.config.PluginProjectBuilder"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 534 | </run> |
| 535 | </builder> |
| 536 | </extension> |
| 537 | <extension |
| 538 | point="org.eclipse.ui.decorators"> |
| 539 | <decorator |
| 540 | lightweight="true" |
| 541 | label="%PluginProjectDecorator.name" |
| 542 | state="true" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 543 | class="org.eclipse.vex.ui.internal.config.PluginProjectDecorator" |
| 544 | id="org.eclipse.vex.ui.config.vexPluginProjectDecorator"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 545 | <enablement> |
| 546 | <objectClass |
| 547 | name="org.eclipse.core.resources.IProject"> |
| 548 | </objectClass> |
| 549 | </enablement> |
| 550 | </decorator> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 551 | <decorator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 552 | class="org.eclipse.vex.ui.internal.config.BuildProblemDecorator" |
| 553 | id="org.eclipse.vex.ui.config.buildProblemDecorator" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 554 | label="%BuildProblemDecorator.name" |
| 555 | lightweight="true" |
| 556 | state="true"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 557 | <enablement> |
| 558 | <objectClass |
| 559 | name="org.eclipse.core.resources.IResource"> |
| 560 | </objectClass> |
| 561 | </enablement> |
| 562 | </decorator> |
| 563 | </extension> |
| 564 | <extension |
| 565 | point="org.eclipse.ui.propertyPages"> |
| 566 | <page |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 567 | name="%DoctypePropertyPage.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 568 | class="org.eclipse.vex.ui.internal.config.DoctypePropertyPage" |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 569 | nameFilter="*.dtd" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 570 | id="org.eclipse.vex.ui.config.DoctypePropertyPage"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 571 | <filter |
| 572 | name="projectNature" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 573 | value="org.eclipse.vex.ui.pluginNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 574 | </filter> |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 575 | <enabledWhen> |
| 576 | <instanceof |
| 577 | value="org.eclipse.core.resources.IFile"> |
| 578 | </instanceof> |
| 579 | </enabledWhen> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 580 | </page> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 581 | <page |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 582 | class="org.eclipse.vex.ui.internal.config.StylePropertyPage" |
| 583 | id="org.eclipse.vex.ui.config.StylePropertyPage" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 584 | name="%StylePropertyPage.name" |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 585 | nameFilter="*.css"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 586 | <filter |
| 587 | name="projectNature" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 588 | value="org.eclipse.vex.ui.pluginNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 589 | </filter> |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 590 | <enabledWhen> |
| 591 | <instanceof |
| 592 | value="org.eclipse.core.resources.IFile"> |
| 593 | </instanceof> |
| 594 | </enabledWhen> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 595 | </page> |
| 596 | </extension> |
| 597 | <extension |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 598 | point="org.eclipse.core.expressions.definitions"> |
| 599 | <definition |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 600 | id="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 601 | <or> |
| 602 | <with |
| 603 | variable="activeEditorId"> |
| 604 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 605 | value="org.eclipse.vex.ui.VexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 606 | </equals> |
| 607 | </with> |
| 608 | <with |
| 609 | variable="activeEditorId"> |
| 610 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 611 | value="org.eclipse.vex.ui.VexEditorMultiPage"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 612 | </equals> |
| 613 | </with> |
| 614 | </or> |
| 615 | </definition> |
| 616 | <definition |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 617 | id="org.eclipse.vex.ui.focusedVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 618 | <or> |
| 619 | <with |
| 620 | variable="activePartId"> |
| 621 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 622 | value="org.eclipse.vex.ui.VexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 623 | </equals> |
| 624 | </with> |
| 625 | <with |
| 626 | variable="activePartId"> |
| 627 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 628 | value="org.eclipse.vex.ui.VexEditorMultiPage"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 629 | </equals> |
| 630 | </with> |
| 631 | </or> |
| 632 | </definition> |
| 633 | </extension> |
| 634 | <extension |
| 635 | point="org.eclipse.ui.services"> |
| 636 | <sourceProvider |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 637 | provider="org.eclipse.vex.ui.internal.editor.DocumentContextSourceProvider"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 638 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 639 | name="org.eclipse.vex.ui.isColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 640 | priorityLevel="workbench"> |
| 641 | </variable> |
| 642 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 643 | name="org.eclipse.vex.ui.isFirstColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 644 | priorityLevel="workbench"> |
| 645 | </variable> |
| 646 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 647 | name="org.eclipse.vex.ui.isLastColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 648 | priorityLevel="workbench"> |
| 649 | </variable> |
| 650 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 651 | name="org.eclipse.vex.ui.isRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 652 | priorityLevel="workbench"> |
| 653 | </variable> |
| 654 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 655 | name="org.eclipse.vex.ui.isFirstRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 656 | priorityLevel="workbench"> |
| 657 | </variable> |
| 658 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 659 | name="org.eclipse.vex.ui.isLastRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 660 | priorityLevel="workbench"> |
| 661 | </variable> |
| 662 | </sourceProvider> |
| 663 | </extension> |
| 664 | <extension |
| 665 | point="org.eclipse.ui.menus"> |
| 666 | <menuContribution |
| 667 | locationURI="menu:org.eclipse.ui.main.menu?after=edit"> |
| 668 | <menu |
| 669 | label="%menu.Document.name"> |
| 670 | <visibleWhen> |
| 671 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 672 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 673 | </reference> |
| 674 | </visibleWhen> |
| 675 | <menu |
| 676 | label="%menu.Add.name"> |
| 677 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 678 | commandId="org.eclipse.vex.ui.AddElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 679 | label="%menu.Add.Element.name"> |
| 680 | </command> |
| 681 | <command |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 682 | commandId="org.eclipse.vex.ui.AddCommentCommand" |
| 683 | label="%menu.Add.Comment.name" |
| 684 | style="push"> |
| 685 | </command> |
| 686 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 687 | commandId="org.eclipse.vex.ui.AddRowAboveCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 688 | label="%menu.Add.RowAbove.name"> |
| 689 | </command> |
| 690 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 691 | commandId="org.eclipse.vex.ui.AddRowBelowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 692 | label="%menu.Add.RowBelow.name"> |
| 693 | </command> |
| 694 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 695 | commandId="org.eclipse.vex.ui.AddColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 696 | label="%menu.Add.ColumnLeft.name"> |
| 697 | </command> |
| 698 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 699 | commandId="org.eclipse.vex.ui.AddColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 700 | label="%menu.Add.ColumnRight.name"> |
| 701 | </command> |
| 702 | </menu> |
| 703 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 704 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 705 | </command> |
| 706 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 707 | commandId="org.eclipse.vex.ui.ConvertElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 708 | </command> |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 709 | <command |
| 710 | commandId="org.eclipse.vex.ui.EditNamespacesCommand"> |
| 711 | </command> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 712 | <menu |
| 713 | label="%menu.Move.name"> |
| 714 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 715 | commandId="org.eclipse.vex.ui.MoveRowUpCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 716 | label="%menu.Move.RowUp"> |
| 717 | </command> |
| 718 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 719 | commandId="org.eclipse.vex.ui.MoveRowDownCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 720 | label="%menu.Move.RowDown"> |
| 721 | </command> |
| 722 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 723 | commandId="org.eclipse.vex.ui.MoveColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 724 | label="%menu.Move.ColumnLeft"> |
| 725 | </command> |
| 726 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 727 | commandId="org.eclipse.vex.ui.MoveColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 728 | label="%menu.Move.ColumnRight"> |
| 729 | </command> |
| 730 | </menu> |
| 731 | <menu |
| 732 | label="%menu.Remove.name"> |
| 733 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 734 | commandId="org.eclipse.vex.ui.RemoveTagCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 735 | </command> |
| 736 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 737 | commandId="org.eclipse.vex.ui.RemoveRowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 738 | label="%menu.Remove.Row.name"> |
| 739 | </command> |
| 740 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 741 | commandId="org.eclipse.vex.ui.RemoveColumnCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 742 | label="%menu.Remove.Column.name"> |
| 743 | </command> |
| 744 | </menu> |
| 745 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 746 | name="org.eclipse.vex.ui.popup.style" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 747 | visible="true"> |
| 748 | </separator> |
| 749 | <menu |
| 750 | label="%menu.Style.name"> |
| 751 | <dynamic |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 752 | class="org.eclipse.vex.ui.internal.handlers.StyleMenu" |
| 753 | id="org.eclipse.vex.ui.StyleMenu"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 754 | </dynamic> |
| 755 | </menu> |
| 756 | </menu> |
| 757 | </menuContribution> |
| 758 | <menuContribution |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 759 | locationURI="popup:org.eclipse.vex.ui.popup"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 760 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 761 | name="org.eclipse.vex.ui.popup.undoRevertSave" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 762 | visible="true"> |
| 763 | </separator> |
| 764 | <command |
| 765 | commandId="org.eclipse.ui.edit.undo"> |
| 766 | </command> |
| 767 | <command |
| 768 | commandId="org.eclipse.ui.file.revert"> |
| 769 | </command> |
| 770 | <command |
| 771 | commandId="org.eclipse.ui.file.save"> |
| 772 | </command> |
| 773 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 774 | name="org.eclipse.vex.ui.popup.vexCommands" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 775 | visible="true"> |
| 776 | </separator> |
| 777 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 778 | commandId="org.eclipse.vex.ui.AddElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 779 | </command> |
| 780 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 781 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 782 | </command> |
| 783 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 784 | commandId="org.eclipse.vex.ui.ConvertElementCommand" |
| 785 | label="org.eclipse.vex.ui.popupmenu.ConvertElement"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 786 | </command> |
| 787 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 788 | commandId="org.eclipse.vex.ui.RemoveTagCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 789 | </command> |
| 790 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 791 | name="org.eclipse.vex.ui.popup.vexTableItems" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 792 | visible="true"> |
| 793 | </separator> |
| 794 | <menu |
| 795 | label="%menu.Row.name"> |
| 796 | <visibleWhen> |
| 797 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 798 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 799 | <equals |
| 800 | value="true"> |
| 801 | </equals> |
| 802 | </with> |
| 803 | </visibleWhen> |
| 804 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 805 | commandId="org.eclipse.vex.ui.AddRowAboveCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 806 | label="%menu.Row.AddAbove.name"> |
| 807 | </command> |
| 808 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 809 | commandId="org.eclipse.vex.ui.AddRowBelowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 810 | label="%menu.Row.AddBelow.name"> |
| 811 | </command> |
| 812 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 813 | commandId="org.eclipse.vex.ui.MoveRowUpCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 814 | label="%menu.Row.MoveUp.name"> |
| 815 | </command> |
| 816 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 817 | commandId="org.eclipse.vex.ui.MoveRowDownCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 818 | label="%menu.Row.MoveDown.name"> |
| 819 | </command> |
| 820 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 821 | commandId="org.eclipse.vex.ui.RemoveRowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 822 | label="%menu.Row.Remove.name"> |
| 823 | </command> |
| 824 | </menu> |
| 825 | <menu |
| 826 | label="%menu.Column.name"> |
| 827 | <visibleWhen> |
| 828 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 829 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 830 | <equals |
| 831 | value="true"> |
| 832 | </equals> |
| 833 | </with> |
| 834 | </visibleWhen> |
| 835 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 836 | commandId="org.eclipse.vex.ui.AddColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 837 | label="%menu.Column.AddLeft.name"> |
| 838 | </command> |
| 839 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 840 | commandId="org.eclipse.vex.ui.AddColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 841 | label="%menu.Column.AddRight.name"> |
| 842 | </command> |
| 843 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 844 | commandId="org.eclipse.vex.ui.MoveColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 845 | label="%menu.Column.MoveLeft.name"> |
| 846 | </command> |
| 847 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 848 | commandId="org.eclipse.vex.ui.MoveColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 849 | label="%menu.Column.MoveRight.name"> |
| 850 | </command> |
| 851 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 852 | commandId="org.eclipse.vex.ui.RemoveColumnCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 853 | label="%menu.Column.Remove.name"> |
| 854 | </command> |
| 855 | </menu> |
| 856 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 857 | name="org.eclipse.vex.ui.popup.cutCopyPaste" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 858 | visible="true"> |
| 859 | </separator> |
| 860 | <command |
| 861 | commandId="org.eclipse.ui.edit.cut"> |
| 862 | </command> |
| 863 | <command |
| 864 | commandId="org.eclipse.ui.edit.copy"> |
| 865 | </command> |
| 866 | <command |
| 867 | commandId="org.eclipse.ui.edit.paste"> |
| 868 | </command> |
| 869 | <command |
| 870 | commandId="org.eclipse.ui.edit.delete"> |
| 871 | </command> |
| 872 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 873 | name="org.eclipse.vex.ui.popup.style" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 874 | visible="true"> |
| 875 | </separator> |
| 876 | <menu |
| 877 | label="%menu.Style.name"> |
| 878 | <dynamic |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 879 | class="org.eclipse.vex.ui.internal.handlers.StyleMenu" |
| 880 | id="org.eclipse.vex.ui.StyleMenu"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 881 | </dynamic> |
| 882 | </menu> |
| 883 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 884 | name="org.eclipse.vex.ui.popup.any" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 885 | visible="true"> |
| 886 | </separator> |
| 887 | </menuContribution> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 888 | </extension> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 889 | <extension |
| 890 | point="org.eclipse.ui.keywords"> |
| 891 | <keyword |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 892 | id="org.eclipse.vex.ui.KeywordVex" |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 893 | label="%Keyword.Vex"> |
| 894 | </keyword> |
| 895 | </extension> |
Florian Thienel | 214465e | 2012-01-06 00:23:56 +0100 | [diff] [blame] | 896 | <extension |
| 897 | point="org.eclipse.ui.preferencePages"> |
| 898 | <page |
| 899 | class="org.eclipse.vex.ui.internal.preferences.RootPreferencePage" |
| 900 | id="org.eclipse.vex.ui.preferences.RootPreferencePage" |
| 901 | name="%preferencePage.RootPreferencePage.name"> |
| 902 | </page> |
| 903 | </extension> |
| 904 | <extension |
| 905 | point="org.eclipse.core.runtime.preferences"> |
| 906 | <initializer |
| 907 | class="org.eclipse.vex.ui.internal.preferences.PreferenceInitializer"> |
| 908 | </initializer> |
| 909 | </extension> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 910 | |
| 911 | </plugin> |