Changeset 3528
- Timestamp:
- Mar 15, 2008, 4:18:02 PM (13 years ago)
- Location:
- devel-tools/trunk/eclipse/org.refal.rfpdt.ui
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.rfpdt.ui/plugin.xml
r3525 r3528 3 3 <plugin> 4 4 <extension 5 point="org.eclipse.ui.editors"> 6 <editor 7 class="org.refal.rfpdt.editor.RfpEditor" 8 contributorClass="org.refal.rfpdt.ui.actions.RfpEditorActionContributor" 9 default="true" 10 extensions="rf,rfi" 11 icon="icons/rfpicon16.gif" 12 id="org.refal.rfpdt.editor.rfpEditor" 13 name="Refal Plus Editor"> 14 </editor> 5 point="org.eclipse.core.runtime.adapters"> 6 <factory 7 adaptableType="org.refal.rfpdt.editor.RfpEditor" 8 class="org.refal.rfpdt.ui.actions.RetargettableActionAdapterFactory"> 9 <adapter type="org.eclipse.debug.ui.actions.IToggleBreakpointsTarget"/> 10 </factory> 15 11 </extension> 16 12 <extension … … 21 17 class="org.refal.rfpdt.editor.RfpDocumentSetupParticipant" 22 18 extensions="rf,rfi"/> 19 </extension> 20 <extension 21 point="org.eclipse.ui.bindings"> 22 <key 23 commandId="org.refal.rfpdt.launch.shortcut.debug" 24 contextId="org.eclipse.ui.globalScope" 25 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 26 sequence="M3+M2+D R"/> 27 <key 28 commandId="org.refal.rfpdt.launch.shortcut.run" 29 contextId="org.eclipse.ui.globalScope" 30 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 31 sequence="M3+M2+X R"/> 32 </extension> 33 <extension 34 point="org.eclipse.ui.bindings"> 35 <key 36 commandId="org.refal.rfpdt.editor.commands.toggleComment" 37 contextId="org.refal.rfpdt.editor.rfpEditorScope" 38 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 39 sequence="Ctrl+/"/> 40 <key 41 commandId="org.refal.rfpdt.editor.commands.correctIndent" 42 contextId="org.refal.rfpdt.editor.rfpEditorScope" 43 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 44 sequence="Ctrl+I"/> 45 <key 46 commandId="org.refal.rfpdt.editor.commands.format" 47 contextId="org.refal.rfpdt.editor.rfpEditorScope" 48 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 49 sequence="Ctrl+Shift+F"/> 50 <key 51 commandId="org.refal.rfpdt.editor.goto.matching.bracket" 52 contextId="org.refal.rfpdt.editor.rfpEditorScope" 53 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 54 sequence="M1+M2+P"/> 55 </extension> 56 <extension 57 point="org.eclipse.ui.commands"> 58 <command 59 categoryId="org.eclipse.debug.ui.category.run" 60 description="Debug Refal Plus Application" 61 id="org.refal.rfpdt.launch.shortcut.debug" 62 name="Debug Refal Plus Application"/> 63 <command 64 categoryId="org.eclipse.debug.ui.category.run" 65 description="Run Refal Plus Application" 66 id="org.refal.rfpdt.launch.shortcut.run" 67 name="Run Refal Plus Application"/> 68 </extension> 69 <extension 70 point="org.eclipse.ui.commands"> 71 <category 72 description="Refal Plus editor commands" 73 id="org.refal.rfpdt.editor.commands" 74 name="Refal Plus"/> 75 <command 76 categoryId="org.refal.rfpdt.editor.commands" 77 description="Comment/Uncomment selected lines" 78 id="org.refal.rfpdt.editor.commands.toggleComment" 79 name="Toggle Comment"/> 80 <command 81 categoryId="org.refal.rfpdt.editor.commands" 82 description="Correct indentation of selected lines" 83 id="org.refal.rfpdt.editor.commands.correctIndent" 84 name="Correct Indentation"/> 85 <command 86 categoryId="org.refal.rfpdt.editor.commands" 87 description="Correct indentation of selected lines" 88 id="org.refal.rfpdt.editor.commands.format" 89 name="Format"/> 90 <command 91 categoryId="org.refal.rfpdt.editor.commands" 92 description="Moves the cursor to the matching bracket" 93 id="org.refal.rfpdt.editor.goto.matching.bracket" 94 name="Go to Matching Bracket"/> 23 95 </extension> 24 96 <extension … … 30 102 id="org.refal.rfpdt.editor.rfpEditorScope"> 31 103 </context> 32 </extension>33 <extension34 point="org.eclipse.ui.popupMenus">35 <viewerContribution36 id="org.refal.rfpdt.editor.editorContextMenu"37 targetID="#TextEditorContext">38 <action39 class="org.refal.rfpdt.ui.actions.ToggleCommentAction"40 definitionId="org.refal.rfpdt.editor.commands.toggleComment"41 id="org.refal.rfpdt.editor.editorContextMenu.toggleComment"42 label="Toggle Comment"43 menubarPath="group.edit"/>44 <action45 class="org.refal.rfpdt.ui.actions.IndentAction"46 definitionId="org.refal.rfpdt.editor.commands.correctIndent"47 id="org.refal.rfpdt.editor.editorContextMenu.correctIndent"48 label="Correct &Indentation"49 menubarPath="group.edit"/>50 </viewerContribution>51 <viewerContribution52 id="org.refal.rfpdt.editor.rulerContextMenu"53 targetID="#TextRulerContext">54 <action55 label="Toggle Breakpoint"56 icon="icons/brkp16.gif"57 class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate"58 menubarPath="debug"59 id="org.refal.rfpdt.editor.rulerContextMenu.toggleBreakpointAction"/>60 </viewerContribution>61 104 </extension> 62 105 <extension … … 99 142 </extension> 100 143 <extension 101 point="org.eclipse.ui.commands"> 144 point="org.eclipse.ui.keywords"> 145 <keyword 146 id="org.refal.rfpdt.editor.preferenceKeywords.general" 147 label="org.refal.rfpdt.editor.general"/> 148 </extension> 149 <extension 150 point="org.eclipse.ui.newWizards"> 151 <wizard 152 category="org.refal.rfpdt.newWizardCategory" 153 class="org.refal.rfpdt.ui.wizards.NewRfpProjectWizard" 154 finalPerspective="org.refal.rfpdt.rfpPerspective" 155 icon="icons/rfp_prj16.gif" 156 id="org.refal.rfpdt.wizards.newRfpProjectWizard" 157 name="Refal Plus Project" 158 project="true"/> 159 <primaryWizard id="org.refal.rfpdt.wizards.newRfpProjectWizard"/> 102 160 <category 103 description="Refal Plus editor commands" 104 id="org.refal.rfpdt.editor.commands" 161 id="org.refal.rfpdt.newWizardCategory" 105 162 name="Refal Plus"/> 106 <command 107 categoryId="org.refal.rfpdt.editor.commands" 108 description="Comment/Uncomment selected lines" 109 id="org.refal.rfpdt.editor.commands.toggleComment" 110 name="Toggle Comment"/> 111 <command 112 categoryId="org.refal.rfpdt.editor.commands" 113 description="Correct indentation of selected lines" 114 id="org.refal.rfpdt.editor.commands.correctIndent" 115 name="Correct Indentation"/> 116 <command 117 categoryId="org.refal.rfpdt.editor.commands" 118 description="Correct indentation of selected lines" 119 id="org.refal.rfpdt.editor.commands.format" 120 name="Format"/> 121 <command 122 categoryId="org.refal.rfpdt.editor.commands" 123 description="Moves the cursor to the matching bracket" 124 id="org.refal.rfpdt.editor.goto.matching.bracket" 125 name="Go to Matching Bracket"/> 126 </extension> 127 <extension 128 point="org.eclipse.ui.bindings"> 129 <key 130 commandId="org.refal.rfpdt.editor.commands.toggleComment" 131 contextId="org.refal.rfpdt.editor.rfpEditorScope" 132 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 133 sequence="Ctrl+/"/> 134 <key 135 commandId="org.refal.rfpdt.editor.commands.correctIndent" 136 contextId="org.refal.rfpdt.editor.rfpEditorScope" 137 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 138 sequence="Ctrl+I"/> 139 <key 140 commandId="org.refal.rfpdt.editor.commands.format" 141 contextId="org.refal.rfpdt.editor.rfpEditorScope" 142 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 143 sequence="Ctrl+Shift+F"/> 144 <key 145 commandId="org.refal.rfpdt.editor.goto.matching.bracket" 146 contextId="org.refal.rfpdt.editor.rfpEditorScope" 147 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 148 sequence="M1+M2+P"/> 163 </extension> 164 <extension 165 point="org.eclipse.ui.popupMenus"> 166 <viewerContribution 167 id="org.refal.rfpdt.editor.editorContextMenu" 168 targetID="#TextEditorContext"> 169 <action 170 class="org.refal.rfpdt.ui.actions.ToggleCommentAction" 171 definitionId="org.refal.rfpdt.editor.commands.toggleComment" 172 id="org.refal.rfpdt.editor.editorContextMenu.toggleComment" 173 label="Toggle Comment" 174 menubarPath="group.edit"/> 175 <action 176 class="org.refal.rfpdt.ui.actions.IndentAction" 177 definitionId="org.refal.rfpdt.editor.commands.correctIndent" 178 id="org.refal.rfpdt.editor.editorContextMenu.correctIndent" 179 label="Correct &Indentation" 180 menubarPath="group.edit"/> 181 </viewerContribution> 182 <viewerContribution 183 id="org.refal.rfpdt.editor.rulerContextMenu" 184 targetID="#TextRulerContext"> 185 <action 186 label="Toggle Breakpoint" 187 icon="icons/brkp16.gif" 188 class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate" 189 menubarPath="debug" 190 id="org.refal.rfpdt.editor.rulerContextMenu.toggleBreakpointAction"/> 191 </viewerContribution> 149 192 </extension> 150 193 <extension … … 166 209 </extension> 167 210 <extension 168 point="org.eclipse.ui.keywords">169 <keyword170 id="org.refal.rfpdt.editor.preferenceKeywords.general"171 label="org.refal.rfpdt.editor.general"/>172 </extension>173 <extension174 211 point="org.eclipse.ui.propertyPages"> 175 212 <page … … 187 224 </extension> 188 225 <extension 189 point="org.eclipse.core.runtime.adapters">190 <factory191 adaptableType="org.refal.rfpdt.editor.RfpEditor"192 class="org.refal.rfpdt.ui.actions.RetargettableActionAdapterFactory">193 <adapter type="org.eclipse.debug.ui.actions.IToggleBreakpointsTarget"/>194 </factory>195 </extension>196 <extension197 point="org.eclipse.ui.newWizards">198 <wizard199 category="org.refal.rfpdt.newWizardCategory"200 class="org.refal.rfpdt.ui.wizards.NewRfpProjectWizard"201 finalPerspective="org.refal.rfpdt.rfpPerspective"202 icon="icons/rfp_prj16.gif"203 id="org.refal.rfpdt.wizards.newRfpProjectWizard"204 name="Refal Plus Project"205 project="true"/>206 <primaryWizard id="org.refal.rfpdt.wizards.newRfpProjectWizard"/>207 <category208 id="org.refal.rfpdt.newWizardCategory"209 name="Refal Plus"/>210 </extension>211 <extension212 226 point="org.eclipse.ui.ide.projectNatureImages"> 213 227 <image … … 215 229 id="org.refal.rfpdt.core.natureImage" 216 230 natureId="org.refal.rfpdt.core.rfpNature"/> 217 </extension>218 <extension219 point="org.eclipse.debug.ui.launchConfigurationTypeImages">220 <launchConfigurationTypeImage221 configTypeID="org.refal.rfpdt.launching.rfpApplication"222 icon="icons/rfp_app16.gif"223 id="org.refal.rfpdt.launch.launchConfigurationTypeImage"/>224 231 </extension> 225 232 <extension … … 239 246 </launchMode> 240 247 </launchConfigurationTabGroup> 248 </extension> 249 <extension 250 point="org.eclipse.ui.editors"> 251 <editor 252 class="org.refal.rfpdt.editor.RfpEditor" 253 contributorClass="org.refal.rfpdt.ui.actions.RfpEditorActionContributor" 254 default="true" 255 extensions="rf,rfi" 256 icon="icons/rfpicon16.gif" 257 id="org.refal.rfpdt.editor.rfpEditor" 258 name="Refal Plus Editor"> 259 </editor> 260 </extension> 261 <extension 262 point="org.eclipse.debug.ui.launchConfigurationTypeImages"> 263 <launchConfigurationTypeImage 264 configTypeID="org.refal.rfpdt.launching.rfpApplication" 265 icon="icons/rfp_app16.gif" 266 id="org.refal.rfpdt.launch.launchConfigurationTypeImage"/> 241 267 </extension> 242 268 <extension … … 268 294 </extension> 269 295 <extension 270 point="org.eclipse.ui.commands">271 <command272 categoryId="org.eclipse.debug.ui.category.run"273 description="Run Refal Plus Application"274 id="org.refal.rfpdt.launch.shortcut.run"275 name="Run Refal Plus Application"/>276 </extension>277 <extension278 point="org.eclipse.ui.bindings">279 <key280 commandId="org.refal.rfpdt.launch.shortcut.run"281 contextId="org.eclipse.ui.globalScope"282 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"283 sequence="M3+M2+X R"/>284 </extension>285 <extension286 296 point="org.eclipse.jdt.ui.classpathContainerPage"> 287 297 <classpathContainerPage
Note: See TracChangeset
for help on using the changeset viewer.