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" |
Florian Thienel | 0c935f1 | 2014-03-20 22:20:02 +0100 | [diff] [blame] | 12 | describer="org.eclipse.vex.ui.internal.contenttype.VexContentDescriber" |
| 13 | file-extensions="xml" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 14 | id="org.eclipse.vex.ui.XmlDocument" |
Florian Thienel | 30a4a7a | 2014-03-14 19:59:06 +0100 | [diff] [blame] | 15 | name="%contentType.XmlDocument.name" |
| 16 | priority="low"> |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 17 | </content-type> |
| 18 | </extension> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 19 | |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 20 | <extension |
| 21 | point="org.eclipse.ui.editors"> |
| 22 | <editor |
| 23 | name="%VexEditor.name" |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 24 | extensions="xml" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 25 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 26 | class="org.eclipse.vex.ui.internal.editor.VexEditor" |
| 27 | contributorClass="org.eclipse.vex.ui.internal.editor.VexActionBarContributor" |
| 28 | id="org.eclipse.vex.ui.VexEditor"> |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 29 | <contentTypeBinding |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 30 | contentTypeId="org.eclipse.vex.ui.XmlDocument"> |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 31 | </contentTypeBinding> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 32 | </editor> |
| 33 | </extension> |
dacarver | 637f2ee | 2008-12-05 16:00:53 +0000 | [diff] [blame] | 34 | |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 35 | |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 36 | <extension |
| 37 | point="org.eclipse.ui.newWizards"> |
| 38 | <category |
| 39 | name="%NewWizardCategory.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 40 | id="org.eclipse.vex.XMLAuthoringCategory"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 41 | </category> |
| 42 | <wizard |
| 43 | name="%NewDocumentWizard.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 44 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 45 | category="org.eclipse.vex.XMLAuthoringCategory" |
| 46 | class="org.eclipse.vex.ui.internal.wizards.NewDocumentWizard" |
| 47 | id="org.eclipse.vex.ui.NewDocumentWizard"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 48 | <description>%NewDocumentWizard.desc</description> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 49 | <keywordReference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 50 | id="org.eclipse.vex.ui.KeywordVex"> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 51 | </keywordReference> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 52 | </wizard> |
| 53 | </extension> |
| 54 | <extension |
| 55 | point="org.eclipse.ui.perspectives"> |
| 56 | <perspective |
| 57 | name="%DocumentPerspective.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 58 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 59 | class="org.eclipse.vex.ui.internal.perspective.DocumentPerspective" |
| 60 | id="org.eclipse.vex.ui.DocumentPerspective"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 61 | </perspective> |
| 62 | </extension> |
| 63 | <extension |
| 64 | point="org.eclipse.ui.contexts"> |
| 65 | <context |
| 66 | name="%VexEditorContext.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 67 | id="org.eclipse.vex.ui.VexEditorContext" |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 68 | parentId="org.eclipse.ui.textEditorScope"> |
| 69 | </context> |
| 70 | </extension> |
| 71 | <extension |
| 72 | point="org.eclipse.ui.commands"> |
| 73 | <category |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 74 | id="org.eclipse.vex.ui.commands.category" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 75 | name="%command.category.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 76 | </category> |
| 77 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 78 | categoryId="org.eclipse.vex.ui.commands.category" |
| 79 | id="org.eclipse.vex.ui.AddElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 80 | name="%command.addElement.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 81 | </command> |
| 82 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 83 | categoryId="org.eclipse.vex.ui.commands.category" |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 84 | id="org.eclipse.vex.ui.EditNamespacesCommand" |
| 85 | name="%command.editNamespaces.name"> |
| 86 | </command> |
| 87 | <command |
| 88 | categoryId="org.eclipse.vex.ui.commands.category" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 89 | id="org.eclipse.vex.ui.DuplicateSelectionCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 90 | name="%command.duplicateSelection.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 91 | </command> |
| 92 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 93 | categoryId="org.eclipse.vex.ui.commands.category" |
Florian Thienel | 6c4f652 | 2013-09-08 16:10:28 +0200 | [diff] [blame] | 94 | id="org.eclipse.vex.ui.JoinCommand" |
| 95 | name="%command.join.name"> |
| 96 | </command> |
| 97 | <command |
| 98 | categoryId="org.eclipse.vex.ui.commands.category" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 99 | id="org.eclipse.vex.ui.ConvertElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 100 | name="%command.convertElement.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 101 | </command> |
| 102 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 103 | categoryId="org.eclipse.vex.ui.commands.category" |
| 104 | id="org.eclipse.vex.ui.RemoveTagCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 105 | name="%command.removeTag.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 106 | </command> |
| 107 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 108 | categoryId="org.eclipse.vex.ui.commands.category" |
| 109 | id="org.eclipse.vex.ui.AddRowAboveCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 110 | name="%command.addRowAbove.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 111 | </command> |
| 112 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 113 | categoryId="org.eclipse.vex.ui.commands.category" |
| 114 | id="org.eclipse.vex.ui.AddRowBelowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 115 | name="%command.addRowBelow.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 116 | </command> |
| 117 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 118 | categoryId="org.eclipse.vex.ui.commands.category" |
| 119 | id="org.eclipse.vex.ui.MoveRowUpCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 120 | name="%command.moveRowUp.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 121 | </command> |
| 122 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 123 | categoryId="org.eclipse.vex.ui.commands.category" |
| 124 | id="org.eclipse.vex.ui.MoveRowDownCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 125 | name="%command.moveRowDown.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 126 | </command> |
| 127 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 128 | categoryId="org.eclipse.vex.ui.commands.category" |
| 129 | id="org.eclipse.vex.ui.RemoveRowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 130 | name="%command.removeRow.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 131 | </command> |
| 132 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 133 | categoryId="org.eclipse.vex.ui.commands.category" |
| 134 | id="org.eclipse.vex.ui.AddColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 135 | name="%command.addColumnLeft.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 136 | </command> |
| 137 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 138 | categoryId="org.eclipse.vex.ui.commands.category" |
| 139 | id="org.eclipse.vex.ui.AddColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 140 | name="%command.addColumnRight.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 141 | </command> |
| 142 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 143 | categoryId="org.eclipse.vex.ui.commands.category" |
| 144 | id="org.eclipse.vex.ui.MoveColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 145 | name="%command.moveColumnLeft.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 146 | </command> |
| 147 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 148 | categoryId="org.eclipse.vex.ui.commands.category" |
| 149 | id="org.eclipse.vex.ui.MoveColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 150 | name="%command.moveColumnRight.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 151 | </command> |
| 152 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 153 | categoryId="org.eclipse.vex.ui.commands.category" |
| 154 | id="org.eclipse.vex.ui.RemoveColumnCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 155 | name="%command.removeColumn.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 156 | </command> |
| 157 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 158 | categoryId="org.eclipse.vex.ui.commands.category" |
| 159 | id="org.eclipse.vex.ui.PreviousTableCellCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 160 | name="%command.previousTableCell.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 161 | </command> |
| 162 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 163 | categoryId="org.eclipse.vex.ui.commands.category" |
| 164 | id="org.eclipse.vex.ui.NextTableCellCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 165 | name="%command.nextTableCell.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 166 | </command> |
| 167 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 168 | categoryId="org.eclipse.vex.ui.commands.category" |
| 169 | id="org.eclipse.vex.ui.SplitBlockElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 170 | name="%command.splitBlockElement.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 171 | </command> |
| 172 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 173 | categoryId="org.eclipse.vex.ui.commands.category" |
| 174 | id="org.eclipse.vex.ui.SplitItemCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 175 | name="%command.splitItem.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 176 | </command> |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 177 | <command |
| 178 | categoryId="org.eclipse.vex.ui.commands.category" |
| 179 | id="org.eclipse.vex.ui.AddCommentCommand" |
| 180 | name="%command.addComment.name"> |
| 181 | </command> |
Carsten Hiesserich | c55c5d7 | 2013-09-19 20:23:13 +0200 | [diff] [blame] | 182 | <command |
| 183 | categoryId="org.eclipse.vex.ui.commands.category" |
| 184 | id="org.eclipse.vex.ui.AddProcessingInstructionCommand" |
| 185 | name="%command.addProcessingInstruction.name"> |
| 186 | </command> |
| 187 | <command |
| 188 | categoryId="org.eclipse.vex.ui.commands.category" |
| 189 | id="org.eclipse.vex.ui.SetProcessingInstructionTargetCommand" |
| 190 | name="%command.setProcessingInstructionTarget.name"> |
| 191 | </command> |
Florian Thienel | 3544781 | 2015-12-05 12:03:52 +0100 | [diff] [blame] | 192 | <command |
| 193 | categoryId="org.eclipse.vex.ui.commands.category" |
Florian Thienel | f8acd84 | 2015-12-13 14:48:23 +0100 | [diff] [blame] | 194 | id="org.eclipse.vex.ui.RebuildBoxModel" |
| 195 | name="Rebuild Box Model"> |
| 196 | </command> |
| 197 | <command |
| 198 | categoryId="org.eclipse.vex.ui.commands.category" |
Florian Thienel | 3544781 | 2015-12-05 12:03:52 +0100 | [diff] [blame] | 199 | id="org.eclipse.vex.ui.Bold" |
| 200 | name="Bold"> |
| 201 | </command> |
Florian Thienel | db2a40e | 2015-12-06 18:04:28 +0100 | [diff] [blame] | 202 | <command |
| 203 | categoryId="org.eclipse.vex.ui.commands.category" |
| 204 | id="org.eclipse.vex.ui.Italic" |
| 205 | name="Italic"> |
| 206 | </command> |
Florian Thienel | 554c20a | 2015-12-22 20:47:53 +0100 | [diff] [blame] | 207 | <command |
| 208 | categoryId="org.eclipse.vex.ui.commands.category" |
| 209 | id="org.eclipse.vex.ui.Anchor" |
| 210 | name="Anchor"> |
| 211 | </command> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 212 | |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 213 | </extension> |
| 214 | <extension |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 215 | point="org.eclipse.ui.bindings"> |
| 216 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 217 | commandId="org.eclipse.vex.ui.AddElementCommand" |
| 218 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 219 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" |
| 220 | sequence="M1+SPACE"> |
| 221 | </key> |
| 222 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 223 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand" |
| 224 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 225 | sequence="M1+M3+ARROW_DOWN" |
| 226 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 227 | </key> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 228 | |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 229 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 230 | commandId="org.eclipse.vex.ui.ConvertElementCommand" |
| 231 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 232 | sequence="M1+M3+SPACE" |
| 233 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 234 | </key> |
| 235 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 236 | commandId="org.eclipse.vex.ui.NextTableCellCommand" |
| 237 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 238 | sequence="TAB" |
| 239 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 240 | </key> |
| 241 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 242 | commandId="org.eclipse.vex.ui.PreviousTableCellCommand" |
| 243 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 244 | sequence="M2+TAB" |
| 245 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 246 | </key> |
| 247 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 248 | commandId="org.eclipse.vex.ui.RemoveTagCommand" |
| 249 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 250 | sequence="M2+DEL" |
| 251 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 252 | </key> |
| 253 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 254 | commandId="org.eclipse.vex.ui.SplitBlockElementCommand" |
| 255 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 256 | sequence="RETURN" |
| 257 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 258 | </key> |
| 259 | <key |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 260 | commandId="org.eclipse.vex.ui.SplitItemCommand" |
| 261 | contextId="org.eclipse.vex.ui.VexEditorContext" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 262 | sequence="M2+RETURN" |
| 263 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 264 | </key> |
| 265 | <key |
| 266 | commandId="org.eclipse.vex.ui.AddCommentCommand" |
| 267 | contextId="org.eclipse.vex.ui.VexEditorContext" |
| 268 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" |
| 269 | sequence="M1+7"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 270 | </key>key> |
| 271 | |
| 272 | </extension> |
| 273 | <extension |
| 274 | point="org.eclipse.ui.handlers"> |
| 275 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 276 | class="org.eclipse.vex.ui.internal.handlers.AddElementHandler" |
| 277 | commandId="org.eclipse.vex.ui.AddElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 278 | <activeWhen> |
| 279 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 280 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 281 | </reference> |
| 282 | </activeWhen> |
| 283 | </handler> |
| 284 | <handler |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 285 | class="org.eclipse.vex.ui.internal.namespace.EditNamespacesHandler" |
| 286 | commandId="org.eclipse.vex.ui.EditNamespacesCommand"> |
| 287 | <activeWhen> |
| 288 | <reference |
| 289 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
| 290 | </reference> |
| 291 | </activeWhen> |
| 292 | </handler> |
| 293 | <handler |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 294 | class="org.eclipse.vex.ui.internal.handlers.AddCommentHandler" |
| 295 | commandId="org.eclipse.vex.ui.AddCommentCommand"> |
| 296 | <activeWhen> |
| 297 | <reference |
| 298 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
| 299 | </reference> |
| 300 | </activeWhen> |
| 301 | </handler> |
| 302 | <handler |
Carsten Hiesserich | c55c5d7 | 2013-09-19 20:23:13 +0200 | [diff] [blame] | 303 | class="org.eclipse.vex.ui.internal.handlers.AddProcessingInstructionHandler" |
| 304 | commandId="org.eclipse.vex.ui.AddProcessingInstructionCommand"> |
| 305 | <activeWhen> |
| 306 | <reference |
| 307 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
| 308 | </reference> |
| 309 | </activeWhen> |
| 310 | </handler> |
| 311 | <handler |
| 312 | class="org.eclipse.vex.ui.internal.handlers.SetProcessingInstructionTargetHandler" |
| 313 | commandId="org.eclipse.vex.ui.SetProcessingInstructionTargetCommand"> |
| 314 | <activeWhen> |
| 315 | <reference |
| 316 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
| 317 | </reference> |
| 318 | </activeWhen> |
| 319 | <enabledWhen> |
| 320 | <with |
| 321 | variable="org.eclipse.vex.ui.isProcessingInstruction"> |
| 322 | <equals |
| 323 | value="true"> |
| 324 | </equals> |
| 325 | </with> |
| 326 | </enabledWhen> |
| 327 | </handler> |
| 328 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 329 | class="org.eclipse.vex.ui.internal.handlers.DuplicateSelectionHandler" |
| 330 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 331 | <activeWhen> |
| 332 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 333 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 334 | </reference> |
| 335 | </activeWhen> |
| 336 | </handler> |
| 337 | <handler |
Florian Thienel | 6c4f652 | 2013-09-08 16:10:28 +0200 | [diff] [blame] | 338 | class="org.eclipse.vex.ui.internal.handlers.JoinHandler" |
| 339 | commandId="org.eclipse.vex.ui.JoinCommand"> |
| 340 | <activeWhen> |
| 341 | <reference |
| 342 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
| 343 | </reference> |
| 344 | </activeWhen> |
| 345 | </handler> |
| 346 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 347 | class="org.eclipse.vex.ui.internal.handlers.ConvertElementHandler" |
| 348 | commandId="org.eclipse.vex.ui.ConvertElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 349 | <activeWhen> |
| 350 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 351 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 352 | </reference> |
| 353 | </activeWhen> |
| 354 | </handler> |
| 355 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 356 | class="org.eclipse.vex.ui.internal.handlers.RemoveTagHandler" |
| 357 | commandId="org.eclipse.vex.ui.RemoveTagCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 358 | <activeWhen> |
| 359 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 360 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 361 | </reference> |
| 362 | </activeWhen> |
| 363 | </handler> |
| 364 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 365 | class="org.eclipse.vex.ui.internal.handlers.AddRowAboveHandler" |
| 366 | commandId="org.eclipse.vex.ui.AddRowAboveCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 367 | <enabledWhen> |
| 368 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 369 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 370 | <equals |
| 371 | value="true"> |
| 372 | </equals> |
| 373 | </with> |
| 374 | </enabledWhen> |
| 375 | </handler> |
| 376 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 377 | class="org.eclipse.vex.ui.internal.handlers.AddRowBelowHandler" |
| 378 | commandId="org.eclipse.vex.ui.AddRowBelowCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 379 | <enabledWhen> |
| 380 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 381 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 382 | <equals |
| 383 | value="true"> |
| 384 | </equals> |
| 385 | </with> |
| 386 | </enabledWhen> |
| 387 | </handler> |
| 388 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 389 | class="org.eclipse.vex.ui.internal.handlers.MoveRowUpHandler" |
| 390 | commandId="org.eclipse.vex.ui.MoveRowUpCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 391 | <enabledWhen> |
| 392 | <and> |
| 393 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 394 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 395 | <equals |
| 396 | value="true"> |
| 397 | </equals> |
| 398 | </with> |
| 399 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 400 | variable="org.eclipse.vex.ui.isFirstRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 401 | <equals |
| 402 | value="false"> |
| 403 | </equals> |
| 404 | </with> |
| 405 | </and> |
| 406 | </enabledWhen> |
| 407 | </handler> |
| 408 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 409 | class="org.eclipse.vex.ui.internal.handlers.MoveRowDownHandler" |
| 410 | commandId="org.eclipse.vex.ui.MoveRowDownCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 411 | <enabledWhen> |
| 412 | <and> |
| 413 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 414 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 415 | <equals |
| 416 | value="true"> |
| 417 | </equals> |
| 418 | </with> |
| 419 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 420 | variable="org.eclipse.vex.ui.isLastRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 421 | <equals |
| 422 | value="false"> |
| 423 | </equals> |
| 424 | </with> |
| 425 | </and> |
| 426 | </enabledWhen> |
| 427 | </handler> |
| 428 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 429 | class="org.eclipse.vex.ui.internal.handlers.RemoveRowHandler" |
| 430 | commandId="org.eclipse.vex.ui.RemoveRowCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 431 | <enabledWhen> |
| 432 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 433 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 434 | <equals |
| 435 | value="true"> |
| 436 | </equals> |
| 437 | </with> |
| 438 | </enabledWhen> |
| 439 | </handler> |
| 440 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 441 | class="org.eclipse.vex.ui.internal.handlers.AddColumnLeftHandler" |
| 442 | commandId="org.eclipse.vex.ui.AddColumnLeftCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 443 | <enabledWhen> |
| 444 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 445 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 446 | <equals |
| 447 | value="true"> |
| 448 | </equals> |
| 449 | </with> |
| 450 | </enabledWhen> |
| 451 | </handler> |
| 452 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 453 | class="org.eclipse.vex.ui.internal.handlers.AddColumnRightHandler" |
| 454 | commandId="org.eclipse.vex.ui.AddColumnRightCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 455 | <enabledWhen> |
| 456 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 457 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 458 | <equals |
| 459 | value="true"> |
| 460 | </equals> |
| 461 | </with> |
| 462 | </enabledWhen> |
| 463 | </handler> |
| 464 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 465 | class="org.eclipse.vex.ui.internal.handlers.MoveColumnLeftHandler" |
| 466 | commandId="org.eclipse.vex.ui.MoveColumnLeftCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 467 | <enabledWhen> |
| 468 | <and> |
| 469 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 470 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 471 | <equals |
| 472 | value="true"> |
| 473 | </equals> |
| 474 | </with> |
| 475 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 476 | variable="org.eclipse.vex.ui.isFirstColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 477 | <equals |
| 478 | value="false"> |
| 479 | </equals> |
| 480 | </with> |
| 481 | </and> |
| 482 | </enabledWhen> |
| 483 | </handler> |
| 484 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 485 | class="org.eclipse.vex.ui.internal.handlers.MoveColumnRightHandler" |
| 486 | commandId="org.eclipse.vex.ui.MoveColumnRightCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 487 | <enabledWhen> |
| 488 | <and> |
| 489 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 490 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 491 | <equals |
| 492 | value="true"> |
| 493 | </equals> |
| 494 | </with> |
| 495 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 496 | variable="org.eclipse.vex.ui.isLastColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 497 | <equals |
| 498 | value="false"> |
| 499 | </equals> |
| 500 | </with> |
| 501 | </and> |
| 502 | </enabledWhen> |
| 503 | </handler> |
| 504 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 505 | class="org.eclipse.vex.ui.internal.handlers.RemoveColumnHandler" |
| 506 | commandId="org.eclipse.vex.ui.RemoveColumnCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 507 | <enabledWhen> |
| 508 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 509 | variable="org.eclipse.vex.ui.isColumn"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 510 | <equals |
| 511 | value="true"> |
| 512 | </equals> |
| 513 | </with> |
| 514 | </enabledWhen> |
| 515 | </handler> |
| 516 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 517 | class="org.eclipse.vex.ui.internal.handlers.NextTableCellHandler" |
| 518 | commandId="org.eclipse.vex.ui.NextTableCellCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 519 | <enabledWhen> |
| 520 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 521 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 522 | <equals |
| 523 | value="true"> |
| 524 | </equals> |
| 525 | </with> |
| 526 | </enabledWhen> |
| 527 | </handler> |
| 528 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 529 | class="org.eclipse.vex.ui.internal.handlers.PreviousTableCellHandler" |
| 530 | commandId="org.eclipse.vex.ui.PreviousTableCellCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 531 | <enabledWhen> |
| 532 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 533 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 534 | <equals |
| 535 | value="true"> |
| 536 | </equals> |
| 537 | </with> |
| 538 | </enabledWhen> |
| 539 | </handler> |
| 540 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 541 | class="org.eclipse.vex.ui.internal.handlers.SplitBlockElementHandler" |
| 542 | commandId="org.eclipse.vex.ui.SplitBlockElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 543 | </handler> |
| 544 | <handler |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 545 | class="org.eclipse.vex.ui.internal.handlers.SplitItemHandler" |
| 546 | commandId="org.eclipse.vex.ui.SplitItemCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 547 | </handler> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 548 | |
| 549 | <!-- Go to: Previous/Next Column; Line Up/Down; Previous/Next Word; |
| 550 | Line Start/End; Page Up/Down; Text Start/End --> |
| 551 | <handler |
| 552 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:PreviousColumn" |
| 553 | commandId="org.eclipse.ui.edit.text.goto.columnPrevious"> |
| 554 | <activeWhen> |
| 555 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 556 | </activeWhen> |
| 557 | </handler> |
| 558 | <handler |
| 559 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:NextColumn" |
| 560 | commandId="org.eclipse.ui.edit.text.goto.columnNext"> |
| 561 | <activeWhen> |
| 562 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 563 | </activeWhen> |
| 564 | </handler> |
| 565 | <handler |
| 566 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:LineUp" |
| 567 | commandId="org.eclipse.ui.edit.text.goto.lineUp"> |
| 568 | <activeWhen> |
| 569 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 570 | </activeWhen> |
| 571 | </handler> |
| 572 | <handler |
| 573 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:LineDown" |
| 574 | commandId="org.eclipse.ui.edit.text.goto.lineDown"> |
| 575 | <activeWhen> |
| 576 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 577 | </activeWhen> |
| 578 | </handler> |
| 579 | <handler |
| 580 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:PreviousWord" |
| 581 | commandId="org.eclipse.ui.edit.text.goto.wordPrevious"> |
| 582 | <activeWhen> |
| 583 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 584 | </activeWhen> |
| 585 | </handler> |
| 586 | <handler |
| 587 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:NextWord" |
| 588 | commandId="org.eclipse.ui.edit.text.goto.wordNext"> |
| 589 | <activeWhen> |
| 590 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 591 | </activeWhen> |
| 592 | </handler> |
| 593 | <handler |
| 594 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:LineStart" |
| 595 | commandId="org.eclipse.ui.edit.text.goto.lineStart"> |
| 596 | <activeWhen> |
| 597 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 598 | </activeWhen> |
| 599 | </handler> |
| 600 | <handler |
| 601 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:LineEnd" |
| 602 | commandId="org.eclipse.ui.edit.text.goto.lineEnd"> |
| 603 | <activeWhen> |
| 604 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 605 | </activeWhen> |
| 606 | </handler> |
| 607 | <handler |
| 608 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:PageUp" |
| 609 | commandId="org.eclipse.ui.edit.text.goto.pageUp"> |
| 610 | <activeWhen> |
| 611 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 612 | </activeWhen> |
| 613 | </handler> |
| 614 | <handler |
| 615 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:PageDown" |
| 616 | commandId="org.eclipse.ui.edit.text.goto.pageDown"> |
| 617 | <activeWhen> |
| 618 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 619 | </activeWhen> |
| 620 | </handler> |
| 621 | <handler |
| 622 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:TextStart" |
| 623 | commandId="org.eclipse.ui.edit.text.goto.textStart"> |
| 624 | <activeWhen> |
| 625 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 626 | </activeWhen> |
| 627 | </handler> |
| 628 | <handler |
| 629 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:TextEnd" |
| 630 | commandId="org.eclipse.ui.edit.text.goto.textEnd"> |
| 631 | <activeWhen> |
| 632 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 633 | </activeWhen> |
| 634 | </handler> |
| 635 | |
| 636 | <!-- Select: Previous/Next Column; Line Up/Down; Previous/Next Word; |
| 637 | Line Start/End; Page Up/Down; Text Start/End --> |
| 638 | <handler |
| 639 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectPreviousColumn" |
| 640 | commandId="org.eclipse.ui.edit.text.select.columnPrevious"> |
| 641 | <activeWhen> |
| 642 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 643 | </activeWhen> |
| 644 | </handler> |
| 645 | <handler |
| 646 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectNextColumn" |
| 647 | commandId="org.eclipse.ui.edit.text.select.columnNext"> |
| 648 | <activeWhen> |
| 649 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 650 | </activeWhen> |
| 651 | </handler> |
| 652 | <handler |
| 653 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectLineUp" |
| 654 | commandId="org.eclipse.ui.edit.text.select.lineUp"> |
| 655 | <activeWhen> |
| 656 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 657 | </activeWhen> |
| 658 | </handler> |
| 659 | <handler |
| 660 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectLineDown" |
| 661 | commandId="org.eclipse.ui.edit.text.select.lineDown"> |
| 662 | <activeWhen> |
| 663 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 664 | </activeWhen> |
| 665 | </handler> |
| 666 | <handler |
| 667 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectPreviousWord" |
| 668 | commandId="org.eclipse.ui.edit.text.select.wordPrevious"> |
| 669 | <activeWhen> |
| 670 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 671 | </activeWhen> |
| 672 | </handler> |
| 673 | <handler |
| 674 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectNextWord" |
| 675 | commandId="org.eclipse.ui.edit.text.select.wordNext"> |
| 676 | <activeWhen> |
| 677 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 678 | </activeWhen> |
| 679 | </handler> |
| 680 | <handler |
| 681 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectLineStart" |
| 682 | commandId="org.eclipse.ui.edit.text.select.lineStart"> |
| 683 | <activeWhen> |
| 684 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 685 | </activeWhen> |
| 686 | </handler> |
| 687 | <handler |
| 688 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectLineEnd" |
| 689 | commandId="org.eclipse.ui.edit.text.select.lineEnd"> |
| 690 | <activeWhen> |
| 691 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 692 | </activeWhen> |
| 693 | </handler> |
| 694 | <handler |
| 695 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectPageUp" |
| 696 | commandId="org.eclipse.ui.edit.text.select.pageUp"> |
| 697 | <activeWhen> |
| 698 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 699 | </activeWhen> |
| 700 | </handler> |
| 701 | <handler |
| 702 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectPageDown" |
| 703 | commandId="org.eclipse.ui.edit.text.select.pageDown"> |
| 704 | <activeWhen> |
| 705 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 706 | </activeWhen> |
| 707 | </handler> |
| 708 | <handler |
| 709 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectTextStart" |
| 710 | commandId="org.eclipse.ui.edit.text.select.textStart"> |
| 711 | <activeWhen> |
| 712 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 713 | </activeWhen> |
| 714 | </handler> |
| 715 | <handler |
| 716 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:SelectTextEnd" |
| 717 | commandId="org.eclipse.ui.edit.text.select.textEnd"> |
| 718 | <activeWhen> |
| 719 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 720 | </activeWhen> |
| 721 | </handler> |
| 722 | |
| 723 | <!-- Delete: Previous/Next; Previous/Next Word; |
| 724 | Line; To Beginning/End of Line --> |
| 725 | <handler |
| 726 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeletePrevious" |
| 727 | commandId="org.eclipse.ui.edit.text.deletePrevious"> |
| 728 | <activeWhen> |
| 729 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 730 | </activeWhen> |
| 731 | </handler> |
| 732 | <handler |
| 733 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteNext" |
| 734 | commandId="org.eclipse.ui.edit.text.deleteNext"> |
| 735 | <activeWhen> |
| 736 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 737 | </activeWhen> |
| 738 | </handler> |
| 739 | <handler |
| 740 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeletePreviousWord" |
| 741 | commandId="org.eclipse.ui.edit.text.deletePreviousWord"> |
| 742 | <activeWhen> |
| 743 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 744 | </activeWhen> |
| 745 | </handler> |
| 746 | <handler |
| 747 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteNextWord" |
| 748 | commandId="org.eclipse.ui.edit.text.deleteNextWord"> |
| 749 | <activeWhen> |
| 750 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 751 | </activeWhen> |
| 752 | </handler> |
| 753 | <handler |
| 754 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteLine" |
| 755 | commandId="org.eclipse.ui.edit.text.delete.line"> |
| 756 | <activeWhen> |
| 757 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 758 | </activeWhen> |
| 759 | </handler> |
| 760 | <handler |
| 761 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteToBeginningOfLine" |
| 762 | commandId="org.eclipse.ui.edit.text.delete.line.to.beginning"> |
| 763 | <activeWhen> |
| 764 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 765 | </activeWhen> |
| 766 | </handler> |
| 767 | <handler |
| 768 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:DeleteToEndOfLine" |
| 769 | commandId="org.eclipse.ui.edit.text.delete.line.to.end"> |
| 770 | <activeWhen> |
| 771 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 772 | </activeWhen> |
| 773 | </handler> |
| 774 | |
| 775 | <!-- Cut: Line; To Beginning/End of Line --> |
| 776 | <handler |
| 777 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:CutLine" |
| 778 | commandId="org.eclipse.ui.edit.text.cut.line"> |
| 779 | <activeWhen> |
| 780 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 781 | </activeWhen> |
| 782 | </handler> |
| 783 | <handler |
| 784 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:CutLineToBeginning" |
| 785 | commandId="org.eclipse.ui.edit.text.cut.line.to.beginning"> |
| 786 | <activeWhen> |
| 787 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 788 | </activeWhen> |
| 789 | </handler> |
| 790 | <handler |
| 791 | class="org.eclipse.vex.ui.internal.handlers.TextEditingHandlerFactory:CutLineToEnd" |
| 792 | commandId="org.eclipse.ui.edit.text.cut.line.to.end"> |
| 793 | <activeWhen> |
| 794 | <reference definitionId="org.eclipse.vex.ui.activeVexEditor"/> |
| 795 | </activeWhen> |
| 796 | </handler> |
Florian Thienel | d70936c | 2014-10-03 14:47:31 +0200 | [diff] [blame] | 797 | <handler |
| 798 | class="org.eclipse.vex.ui.boxview.RefreshHandler" |
| 799 | commandId="org.eclipse.ui.file.refresh"> |
| 800 | <activeWhen> |
| 801 | <reference |
| 802 | definitionId="org.eclipse.vex.ui.activeBoxView"> |
| 803 | </reference> |
| 804 | </activeWhen> |
| 805 | </handler> |
Florian Thienel | 3544781 | 2015-12-05 12:03:52 +0100 | [diff] [blame] | 806 | <handler |
Florian Thienel | f8acd84 | 2015-12-13 14:48:23 +0100 | [diff] [blame] | 807 | class="org.eclipse.vex.ui.boxview.RebuildBoxModelHandler" |
| 808 | commandId="org.eclipse.vex.ui.RebuildBoxModel"> |
| 809 | </handler> |
| 810 | <handler |
Florian Thienel | 3544781 | 2015-12-05 12:03:52 +0100 | [diff] [blame] | 811 | class="org.eclipse.vex.ui.boxview.InsertBoldHandler" |
| 812 | commandId="org.eclipse.vex.ui.Bold"> |
| 813 | </handler> |
Florian Thienel | db2a40e | 2015-12-06 18:04:28 +0100 | [diff] [blame] | 814 | <handler |
| 815 | class="org.eclipse.vex.ui.boxview.InsertItalicHandler" |
| 816 | commandId="org.eclipse.vex.ui.Italic"> |
| 817 | </handler> |
Florian Thienel | 554c20a | 2015-12-22 20:47:53 +0100 | [diff] [blame] | 818 | <handler |
| 819 | class="org.eclipse.vex.ui.boxview.InsertAnchorHandler" |
| 820 | commandId="org.eclipse.vex.ui.Anchor"> |
| 821 | </handler> |
Holger Voormann | 2089e33 | 2013-02-17 10:35:39 +0100 | [diff] [blame] | 822 | |
| 823 | <!-- TODO: |
| 824 | - org.eclipse.ui.edit.text.join.lines |
| 825 | |
| 826 | - org.eclipse.ui.edit.text.set.mark |
| 827 | - org.eclipse.ui.edit.text.clear.mark |
| 828 | - org.eclipse.ui.edit.text.swap.mark |
| 829 | |
| 830 | - org.eclipse.ui.edit.findNext |
| 831 | - org.eclipse.ui.edit.findPrevious |
| 832 | |
| 833 | etc. --> |
| 834 | |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 835 | </extension> |
| 836 | <extension |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 837 | point="org.eclipse.ui.views"> |
| 838 | <category |
| 839 | name="%VexViewCategory.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 840 | id="org.eclipse.vex.ui.views.VexViewCategory"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 841 | </category> |
| 842 | <view |
| 843 | name="%DebugView.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 844 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 845 | category="org.eclipse.vex.ui.views.VexViewCategory" |
| 846 | class="org.eclipse.vex.ui.internal.views.DebugView" |
| 847 | id="org.eclipse.vex.ui.views.debug"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 848 | </view> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 849 | <view |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 850 | category="org.eclipse.vex.ui.views.VexViewCategory" |
| 851 | class="org.eclipse.vex.ui.internal.config.ConfigurationView" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 852 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 853 | id="org.eclipse.vex.ui.views.configuration" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 854 | name="%ConfigurationView.name"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 855 | </view> |
Florian Thienel | 644a5ee | 2014-09-20 15:00:35 +0200 | [diff] [blame] | 856 | <view |
| 857 | category="org.eclipse.vex.ui.views.VexViewCategory" |
Florian Thienel | bbfb1d6 | 2015-05-20 21:48:07 +0200 | [diff] [blame] | 858 | class="org.eclipse.vex.ui.boxview.BoxDemoView" |
Florian Thienel | 644a5ee | 2014-09-20 15:00:35 +0200 | [diff] [blame] | 859 | id="org.eclipse.vex.ui.views.box" |
| 860 | name="Vex Box Viewer"> |
| 861 | </view> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 862 | </extension> |
| 863 | <extension |
| 864 | id="pluginNature" |
| 865 | name="%PluginProjectNature.name" |
| 866 | point="org.eclipse.core.resources.natures"> |
| 867 | <runtime> |
| 868 | <run |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 869 | class="org.eclipse.vex.ui.internal.config.PluginProjectNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 870 | </run> |
| 871 | </runtime> |
| 872 | </extension> |
| 873 | <extension |
| 874 | point="org.eclipse.ui.newWizards"> |
fthienel | 760539f | 2010-05-05 19:17:10 +0000 | [diff] [blame] | 875 | <category |
| 876 | name="%NewWizardCategory.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 877 | id="org.eclipse.vex.XMLAuthoringCategory"> |
fthienel | 760539f | 2010-05-05 19:17:10 +0000 | [diff] [blame] | 878 | </category> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 879 | <wizard |
| 880 | name="%NewPluginProjectWizard.name" |
Florian Thienel | c36895c | 2012-03-09 23:15:58 +0100 | [diff] [blame] | 881 | icon="$nl$/icons/vex16.png" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 882 | category="org.eclipse.vex.XMLAuthoringCategory" |
| 883 | class="org.eclipse.vex.ui.internal.config.NewPluginProjectWizard" |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 884 | project="true" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 885 | id="org.eclipse.vex.ui.config.NewPluginProjectWizard"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 886 | <description>%NewPluginProjectWizard.desc</description> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 887 | <keywordReference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 888 | id="org.eclipse.vex.ui.KeywordVex"> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 889 | </keywordReference> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 890 | </wizard> |
| 891 | </extension> |
| 892 | <extension |
| 893 | id="pluginBuilder" |
| 894 | name="%PluginProjectBuilder.name" |
| 895 | point="org.eclipse.core.resources.builders"> |
| 896 | <builder> |
| 897 | <run |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 898 | class="org.eclipse.vex.ui.internal.config.PluginProjectBuilder"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 899 | </run> |
| 900 | </builder> |
| 901 | </extension> |
| 902 | <extension |
| 903 | point="org.eclipse.ui.decorators"> |
| 904 | <decorator |
| 905 | lightweight="true" |
| 906 | label="%PluginProjectDecorator.name" |
| 907 | state="true" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 908 | class="org.eclipse.vex.ui.internal.config.PluginProjectDecorator" |
| 909 | id="org.eclipse.vex.ui.config.vexPluginProjectDecorator"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 910 | <enablement> |
| 911 | <objectClass |
| 912 | name="org.eclipse.core.resources.IProject"> |
| 913 | </objectClass> |
| 914 | </enablement> |
| 915 | </decorator> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 916 | <decorator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 917 | class="org.eclipse.vex.ui.internal.config.BuildProblemDecorator" |
| 918 | id="org.eclipse.vex.ui.config.buildProblemDecorator" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 919 | label="%BuildProblemDecorator.name" |
| 920 | lightweight="true" |
| 921 | state="true"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 922 | <enablement> |
| 923 | <objectClass |
| 924 | name="org.eclipse.core.resources.IResource"> |
| 925 | </objectClass> |
| 926 | </enablement> |
| 927 | </decorator> |
| 928 | </extension> |
| 929 | <extension |
| 930 | point="org.eclipse.ui.propertyPages"> |
| 931 | <page |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 932 | name="%DoctypePropertyPage.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 933 | class="org.eclipse.vex.ui.internal.config.DoctypePropertyPage" |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 934 | nameFilter="*.dtd" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 935 | id="org.eclipse.vex.ui.config.DoctypePropertyPage"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 936 | <filter |
| 937 | name="projectNature" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 938 | value="org.eclipse.vex.ui.pluginNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 939 | </filter> |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 940 | <enabledWhen> |
| 941 | <instanceof |
| 942 | value="org.eclipse.core.resources.IFile"> |
| 943 | </instanceof> |
| 944 | </enabledWhen> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 945 | </page> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 946 | <page |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 947 | class="org.eclipse.vex.ui.internal.config.StylePropertyPage" |
| 948 | id="org.eclipse.vex.ui.config.StylePropertyPage" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 949 | name="%StylePropertyPage.name" |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 950 | nameFilter="*.css"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 951 | <filter |
| 952 | name="projectNature" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 953 | value="org.eclipse.vex.ui.pluginNature"> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 954 | </filter> |
Florian Thienel | cf7164f | 2010-12-02 23:09:12 +0100 | [diff] [blame] | 955 | <enabledWhen> |
| 956 | <instanceof |
| 957 | value="org.eclipse.core.resources.IFile"> |
| 958 | </instanceof> |
| 959 | </enabledWhen> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 960 | </page> |
| 961 | </extension> |
| 962 | <extension |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 963 | point="org.eclipse.core.expressions.definitions"> |
| 964 | <definition |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 965 | id="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 966 | <or> |
| 967 | <with |
| 968 | variable="activeEditorId"> |
| 969 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 970 | value="org.eclipse.vex.ui.VexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 971 | </equals> |
| 972 | </with> |
| 973 | <with |
| 974 | variable="activeEditorId"> |
| 975 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 976 | value="org.eclipse.vex.ui.VexEditorMultiPage"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 977 | </equals> |
| 978 | </with> |
| 979 | </or> |
| 980 | </definition> |
| 981 | <definition |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 982 | id="org.eclipse.vex.ui.focusedVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 983 | <or> |
| 984 | <with |
| 985 | variable="activePartId"> |
| 986 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 987 | value="org.eclipse.vex.ui.VexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 988 | </equals> |
| 989 | </with> |
| 990 | <with |
| 991 | variable="activePartId"> |
| 992 | <equals |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 993 | value="org.eclipse.vex.ui.VexEditorMultiPage"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 994 | </equals> |
| 995 | </with> |
| 996 | </or> |
| 997 | </definition> |
Florian Thienel | d70936c | 2014-10-03 14:47:31 +0200 | [diff] [blame] | 998 | <definition |
| 999 | id="org.eclipse.vex.ui.activeBoxView"> |
| 1000 | <with |
| 1001 | variable="activePartId"> |
| 1002 | <equals |
| 1003 | value="org.eclipse.vex.ui.views.box"> |
| 1004 | </equals> |
| 1005 | </with> |
| 1006 | </definition> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1007 | </extension> |
| 1008 | <extension |
| 1009 | point="org.eclipse.ui.services"> |
| 1010 | <sourceProvider |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1011 | provider="org.eclipse.vex.ui.internal.editor.DocumentContextSourceProvider"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1012 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1013 | name="org.eclipse.vex.ui.isColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1014 | priorityLevel="workbench"> |
| 1015 | </variable> |
| 1016 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1017 | name="org.eclipse.vex.ui.isFirstColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1018 | priorityLevel="workbench"> |
| 1019 | </variable> |
| 1020 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1021 | name="org.eclipse.vex.ui.isLastColumn" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1022 | priorityLevel="workbench"> |
| 1023 | </variable> |
| 1024 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1025 | name="org.eclipse.vex.ui.isRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1026 | priorityLevel="workbench"> |
| 1027 | </variable> |
| 1028 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1029 | name="org.eclipse.vex.ui.isFirstRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1030 | priorityLevel="workbench"> |
| 1031 | </variable> |
| 1032 | <variable |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1033 | name="org.eclipse.vex.ui.isLastRow" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1034 | priorityLevel="workbench"> |
| 1035 | </variable> |
Carsten Hiesserich | c55c5d7 | 2013-09-19 20:23:13 +0200 | [diff] [blame] | 1036 | <variable |
| 1037 | name="org.eclipse.vex.ui.isElement" |
| 1038 | priorityLevel="workbench"> |
| 1039 | </variable> |
| 1040 | <variable |
| 1041 | name="org.eclipse.vex.ui.isComment" |
| 1042 | priorityLevel="workbench"> |
| 1043 | </variable> |
| 1044 | <variable |
| 1045 | name="org.eclipse.vex.ui.isProcessingInstruction" |
| 1046 | priorityLevel="workbench"> |
| 1047 | </variable> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1048 | </sourceProvider> |
| 1049 | </extension> |
| 1050 | <extension |
| 1051 | point="org.eclipse.ui.menus"> |
| 1052 | <menuContribution |
| 1053 | locationURI="menu:org.eclipse.ui.main.menu?after=edit"> |
| 1054 | <menu |
| 1055 | label="%menu.Document.name"> |
| 1056 | <visibleWhen> |
| 1057 | <reference |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1058 | definitionId="org.eclipse.vex.ui.activeVexEditor"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1059 | </reference> |
| 1060 | </visibleWhen> |
| 1061 | <menu |
| 1062 | label="%menu.Add.name"> |
| 1063 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1064 | commandId="org.eclipse.vex.ui.AddElementCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1065 | label="%menu.Add.Element.name"> |
| 1066 | </command> |
| 1067 | <command |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 1068 | commandId="org.eclipse.vex.ui.AddCommentCommand" |
| 1069 | label="%menu.Add.Comment.name" |
| 1070 | style="push"> |
| 1071 | </command> |
| 1072 | <command |
Carsten Hiesserich | c55c5d7 | 2013-09-19 20:23:13 +0200 | [diff] [blame] | 1073 | commandId="org.eclipse.vex.ui.AddProcessingInstructionCommand" |
| 1074 | label="%menu.Add.ProcessingInstruction.name"> |
| 1075 | <visibleWhen> |
| 1076 | <and> |
| 1077 | <with variable="org.eclipse.vex.ui.isComment"> |
| 1078 | <equals value="false" /> |
| 1079 | </with> |
| 1080 | <with variable="org.eclipse.vex.ui.isProcessingInstruction"> |
| 1081 | <equals value="false" /> |
| 1082 | </with> |
| 1083 | </and> |
| 1084 | </visibleWhen> |
| 1085 | </command> |
| 1086 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1087 | commandId="org.eclipse.vex.ui.AddRowAboveCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1088 | label="%menu.Add.RowAbove.name"> |
| 1089 | </command> |
| 1090 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1091 | commandId="org.eclipse.vex.ui.AddRowBelowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1092 | label="%menu.Add.RowBelow.name"> |
| 1093 | </command> |
| 1094 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1095 | commandId="org.eclipse.vex.ui.AddColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1096 | label="%menu.Add.ColumnLeft.name"> |
| 1097 | </command> |
| 1098 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1099 | commandId="org.eclipse.vex.ui.AddColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1100 | label="%menu.Add.ColumnRight.name"> |
| 1101 | </command> |
| 1102 | </menu> |
| 1103 | <command |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1104 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand" |
| 1105 | label="%menu.DuplicateSelection.name"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1106 | </command> |
| 1107 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1108 | commandId="org.eclipse.vex.ui.ConvertElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1109 | </command> |
| 1110 | <menu |
| 1111 | label="%menu.Move.name"> |
| 1112 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1113 | commandId="org.eclipse.vex.ui.MoveRowUpCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1114 | label="%menu.Move.RowUp"> |
| 1115 | </command> |
| 1116 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1117 | commandId="org.eclipse.vex.ui.MoveRowDownCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1118 | label="%menu.Move.RowDown"> |
| 1119 | </command> |
| 1120 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1121 | commandId="org.eclipse.vex.ui.MoveColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1122 | label="%menu.Move.ColumnLeft"> |
| 1123 | </command> |
| 1124 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1125 | commandId="org.eclipse.vex.ui.MoveColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1126 | label="%menu.Move.ColumnRight"> |
| 1127 | </command> |
| 1128 | </menu> |
| 1129 | <menu |
| 1130 | label="%menu.Remove.name"> |
| 1131 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1132 | commandId="org.eclipse.vex.ui.RemoveTagCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1133 | </command> |
| 1134 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1135 | commandId="org.eclipse.vex.ui.RemoveRowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1136 | label="%menu.Remove.Row.name"> |
| 1137 | </command> |
| 1138 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1139 | commandId="org.eclipse.vex.ui.RemoveColumnCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1140 | label="%menu.Remove.Column.name"> |
| 1141 | </command> |
| 1142 | </menu> |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1143 | <command |
Florian Thienel | 6c4f652 | 2013-09-08 16:10:28 +0200 | [diff] [blame] | 1144 | commandId="org.eclipse.vex.ui.JoinCommand" |
| 1145 | label="%menu.Join.name"> |
| 1146 | </command> |
| 1147 | <command |
Carsten Hiesserich | c55c5d7 | 2013-09-19 20:23:13 +0200 | [diff] [blame] | 1148 | commandId="org.eclipse.vex.ui.SetProcessingInstructionTargetCommand" |
| 1149 | label="%command.setProcessingInstructionTarget.name"> |
| 1150 | <visibleWhen |
| 1151 | checkEnabled="true"> |
| 1152 | </visibleWhen> |
| 1153 | </command> |
| 1154 | <command |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1155 | commandId="org.eclipse.vex.ui.EditNamespacesCommand" |
| 1156 | label="%menu.EditNamespaces.name"> |
| 1157 | </command> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1158 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1159 | name="org.eclipse.vex.ui.popup.style" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1160 | visible="true"> |
| 1161 | </separator> |
| 1162 | <menu |
| 1163 | label="%menu.Style.name"> |
| 1164 | <dynamic |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1165 | class="org.eclipse.vex.ui.internal.handlers.StyleMenu" |
| 1166 | id="org.eclipse.vex.ui.StyleMenu"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1167 | </dynamic> |
| 1168 | </menu> |
| 1169 | </menu> |
| 1170 | </menuContribution> |
| 1171 | <menuContribution |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1172 | locationURI="popup:org.eclipse.vex.ui.popup"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1173 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1174 | name="org.eclipse.vex.ui.popup.undoRevertSave" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1175 | visible="true"> |
| 1176 | </separator> |
| 1177 | <command |
| 1178 | commandId="org.eclipse.ui.edit.undo"> |
| 1179 | </command> |
| 1180 | <command |
| 1181 | commandId="org.eclipse.ui.file.revert"> |
| 1182 | </command> |
| 1183 | <command |
| 1184 | commandId="org.eclipse.ui.file.save"> |
| 1185 | </command> |
| 1186 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1187 | name="org.eclipse.vex.ui.popup.vexCommands" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1188 | visible="true"> |
| 1189 | </separator> |
| 1190 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1191 | commandId="org.eclipse.vex.ui.AddElementCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1192 | </command> |
| 1193 | <command |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1194 | commandId="org.eclipse.vex.ui.DuplicateSelectionCommand" |
| 1195 | label="%menu.DuplicateSelection.name"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1196 | </command> |
| 1197 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1198 | commandId="org.eclipse.vex.ui.ConvertElementCommand" |
| 1199 | label="org.eclipse.vex.ui.popupmenu.ConvertElement"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1200 | </command> |
| 1201 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1202 | commandId="org.eclipse.vex.ui.RemoveTagCommand"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1203 | </command> |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1204 | <command |
Florian Thienel | 6c4f652 | 2013-09-08 16:10:28 +0200 | [diff] [blame] | 1205 | commandId="org.eclipse.vex.ui.JoinCommand" |
| 1206 | label="%menu.Join.name"> |
| 1207 | </command> |
| 1208 | <command |
Carsten Hiesserich | c55c5d7 | 2013-09-19 20:23:13 +0200 | [diff] [blame] | 1209 | commandId="org.eclipse.vex.ui.SetProcessingInstructionTargetCommand" |
| 1210 | label="%command.setProcessingInstructionTarget.name"> |
| 1211 | <visibleWhen |
| 1212 | checkEnabled="true"> |
| 1213 | </visibleWhen> |
| 1214 | </command> |
| 1215 | <command |
Holger Voormann | bbfe0f0 | 2013-02-17 12:13:57 +0100 | [diff] [blame] | 1216 | commandId="org.eclipse.vex.ui.EditNamespacesCommand" |
| 1217 | label="%menu.EditNamespaces.name"> |
| 1218 | </command> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1219 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1220 | name="org.eclipse.vex.ui.popup.vexTableItems" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1221 | visible="true"> |
| 1222 | </separator> |
| 1223 | <menu |
| 1224 | label="%menu.Row.name"> |
| 1225 | <visibleWhen> |
| 1226 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1227 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1228 | <equals |
| 1229 | value="true"> |
| 1230 | </equals> |
| 1231 | </with> |
| 1232 | </visibleWhen> |
| 1233 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1234 | commandId="org.eclipse.vex.ui.AddRowAboveCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1235 | label="%menu.Row.AddAbove.name"> |
| 1236 | </command> |
| 1237 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1238 | commandId="org.eclipse.vex.ui.AddRowBelowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1239 | label="%menu.Row.AddBelow.name"> |
| 1240 | </command> |
| 1241 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1242 | commandId="org.eclipse.vex.ui.MoveRowUpCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1243 | label="%menu.Row.MoveUp.name"> |
| 1244 | </command> |
| 1245 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1246 | commandId="org.eclipse.vex.ui.MoveRowDownCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1247 | label="%menu.Row.MoveDown.name"> |
| 1248 | </command> |
| 1249 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1250 | commandId="org.eclipse.vex.ui.RemoveRowCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1251 | label="%menu.Row.Remove.name"> |
| 1252 | </command> |
| 1253 | </menu> |
| 1254 | <menu |
| 1255 | label="%menu.Column.name"> |
| 1256 | <visibleWhen> |
| 1257 | <with |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1258 | variable="org.eclipse.vex.ui.isRow"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1259 | <equals |
| 1260 | value="true"> |
| 1261 | </equals> |
| 1262 | </with> |
| 1263 | </visibleWhen> |
| 1264 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1265 | commandId="org.eclipse.vex.ui.AddColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1266 | label="%menu.Column.AddLeft.name"> |
| 1267 | </command> |
| 1268 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1269 | commandId="org.eclipse.vex.ui.AddColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1270 | label="%menu.Column.AddRight.name"> |
| 1271 | </command> |
| 1272 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1273 | commandId="org.eclipse.vex.ui.MoveColumnLeftCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1274 | label="%menu.Column.MoveLeft.name"> |
| 1275 | </command> |
| 1276 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1277 | commandId="org.eclipse.vex.ui.MoveColumnRightCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1278 | label="%menu.Column.MoveRight.name"> |
| 1279 | </command> |
| 1280 | <command |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1281 | commandId="org.eclipse.vex.ui.RemoveColumnCommand" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1282 | label="%menu.Column.Remove.name"> |
| 1283 | </command> |
| 1284 | </menu> |
| 1285 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1286 | name="org.eclipse.vex.ui.popup.cutCopyPaste" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1287 | visible="true"> |
| 1288 | </separator> |
| 1289 | <command |
| 1290 | commandId="org.eclipse.ui.edit.cut"> |
| 1291 | </command> |
| 1292 | <command |
| 1293 | commandId="org.eclipse.ui.edit.copy"> |
| 1294 | </command> |
| 1295 | <command |
| 1296 | commandId="org.eclipse.ui.edit.paste"> |
| 1297 | </command> |
| 1298 | <command |
| 1299 | commandId="org.eclipse.ui.edit.delete"> |
| 1300 | </command> |
| 1301 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1302 | name="org.eclipse.vex.ui.popup.style" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1303 | visible="true"> |
| 1304 | </separator> |
| 1305 | <menu |
| 1306 | label="%menu.Style.name"> |
| 1307 | <dynamic |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1308 | class="org.eclipse.vex.ui.internal.handlers.StyleMenu" |
| 1309 | id="org.eclipse.vex.ui.StyleMenu"> |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1310 | </dynamic> |
| 1311 | </menu> |
| 1312 | <separator |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1313 | name="org.eclipse.vex.ui.popup.any" |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 1314 | visible="true"> |
| 1315 | </separator> |
| 1316 | </menuContribution> |
Florian Thienel | 644a5ee | 2014-09-20 15:00:35 +0200 | [diff] [blame] | 1317 | <menuContribution |
| 1318 | allPopups="false" |
Florian Thienel | d70936c | 2014-10-03 14:47:31 +0200 | [diff] [blame] | 1319 | locationURI="toolbar:org.eclipse.vex.ui.views.box"> |
Florian Thienel | 644a5ee | 2014-09-20 15:00:35 +0200 | [diff] [blame] | 1320 | <command |
Florian Thienel | d70936c | 2014-10-03 14:47:31 +0200 | [diff] [blame] | 1321 | commandId="org.eclipse.ui.file.refresh" |
| 1322 | icon="icons/refresh.gif" |
Florian Thienel | 644a5ee | 2014-09-20 15:00:35 +0200 | [diff] [blame] | 1323 | label="Refresh" |
| 1324 | style="push" |
| 1325 | tooltip="Refresh the BoxView"> |
| 1326 | </command> |
Florian Thienel | 3544781 | 2015-12-05 12:03:52 +0100 | [diff] [blame] | 1327 | <command |
Florian Thienel | f8acd84 | 2015-12-13 14:48:23 +0100 | [diff] [blame] | 1328 | commandId="org.eclipse.vex.ui.RebuildBoxModel" |
| 1329 | icon="icons/rebuild_structure.gif" |
| 1330 | label="Rebuild Box Model" |
| 1331 | style="push"> |
| 1332 | </command> |
| 1333 | <command |
Florian Thienel | 3544781 | 2015-12-05 12:03:52 +0100 | [diff] [blame] | 1334 | commandId="org.eclipse.vex.ui.Bold" |
| 1335 | icon="icons/style_bold.gif" |
| 1336 | label="Bold" |
| 1337 | style="push"> |
| 1338 | </command> |
Florian Thienel | db2a40e | 2015-12-06 18:04:28 +0100 | [diff] [blame] | 1339 | <command |
| 1340 | commandId="org.eclipse.vex.ui.Italic" |
| 1341 | icon="icons/style_italic.gif" |
| 1342 | label="Italic" |
| 1343 | style="push"> |
| 1344 | </command> |
Florian Thienel | 554c20a | 2015-12-22 20:47:53 +0100 | [diff] [blame] | 1345 | <command |
| 1346 | commandId="org.eclipse.vex.ui.Anchor" |
| 1347 | icon="icons/anchor.gif" |
| 1348 | label="Anchor" |
| 1349 | style="push"> |
| 1350 | </command> |
Florian Thienel | 644a5ee | 2014-09-20 15:00:35 +0200 | [diff] [blame] | 1351 | </menuContribution> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 1352 | </extension> |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 1353 | <extension |
| 1354 | point="org.eclipse.ui.keywords"> |
| 1355 | <keyword |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 1356 | id="org.eclipse.vex.ui.KeywordVex" |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 1357 | label="%Keyword.Vex"> |
| 1358 | </keyword> |
| 1359 | </extension> |
Florian Thienel | 214465e | 2012-01-06 00:23:56 +0100 | [diff] [blame] | 1360 | <extension |
| 1361 | point="org.eclipse.ui.preferencePages"> |
| 1362 | <page |
| 1363 | class="org.eclipse.vex.ui.internal.preferences.RootPreferencePage" |
| 1364 | id="org.eclipse.vex.ui.preferences.RootPreferencePage" |
| 1365 | name="%preferencePage.RootPreferencePage.name"> |
| 1366 | </page> |
| 1367 | </extension> |
| 1368 | <extension |
| 1369 | point="org.eclipse.core.runtime.preferences"> |
| 1370 | <initializer |
| 1371 | class="org.eclipse.vex.ui.internal.preferences.PreferenceInitializer"> |
| 1372 | </initializer> |
| 1373 | </extension> |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 1374 | |
| 1375 | </plugin> |