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 | |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [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> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 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 | |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [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> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 175 | |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 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> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 191 | |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 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> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 476 | |
| 477 | <!-- Go to: Previous/Next Column; Line Up/Down; Previous/Next Word; |
| 478 | Line Start/End; Page Up/Down; Text Start/End --> |
| 479 | <handler |
| 480 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:PreviousColumn" |
| 481 | commandId="org.eclipse.ui.edit.text.goto.columnPrevious"> |
| 482 | <activeWhen> |
| 483 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 484 | </activeWhen> |
| 485 | </handler> |
| 486 | <handler |
| 487 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:NextColumn" |
| 488 | commandId="org.eclipse.ui.edit.text.goto.columnNext"> |
| 489 | <activeWhen> |
| 490 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 491 | </activeWhen> |
| 492 | </handler> |
| 493 | <handler |
| 494 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:LineUp" |
| 495 | commandId="org.eclipse.ui.edit.text.goto.lineUp"> |
| 496 | <activeWhen> |
| 497 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 498 | </activeWhen> |
| 499 | </handler> |
| 500 | <handler |
| 501 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:LineDown" |
| 502 | commandId="org.eclipse.ui.edit.text.goto.lineDown"> |
| 503 | <activeWhen> |
| 504 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 505 | </activeWhen> |
| 506 | </handler> |
| 507 | <handler |
| 508 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:PreviousWord" |
| 509 | commandId="org.eclipse.ui.edit.text.goto.wordPrevious"> |
| 510 | <activeWhen> |
| 511 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 512 | </activeWhen> |
| 513 | </handler> |
| 514 | <handler |
| 515 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:NextWord" |
| 516 | commandId="org.eclipse.ui.edit.text.goto.wordNext"> |
| 517 | <activeWhen> |
| 518 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 519 | </activeWhen> |
| 520 | </handler> |
| 521 | <handler |
| 522 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:LineStart" |
| 523 | commandId="org.eclipse.ui.edit.text.goto.lineStart"> |
| 524 | <activeWhen> |
| 525 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 526 | </activeWhen> |
| 527 | </handler> |
| 528 | <handler |
| 529 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:LineEnd" |
| 530 | commandId="org.eclipse.ui.edit.text.goto.lineEnd"> |
| 531 | <activeWhen> |
| 532 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 533 | </activeWhen> |
| 534 | </handler> |
| 535 | <handler |
| 536 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:PageUp" |
| 537 | commandId="org.eclipse.ui.edit.text.goto.pageUp"> |
| 538 | <activeWhen> |
| 539 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 540 | </activeWhen> |
| 541 | </handler> |
| 542 | <handler |
| 543 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:PageDown" |
| 544 | commandId="org.eclipse.ui.edit.text.goto.pageDown"> |
| 545 | <activeWhen> |
| 546 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 547 | </activeWhen> |
| 548 | </handler> |
| 549 | <handler |
| 550 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:TextStart" |
| 551 | commandId="org.eclipse.ui.edit.text.goto.textStart"> |
| 552 | <activeWhen> |
| 553 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 554 | </activeWhen> |
| 555 | </handler> |
| 556 | <handler |
| 557 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:TextEnd" |
| 558 | commandId="org.eclipse.ui.edit.text.goto.textEnd"> |
| 559 | <activeWhen> |
| 560 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 561 | </activeWhen> |
| 562 | </handler> |
| 563 | |
| 564 | <!-- Select: Previous/Next Column; Line Up/Down; Previous/Next Word; |
| 565 | Line Start/End; Page Up/Down; Text Start/End --> |
| 566 | <handler |
| 567 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectPreviousColumn" |
| 568 | commandId="org.eclipse.ui.edit.text.select.columnPrevious"> |
| 569 | <activeWhen> |
| 570 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 571 | </activeWhen> |
| 572 | </handler> |
| 573 | <handler |
| 574 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectNextColumn" |
| 575 | commandId="org.eclipse.ui.edit.text.select.columnNext"> |
| 576 | <activeWhen> |
| 577 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 578 | </activeWhen> |
| 579 | </handler> |
| 580 | <handler |
| 581 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectLineUp" |
| 582 | commandId="org.eclipse.ui.edit.text.select.lineUp"> |
| 583 | <activeWhen> |
| 584 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 585 | </activeWhen> |
| 586 | </handler> |
| 587 | <handler |
| 588 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectLineDown" |
| 589 | commandId="org.eclipse.ui.edit.text.select.lineDown"> |
| 590 | <activeWhen> |
| 591 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 592 | </activeWhen> |
| 593 | </handler> |
| 594 | <handler |
| 595 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectPreviousWord" |
| 596 | commandId="org.eclipse.ui.edit.text.select.wordPrevious"> |
| 597 | <activeWhen> |
| 598 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 599 | </activeWhen> |
| 600 | </handler> |
| 601 | <handler |
| 602 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectNextWord" |
| 603 | commandId="org.eclipse.ui.edit.text.select.wordNext"> |
| 604 | <activeWhen> |
| 605 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 606 | </activeWhen> |
| 607 | </handler> |
| 608 | <handler |
| 609 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectLineStart" |
| 610 | commandId="org.eclipse.ui.edit.text.select.lineStart"> |
| 611 | <activeWhen> |
| 612 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 613 | </activeWhen> |
| 614 | </handler> |
| 615 | <handler |
| 616 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectLineEnd" |
| 617 | commandId="org.eclipse.ui.edit.text.select.lineEnd"> |
| 618 | <activeWhen> |
| 619 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 620 | </activeWhen> |
| 621 | </handler> |
| 622 | <handler |
| 623 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectPageUp" |
| 624 | commandId="org.eclipse.ui.edit.text.select.pageUp"> |
| 625 | <activeWhen> |
| 626 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 627 | </activeWhen> |
| 628 | </handler> |
| 629 | <handler |
| 630 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectPageDown" |
| 631 | commandId="org.eclipse.ui.edit.text.select.pageDown"> |
| 632 | <activeWhen> |
| 633 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 634 | </activeWhen> |
| 635 | </handler> |
| 636 | <handler |
| 637 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectTextStart" |
| 638 | commandId="org.eclipse.ui.edit.text.select.textStart"> |
| 639 | <activeWhen> |
| 640 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 641 | </activeWhen> |
| 642 | </handler> |
| 643 | <handler |
| 644 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectTextEnd" |
| 645 | commandId="org.eclipse.ui.edit.text.select.textEnd"> |
| 646 | <activeWhen> |
| 647 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 648 | </activeWhen> |
| 649 | </handler> |
| 650 | |
| 651 | <!-- Delete: Previous/Next; Previous/Next Word; |
| 652 | Line; To Beginning/End of Line --> |
| 653 | <handler |
| 654 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeletePrevious" |
| 655 | commandId="org.eclipse.ui.edit.text.deletePrevious"> |
| 656 | <activeWhen> |
| 657 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 658 | </activeWhen> |
| 659 | </handler> |
| 660 | <handler |
| 661 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteNext" |
| 662 | commandId="org.eclipse.ui.edit.text.deleteNext"> |
| 663 | <activeWhen> |
| 664 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 665 | </activeWhen> |
| 666 | </handler> |
| 667 | <handler |
| 668 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeletePreviousWord" |
| 669 | commandId="org.eclipse.ui.edit.text.deletePreviousWord"> |
| 670 | <activeWhen> |
| 671 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 672 | </activeWhen> |
| 673 | </handler> |
| 674 | <handler |
| 675 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteNextWord" |
| 676 | commandId="org.eclipse.ui.edit.text.deleteNextWord"> |
| 677 | <activeWhen> |
| 678 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 679 | </activeWhen> |
| 680 | </handler> |
| 681 | <handler |
| 682 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteLine" |
| 683 | commandId="org.eclipse.ui.edit.text.delete.line"> |
| 684 | <activeWhen> |
| 685 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 686 | </activeWhen> |
| 687 | </handler> |
| 688 | <handler |
| 689 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteToBeginningOfLine" |
| 690 | commandId="org.eclipse.ui.edit.text.delete.line.to.beginning"> |
| 691 | <activeWhen> |
| 692 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 693 | </activeWhen> |
| 694 | </handler> |
| 695 | <handler |
| 696 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteToEndOfLine" |
| 697 | commandId="org.eclipse.ui.edit.text.delete.line.to.end"> |
| 698 | <activeWhen> |
| 699 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 700 | </activeWhen> |
| 701 | </handler> |
| 702 | |
| 703 | <!-- Cut: Line; To Beginning/End of Line --> |
| 704 | <handler |
| 705 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:CutLine" |
| 706 | commandId="org.eclipse.ui.edit.text.cut.line"> |
| 707 | <activeWhen> |
| 708 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 709 | </activeWhen> |
| 710 | </handler> |
| 711 | <handler |
| 712 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:CutLineToBeginning" |
| 713 | commandId="org.eclipse.ui.edit.text.cut.line.to.beginning"> |
| 714 | <activeWhen> |
| 715 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 716 | </activeWhen> |
| 717 | </handler> |
| 718 | <handler |
| 719 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:CutLineToEnd" |
| 720 | commandId="org.eclipse.ui.edit.text.cut.line.to.end"> |
| 721 | <activeWhen> |
| 722 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 723 | </activeWhen> |
| 724 | </handler> |
| 725 | |
| 726 | <!-- TODO: |
| 727 | - org.eclipse.ui.edit.text.join.lines |
| 728 | |
| 729 | - org.eclipse.ui.edit.text.set.mark |
| 730 | - org.eclipse.ui.edit.text.clear.mark |
| 731 | - org.eclipse.ui.edit.text.swap.mark |
| 732 | |
| 733 | - org.eclipse.ui.edit.findNext |
| 734 | - org.eclipse.ui.edit.findPrevious |
| 735 | |
| 736 | etc. --> |
| 737 | |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 738 | </extension> |
| 739 | <extension |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 740 | point="org.eclipse.ui.views"> |
| 741 | <category |
| 742 | name="%VexViewCategory.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 743 | id="org.eclipse.vex.ui.views.VexViewCategory"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 744 | </category> |
| 745 | <view |
| 746 | name="%DebugView.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 747 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 748 | category="org.eclipse.vex.ui.views.VexViewCategory" |
| 749 | class="org.eclipse.vex.ui.internal.views.DebugView" |
| 750 | id="org.eclipse.vex.ui.views.debug"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 751 | </view> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 752 | <view |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 753 | category="org.eclipse.vex.ui.views.VexViewCategory" |
| 754 | class="org.eclipse.vex.ui.internal.config.ConfigurationView" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 755 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 756 | id="org.eclipse.vex.ui.views.configuration" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 757 | name="%ConfigurationView.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 758 | </view> |
| 759 | </extension> |
| 760 | <extension |
| 761 | id="pluginNature" |
| 762 | name="%PluginProjectNature.name" |
| 763 | point="org.eclipse.core.resources.natures"> |
| 764 | <runtime> |
| 765 | <run |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 766 | class="org.eclipse.vex.ui.internal.config.PluginProjectNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 767 | </run> |
| 768 | </runtime> |
| 769 | </extension> |
| 770 | <extension |
| 771 | point="org.eclipse.ui.newWizards"> |
fthienel | 760539f | 2010-05-05 19:17:10 +0000 | [diff] [blame] | 772 | <category |
| 773 | name="%NewWizardCategory.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 774 | id="org.eclipse.vex.XMLAuthoringCategory"> |
fthienel | 760539f | 2010-05-05 19:17:10 +0000 | [diff] [blame] | 775 | </category> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 776 | <wizard |
| 777 | name="%NewPluginProjectWizard.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 778 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 779 | category="org.eclipse.vex.XMLAuthoringCategory" |
| 780 | class="org.eclipse.vex.ui.internal.config.NewPluginProjectWizard" |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 781 | project="true" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 782 | id="org.eclipse.vex.ui.config.NewPluginProjectWizard"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 783 | <description>%NewPluginProjectWizard.desc</description> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 784 | <keywordReference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 785 | id="org.eclipse.vex.ui.KeywordVex"> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 786 | </keywordReference> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 787 | </wizard> |
| 788 | </extension> |
| 789 | <extension |
| 790 | id="pluginBuilder" |
| 791 | name="%PluginProjectBuilder.name" |
| 792 | point="org.eclipse.core.resources.builders"> |
| 793 | <builder> |
| 794 | <run |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 795 | class="org.eclipse.vex.ui.internal.config.PluginProjectBuilder"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 796 | </run> |
| 797 | </builder> |
| 798 | </extension> |
| 799 | <extension |
| 800 | point="org.eclipse.ui.decorators"> |
| 801 | <decorator |
| 802 | lightweight="true" |
| 803 | label="%PluginProjectDecorator.name" |
| 804 | state="true" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 805 | class="org.eclipse.vex.ui.internal.config.PluginProjectDecorator" |
| 806 | id="org.eclipse.vex.ui.config.vexPluginProjectDecorator"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 807 | <enablement> |
| 808 | <objectClass |
| 809 | name="org.eclipse.core.resources.IProject"> |
| 810 | </objectClass> |
| 811 | </enablement> |
| 812 | </decorator> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 813 | <decorator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 814 | class="org.eclipse.vex.ui.internal.config.BuildProblemDecorator" |
| 815 | id="org.eclipse.vex.ui.config.buildProblemDecorator" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 816 | label="%BuildProblemDecorator.name" |
| 817 | lightweight="true" |
| 818 | state="true"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 819 | <enablement> |
| 820 | <objectClass |
| 821 | name="org.eclipse.core.resources.IResource"> |
| 822 | </objectClass> |
| 823 | </enablement> |
| 824 | </decorator> |
| 825 | </extension> |
| 826 | <extension |
| 827 | point="org.eclipse.ui.propertyPages"> |
| 828 | <page |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 829 | name="%DoctypePropertyPage.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 830 | class="org.eclipse.vex.ui.internal.config.DoctypePropertyPage" |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 831 | nameFilter="*.dtd" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 832 | id="org.eclipse.vex.ui.config.DoctypePropertyPage"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 833 | <filter |
| 834 | name="projectNature" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 835 | value="org.eclipse.vex.ui.pluginNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 836 | </filter> |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 837 | <enabledWhen> |
| 838 | <instanceof |
| 839 | value="org.eclipse.core.resources.IFile"> |
| 840 | </instanceof> |
| 841 | </enabledWhen> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 842 | </page> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 843 | <page |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 844 | class="org.eclipse.vex.ui.internal.config.StylePropertyPage" |
| 845 | id="org.eclipse.vex.ui.config.StylePropertyPage" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 846 | name="%StylePropertyPage.name" |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 847 | nameFilter="*.css"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 848 | <filter |
| 849 | name="projectNature" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 850 | value="org.eclipse.vex.ui.pluginNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 851 | </filter> |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 852 | <enabledWhen> |
| 853 | <instanceof |
| 854 | value="org.eclipse.core.resources.IFile"> |
| 855 | </instanceof> |
| 856 | </enabledWhen> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 857 | </page> |
| 858 | </extension> |
| 859 | <extension |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 860 | point="org.eclipse.core.expressions.definitions"> |
| 861 | <definition |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 862 | id="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 863 | <or> |
| 864 | <with |
| 865 | variable="activeEditorId"> |
| 866 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 867 | value="org.eclipse.vex.ui.VexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 868 | </equals> |
| 869 | </with> |
| 870 | <with |
| 871 | variable="activeEditorId"> |
| 872 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 873 | value="org.eclipse.vex.ui.VexEditorMultiPage"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 874 | </equals> |
| 875 | </with> |
| 876 | </or> |
| 877 | </definition> |
| 878 | <definition |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 879 | id="org.eclipse.vex.ui.focusedVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 880 | <or> |
| 881 | <with |
| 882 | variable="activePartId"> |
| 883 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 884 | value="org.eclipse.vex.ui.VexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 885 | </equals> |
| 886 | </with> |
| 887 | <with |
| 888 | variable="activePartId"> |
| 889 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 890 | value="org.eclipse.vex.ui.VexEditorMultiPage"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 891 | </equals> |
| 892 | </with> |
| 893 | </or> |
| 894 | </definition> |
| 895 | </extension> |
| 896 | <extension |
| 897 | point="org.eclipse.ui.services"> |
| 898 | <sourceProvider |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 899 | provider="org.eclipse.vex.ui.internal.editor.DocumentContextSourceProvider"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 900 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 901 | name="org.eclipse.vex.ui.isColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 902 | priorityLevel="workbench"> |
| 903 | </variable> |
| 904 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 905 | name="org.eclipse.vex.ui.isFirstColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 906 | priorityLevel="workbench"> |
| 907 | </variable> |
| 908 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 909 | name="org.eclipse.vex.ui.isLastColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 910 | priorityLevel="workbench"> |
| 911 | </variable> |
| 912 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 913 | name="org.eclipse.vex.ui.isRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 914 | priorityLevel="workbench"> |
| 915 | </variable> |
| 916 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 917 | name="org.eclipse.vex.ui.isFirstRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 918 | priorityLevel="workbench"> |
| 919 | </variable> |
| 920 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 921 | name="org.eclipse.vex.ui.isLastRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 922 | priorityLevel="workbench"> |
| 923 | </variable> |
| 924 | </sourceProvider> |
| 925 | </extension> |
| 926 | <extension |
| 927 | point="org.eclipse.ui.menus"> |
| 928 | <menuContribution |
| 929 | locationURI="menu:org.eclipse.ui.main.menu?after=edit"> |
| 930 | <menu |
| 931 | label="%menu.Document.name"> |
| 932 | <visibleWhen> |
| 933 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 934 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 935 | </reference> |
| 936 | </visibleWhen> |
| 937 | <menu |
| 938 | label="%menu.Add.name"> |
| 939 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 940 | commandId="org.eclipse.vex.ui.AddElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 941 | label="%menu.Add.Element.name"> |
| 942 | </command> |
| 943 | <command |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 944 | commandId="org.eclipse.vex.ui.AddCommentCommand" |
| 945 | label="%menu.Add.Comment.name" |
| 946 | style="push"> |
| 947 | </command> |
| 948 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 949 | commandId="org.eclipse.vex.ui.AddRowAboveCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 950 | label="%menu.Add.RowAbove.name"> |
| 951 | </command> |
| 952 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 953 | commandId="org.eclipse.vex.ui.AddRowBelowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 954 | label="%menu.Add.RowBelow.name"> |
| 955 | </command> |
| 956 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 957 | commandId="org.eclipse.vex.ui.AddColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 958 | label="%menu.Add.ColumnLeft.name"> |
| 959 | </command> |
| 960 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 961 | commandId="org.eclipse.vex.ui.AddColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 962 | label="%menu.Add.ColumnRight.name"> |
| 963 | </command> |
| 964 | </menu> |
| 965 | <command |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 966 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand" |
| 967 | label="%menu.DuplicateSelection.name"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 968 | </command> |
| 969 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 970 | commandId="org.eclipse.vex.ui.ConvertElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 971 | </command> |
| 972 | <menu |
| 973 | label="%menu.Move.name"> |
| 974 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 975 | commandId="org.eclipse.vex.ui.MoveRowUpCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 976 | label="%menu.Move.RowUp"> |
| 977 | </command> |
| 978 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 979 | commandId="org.eclipse.vex.ui.MoveRowDownCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 980 | label="%menu.Move.RowDown"> |
| 981 | </command> |
| 982 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 983 | commandId="org.eclipse.vex.ui.MoveColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 984 | label="%menu.Move.ColumnLeft"> |
| 985 | </command> |
| 986 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 987 | commandId="org.eclipse.vex.ui.MoveColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 988 | label="%menu.Move.ColumnRight"> |
| 989 | </command> |
| 990 | </menu> |
| 991 | <menu |
| 992 | label="%menu.Remove.name"> |
| 993 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 994 | commandId="org.eclipse.vex.ui.RemoveTagCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 995 | </command> |
| 996 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 997 | commandId="org.eclipse.vex.ui.RemoveRowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 998 | label="%menu.Remove.Row.name"> |
| 999 | </command> |
| 1000 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1001 | commandId="org.eclipse.vex.ui.RemoveColumnCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1002 | label="%menu.Remove.Column.name"> |
| 1003 | </command> |
| 1004 | </menu> |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1005 | <command |
| 1006 | commandId="org.eclipse.vex.ui.EditNamespacesCommand" |
| 1007 | label="%menu.EditNamespaces.name"> |
| 1008 | </command> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1009 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1010 | name="org.eclipse.vex.ui.popup.style" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1011 | visible="true"> |
| 1012 | </separator> |
| 1013 | <menu |
| 1014 | label="%menu.Style.name"> |
| 1015 | <dynamic |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1016 | class="org.eclipse.vex.ui.internal.handlers.StyleMenu" |
| 1017 | id="org.eclipse.vex.ui.StyleMenu"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1018 | </dynamic> |
| 1019 | </menu> |
| 1020 | </menu> |
| 1021 | </menuContribution> |
| 1022 | <menuContribution |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1023 | locationURI="popup:org.eclipse.vex.ui.popup"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1024 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1025 | name="org.eclipse.vex.ui.popup.undoRevertSave" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1026 | visible="true"> |
| 1027 | </separator> |
| 1028 | <command |
| 1029 | commandId="org.eclipse.ui.edit.undo"> |
| 1030 | </command> |
| 1031 | <command |
| 1032 | commandId="org.eclipse.ui.file.revert"> |
| 1033 | </command> |
| 1034 | <command |
| 1035 | commandId="org.eclipse.ui.file.save"> |
| 1036 | </command> |
| 1037 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1038 | name="org.eclipse.vex.ui.popup.vexCommands" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1039 | visible="true"> |
| 1040 | </separator> |
| 1041 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1042 | commandId="org.eclipse.vex.ui.AddElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1043 | </command> |
| 1044 | <command |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1045 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand" |
| 1046 | label="%menu.DuplicateSelection.name"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1047 | </command> |
| 1048 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1049 | commandId="org.eclipse.vex.ui.ConvertElementCommand" |
| 1050 | label="org.eclipse.vex.ui.popupmenu.ConvertElement"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1051 | </command> |
| 1052 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1053 | commandId="org.eclipse.vex.ui.RemoveTagCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1054 | </command> |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1055 | <command |
| 1056 | commandId="org.eclipse.vex.ui.EditNamespacesCommand" |
| 1057 | label="%menu.EditNamespaces.name"> |
| 1058 | </command> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1059 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1060 | name="org.eclipse.vex.ui.popup.vexTableItems" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1061 | visible="true"> |
| 1062 | </separator> |
| 1063 | <menu |
| 1064 | label="%menu.Row.name"> |
| 1065 | <visibleWhen> |
| 1066 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1067 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1068 | <equals |
| 1069 | value="true"> |
| 1070 | </equals> |
| 1071 | </with> |
| 1072 | </visibleWhen> |
| 1073 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1074 | commandId="org.eclipse.vex.ui.AddRowAboveCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1075 | label="%menu.Row.AddAbove.name"> |
| 1076 | </command> |
| 1077 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1078 | commandId="org.eclipse.vex.ui.AddRowBelowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1079 | label="%menu.Row.AddBelow.name"> |
| 1080 | </command> |
| 1081 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1082 | commandId="org.eclipse.vex.ui.MoveRowUpCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1083 | label="%menu.Row.MoveUp.name"> |
| 1084 | </command> |
| 1085 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1086 | commandId="org.eclipse.vex.ui.MoveRowDownCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1087 | label="%menu.Row.MoveDown.name"> |
| 1088 | </command> |
| 1089 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1090 | commandId="org.eclipse.vex.ui.RemoveRowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1091 | label="%menu.Row.Remove.name"> |
| 1092 | </command> |
| 1093 | </menu> |
| 1094 | <menu |
| 1095 | label="%menu.Column.name"> |
| 1096 | <visibleWhen> |
| 1097 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1098 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1099 | <equals |
| 1100 | value="true"> |
| 1101 | </equals> |
| 1102 | </with> |
| 1103 | </visibleWhen> |
| 1104 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1105 | commandId="org.eclipse.vex.ui.AddColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1106 | label="%menu.Column.AddLeft.name"> |
| 1107 | </command> |
| 1108 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1109 | commandId="org.eclipse.vex.ui.AddColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1110 | label="%menu.Column.AddRight.name"> |
| 1111 | </command> |
| 1112 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1113 | commandId="org.eclipse.vex.ui.MoveColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1114 | label="%menu.Column.MoveLeft.name"> |
| 1115 | </command> |
| 1116 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1117 | commandId="org.eclipse.vex.ui.MoveColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1118 | label="%menu.Column.MoveRight.name"> |
| 1119 | </command> |
| 1120 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1121 | commandId="org.eclipse.vex.ui.RemoveColumnCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1122 | label="%menu.Column.Remove.name"> |
| 1123 | </command> |
| 1124 | </menu> |
| 1125 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1126 | name="org.eclipse.vex.ui.popup.cutCopyPaste" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1127 | visible="true"> |
| 1128 | </separator> |
| 1129 | <command |
| 1130 | commandId="org.eclipse.ui.edit.cut"> |
| 1131 | </command> |
| 1132 | <command |
| 1133 | commandId="org.eclipse.ui.edit.copy"> |
| 1134 | </command> |
| 1135 | <command |
| 1136 | commandId="org.eclipse.ui.edit.paste"> |
| 1137 | </command> |
| 1138 | <command |
| 1139 | commandId="org.eclipse.ui.edit.delete"> |
| 1140 | </command> |
| 1141 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1142 | name="org.eclipse.vex.ui.popup.style" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1143 | visible="true"> |
| 1144 | </separator> |
| 1145 | <menu |
| 1146 | label="%menu.Style.name"> |
| 1147 | <dynamic |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1148 | class="org.eclipse.vex.ui.internal.handlers.StyleMenu" |
| 1149 | id="org.eclipse.vex.ui.StyleMenu"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1150 | </dynamic> |
| 1151 | </menu> |
| 1152 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1153 | name="org.eclipse.vex.ui.popup.any" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1154 | visible="true"> |
| 1155 | </separator> |
| 1156 | </menuContribution> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 1157 | </extension> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 1158 | <extension |
| 1159 | point="org.eclipse.ui.keywords"> |
| 1160 | <keyword |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1161 | id="org.eclipse.vex.ui.KeywordVex" |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 1162 | label="%Keyword.Vex"> |
| 1163 | </keyword> |
| 1164 | </extension> |
Florian Thienel | 214465e | 2012-01-06 00:23:56 +0100 | [diff] [blame] | 1165 | <extension |
| 1166 | point="org.eclipse.ui.preferencePages"> |
| 1167 | <page |
| 1168 | class="org.eclipse.vex.ui.internal.preferences.RootPreferencePage" |
| 1169 | id="org.eclipse.vex.ui.preferences.RootPreferencePage" |
| 1170 | name="%preferencePage.RootPreferencePage.name"> |
| 1171 | </page> |
| 1172 | </extension> |
| 1173 | <extension |
| 1174 | point="org.eclipse.core.runtime.preferences"> |
| 1175 | <initializer |
| 1176 | class="org.eclipse.vex.ui.internal.preferences.PreferenceInitializer"> |
| 1177 | </initializer> |
| 1178 | </extension> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 1179 | |
| 1180 | </plugin> |