bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <plugin> |
bchilds | d332ebe | 2007-06-13 19:00:08 +0000 | [diff] [blame] | 4 | |
bchilds | b95206a | 2007-03-21 00:02:12 +0000 | [diff] [blame] | 5 | <extension point="org.eclipse.wst.sse.ui.editorConfiguration"> |
bchilds | d332ebe | 2007-06-13 19:00:08 +0000 | [diff] [blame] | 6 | |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 7 | <!-- |
bchilds | d332ebe | 2007-06-13 19:00:08 +0000 | [diff] [blame] | 8 | <sourceViewerConfiguration |
| 9 | class="org.eclipse.wst.jsdt.web.ui.StructuredTextViewerConfigurationJSDT" |
| 10 | target="org.eclipse.wst.html.core.htmlsource.source" /> |
| 11 | |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 12 | --> |
bchilds | 1d32287 | 2007-06-25 15:28:17 +0000 | [diff] [blame] | 13 | |
bchilds | 6b966c7 | 2007-06-07 23:11:29 +0000 | [diff] [blame] | 14 | <contentOutlineConfiguration |
| 15 | class="org.eclipse.wst.jsdt.web.ui.views.provisional.contentoutline.JsContentOutlineConfig" |
bchilds | d332ebe | 2007-06-13 19:00:08 +0000 | [diff] [blame] | 16 | target="org.eclipse.wst.html.core.htmlsource.source" /> |
bchilds | b95206a | 2007-03-21 00:02:12 +0000 | [diff] [blame] | 17 | <provisionalConfiguration |
| 18 | type="contentassistprocessor" |
| 19 | class="org.eclipse.wst.jsdt.web.ui.internal.contentassist.JSDTContentAssistant" |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 20 | target="org.eclipse.wst.html.SCRIPT,org.eclipse.wst.html.SCRIPT.EVENTHANDLER" /> |
| 21 | |
lbustelo | 6bfa7f7 | 2007-07-11 15:07:14 +0000 | [diff] [blame] | 22 | |
bchilds | b95206a | 2007-03-21 00:02:12 +0000 | [diff] [blame] | 23 | <provisionalConfiguration |
| 24 | type="linestyleprovider" |
| 25 | class="org.eclipse.wst.jsdt.web.ui.internal.style.java.LineStyleProviderForJSDT" |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 26 | target="org.eclipse.wst.html.SCRIPT,org.eclipse.wst.html.SCRIPT.EVENTHANDLER" /> |
| 27 | <documentationTextHover |
bchilds | b95206a | 2007-03-21 00:02:12 +0000 | [diff] [blame] | 28 | class="org.eclipse.wst.jsdt.web.ui.internal.taginfo.JSDTHoverProcessor" |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 29 | target="org.eclipse.wst.html.SCRIPT,org.eclipse.wst.html.SCRIPT.EVENTHANDLER" /> |
bchilds | b95206a | 2007-03-21 00:02:12 +0000 | [diff] [blame] | 30 | <provisionalConfiguration |
| 31 | type="characterpairmatcher" |
| 32 | class="org.eclipse.wst.jsdt.web.ui.internal.text.JsDocumentRegionEdgeMatcher" |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 33 | target="org.eclipse.wst.html.SCRIPT,org.eclipse.wst.html.SCRIPT.EVENTHANDLER" /> |
bchilds | b95206a | 2007-03-21 00:02:12 +0000 | [diff] [blame] | 34 | <provisionalConfiguration |
| 35 | type="autoeditstrategy" |
| 36 | class="org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForJs" |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 37 | target="org.eclipse.wst.html.SCRIPT,org.eclipse.wst.html.SCRIPT.EVENTHANDLER" /> |
bchilds | b95206a | 2007-03-21 00:02:12 +0000 | [diff] [blame] | 38 | </extension> |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 39 | |
| 40 | <extension |
| 41 | point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors"> |
| 42 | <hyperlinkDetector |
| 43 | class="org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector" |
| 44 | id="org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector" |
| 45 | name="%hyperlinkDetector.name.2" |
| 46 | targetId="org.eclipse.wst.html.core.htmlsource"> |
| 47 | </hyperlinkDetector> |
| 48 | |
| 49 | </extension> |
| 50 | |
| 51 | |
| 52 | |
bchilds | 5d4d56f | 2007-06-19 14:11:04 +0000 | [diff] [blame] | 53 | <extension point = "org.eclipse.wst.sse.ui.extendedEditorActions"> |
| 54 | <editorContribution |
| 55 | targetID="com.ibm.sse.editor.StructuredTextEditor" |
| 56 | id="com.ibm.sse.editor.extendedActions2"> |
| 57 | <action |
| 58 | popupmenuPath="group.add" |
| 59 | label="Preferences2" |
| 60 | class="com.ibm.sse.editor.preferences.ui.EditStructuredTextEditorPreferencesAction" |
| 61 | id="com.ibm.sse.editor.preferences.ui.EditStructuredTextEditorPreferencesAction2"> |
| 62 | </action> |
| 63 | </editorContribution> |
| 64 | |
| 65 | |
| 66 | </extension> |
bchilds | d5b9b82 | 2007-05-31 22:01:33 +0000 | [diff] [blame] | 67 | <extension |
| 68 | point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets"> |
| 69 | <target |
| 70 | id="org.eclipse.wst.html.SCRIPT" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 71 | name="%target.name.0"> |
bchilds | d5b9b82 | 2007-05-31 22:01:33 +0000 | [diff] [blame] | 72 | </target> |
| 73 | </extension> |
| 74 | |
| 75 | <extension |
| 76 | point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets"> |
| 77 | <target |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 78 | id="org.eclipse.wst.html.SCRIPT.EVENTHANDLER" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 79 | name="%target.name.1"> |
bchilds | d5b9b82 | 2007-05-31 22:01:33 +0000 | [diff] [blame] | 80 | </target> |
| 81 | </extension> |
| 82 | |
| 83 | <extension |
| 84 | point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors"> |
bchilds | d5b9b82 | 2007-05-31 22:01:33 +0000 | [diff] [blame] | 85 | <hyperlinkDetector |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 86 | class="org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector" |
bchilds | d5b9b82 | 2007-05-31 22:01:33 +0000 | [diff] [blame] | 87 | id="org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJavaHyperlinkDetector" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 88 | name="%hyperlinkDetector.name.0" |
bchilds | d5b9b82 | 2007-05-31 22:01:33 +0000 | [diff] [blame] | 89 | targetId="org.eclipse.wst.html.SCRIPT"> |
| 90 | </hyperlinkDetector> |
| 91 | <hyperlinkDetector |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 92 | class="org.eclipse.wst.jsdt.web.ui.internal.hyperlink.JSDTHyperlinkDetector" |
bchilds | d5b9b82 | 2007-05-31 22:01:33 +0000 | [diff] [blame] | 93 | id="org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event.JSPJavaHyperlinkDetector" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 94 | name="%hyperlinkDetector.name.1" |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 95 | targetId="org.eclipse.wst.html.SCRIPT.EVENTHANDLER"> |
bchilds | d5b9b82 | 2007-05-31 22:01:33 +0000 | [diff] [blame] | 96 | </hyperlinkDetector> |
| 97 | </extension> |
bchilds | 6b966c7 | 2007-06-07 23:11:29 +0000 | [diff] [blame] | 98 | |
| 99 | |
| 100 | <extension |
| 101 | point="org.eclipse.ui.popupMenus"> |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 102 | <!-- content outline contributions for Open Type and Open Hierarchy menu. Menus show up in reverse order of decliration (google it). --> |
bchilds | 6b966c7 | 2007-06-07 23:11:29 +0000 | [diff] [blame] | 103 | <objectContribution |
bchilds | 5d4d56f | 2007-06-19 14:11:04 +0000 | [diff] [blame] | 104 | objectClass="org.eclipse.wst.jsdt.web.ui.views.contentoutline.IJavaWebNode" |
bchilds | 6b966c7 | 2007-06-07 23:11:29 +0000 | [diff] [blame] | 105 | id="org.eclipse.wst.jsdt.web.ui.JavaActions"> |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 106 | <!-- Declerations Search Menu --> |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 107 | <menu |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 108 | id="org.eclipse.wst.jsdt.web.declerations" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 109 | label="%menu.label.0" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 110 | path="group.search"> |
| 111 | <separator name="declerations"/> |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 112 | </menu> |
| 113 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 114 | label="%action.label.0" |
| 115 | tooltip="%action.tooltip.0" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 116 | menubarPath="org.eclipse.wst.jsdt.web.declerations/declerations" |
| 117 | class="org.eclipse.wst.jsdt.web.ui.actions.FindReferencesInWorkingSetAction" |
| 118 | enablesFor="1" |
| 119 | id="org.eclipse.wst.jsdt.ui.actions.FindDeclarationsInWorkingSetAction"> |
| 120 | </action> |
| 121 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 122 | label="%action.label.1" |
| 123 | tooltip="%action.tooltip.1" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 124 | menubarPath="org.eclipse.wst.jsdt.web.declerations/declerations" |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 125 | class="org.eclipse.wst.jsdt.web.ui.actions.FindReferencesAction" |
| 126 | enablesFor="1" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 127 | id="org.eclipse.wst.jsdt.ui.actions.FindDeclarationsInHierarchyAction"> |
| 128 | </action> |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 129 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 130 | label="%action.label.2" |
| 131 | tooltip="%action.tooltip.2" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 132 | menubarPath="org.eclipse.wst.jsdt.web.declerations/declerations" |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 133 | class="org.eclipse.wst.jsdt.web.ui.actions.FindReferencesAction" |
| 134 | enablesFor="1" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 135 | id="org.eclipse.wst.jsdt.ui.actions.FindDeclarationsInProjectAction"> |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 136 | </action> |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 137 | |
| 138 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 139 | label="%action.label.3" |
| 140 | tooltip="%action.tooltip.3" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 141 | menubarPath="org.eclipse.wst.jsdt.web.declerations/declerations" |
| 142 | class="org.eclipse.wst.jsdt.web.ui.actions.FindReferencesAction" |
| 143 | enablesFor="1" |
| 144 | id="org.eclipse.wst.jsdt.ui.actions.FindDeclarationsAction"> |
| 145 | </action> |
| 146 | |
| 147 | <!-- Refrences Search menu --> |
| 148 | <menu |
| 149 | id="org.eclipse.wst.jsdt.web.references" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 150 | label="%menu.label.1" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 151 | path="group.search"> |
| 152 | <separator name="references"/> |
| 153 | </menu> |
| 154 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 155 | label="%action.label.4" |
| 156 | tooltip="%action.tooltip.4" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 157 | menubarPath="org.eclipse.wst.jsdt.web.references/references" |
| 158 | class="org.eclipse.wst.jsdt.web.ui.actions.FindReferencesInWorkingSetAction" |
| 159 | enablesFor="1" |
| 160 | id="org.eclipse.wst.jsdt.ui.actions.FindReferencesInWorkingSetAction"> |
| 161 | </action> |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 162 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 163 | label="%action.label.5" |
| 164 | tooltip="%action.tooltip.5" |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 165 | menubarPath="org.eclipse.wst.jsdt.web.references/references" |
| 166 | class="org.eclipse.wst.jsdt.web.ui.actions.FindReferencesAction" |
| 167 | enablesFor="1" |
| 168 | id="org.eclipse.wst.jsdt.ui.actions.FindReferencesInHierarchyAction"> |
| 169 | </action> |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 170 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 171 | label="%action.label.6" |
| 172 | tooltip="%action.tooltip.6" |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 173 | menubarPath="org.eclipse.wst.jsdt.web.references/references" |
| 174 | class="org.eclipse.wst.jsdt.web.ui.actions.FindReferencesAction" |
| 175 | enablesFor="1" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 176 | id="org.eclipse.wst.jsdt.ui.actions.FindReferencesInProjectAction"> |
| 177 | </action> |
| 178 | |
| 179 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 180 | label="%action.label.7" |
| 181 | tooltip="%action.tooltip.7" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 182 | menubarPath="org.eclipse.wst.jsdt.web.references/references" |
| 183 | class="org.eclipse.wst.jsdt.web.ui.actions.FindReferencesAction" |
| 184 | enablesFor="1" |
| 185 | id="org.eclipse.wst.jsdt.ui.actions.FindReferencesAction"> |
| 186 | </action> |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 187 | <!-- Source and Refactoring Menu's --> |
| 188 | <menu |
| 189 | id="org.eclipse.wst.jsdt.web.refactor" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 190 | label="%menu.label.2" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 191 | path="group.generate"> |
| 192 | <separator name="refactor"/> |
| 193 | </menu> |
| 194 | |
| 195 | <menu |
| 196 | id="org.eclipse.wst.jsdt.web.source" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 197 | label="%menu.label.3" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 198 | path="group.generate"> |
| 199 | <separator name="source"/> |
| 200 | </menu> |
| 201 | <!-- Source Actions --> |
| 202 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 203 | label="%action.label.8" |
| 204 | tooltip="%action.tooltip.8" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 205 | menubarPath="org.eclipse.wst.jsdt.web.source/source" |
| 206 | style="push" |
bchilds | d332ebe | 2007-06-13 19:00:08 +0000 | [diff] [blame] | 207 | class="org.eclipse.wst.jsdt.web.ui.actions.AddJavaDocStubAction" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 208 | enablesFor="*" |
| 209 | id="org.eclipse.wst.jsdt.web.ui.generate.element.comment"> |
| 210 | </action> |
| 211 | <!-- Refactor Actions --> |
| 212 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 213 | label="%action.label.9" |
| 214 | tooltip="%action.tooltip.9" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 215 | menubarPath="org.eclipse.wst.jsdt.web.refactor/refactor" |
| 216 | style="push" |
| 217 | class="org.eclipse.wst.jsdt.web.ui.actions.SourceActionsAction" |
| 218 | enablesFor="*" |
| 219 | id="org.eclipse.wst.jsdt.web.ui.change.function.signature"> |
| 220 | </action> |
| 221 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 222 | label="%action.label.10" |
| 223 | tooltip="%action.tooltip.10" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 224 | menubarPath="org.eclipse.wst.jsdt.web.refactor/refactor" |
| 225 | style="push" |
| 226 | class="org.eclipse.wst.jsdt.web.ui.actions.SourceActionsAction" |
| 227 | enablesFor="*" |
| 228 | id="org.eclipse.wst.jsdt.web.ui.Move"> |
| 229 | </action> |
| 230 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 231 | label="%action.label.11" |
| 232 | tooltip="%action.tooltip.11" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 233 | menubarPath="org.eclipse.wst.jsdt.web.refactor/refactor" |
| 234 | style="push" |
| 235 | class="org.eclipse.wst.jsdt.web.ui.actions.SourceActionsAction" |
| 236 | enablesFor="*" |
| 237 | id="org.eclipse.wst.jsdt.web.ui.rename"> |
| 238 | </action> |
| 239 | |
| 240 | |
| 241 | <!-- Edit (cut copy paste etc.. --> |
| 242 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 243 | label="%action.label.12" |
| 244 | tooltip="%action.tooltip.12" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 245 | menubarPath="group.edit" |
| 246 | style="push" |
| 247 | class="org.eclipse.wst.jsdt.web.ui.actions.StandardEditorActionsAction" |
| 248 | enablesFor="*" |
| 249 | id="org.eclipse.wst.jsdt.web.ui.delete"> |
| 250 | </action> |
| 251 | |
| 252 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 253 | label="%action.label.13" |
| 254 | tooltip="%action.tooltip.13" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 255 | menubarPath="group.edit" |
| 256 | style="push" |
| 257 | class="org.eclipse.wst.jsdt.web.ui.actions.StandardEditorActionsAction" |
| 258 | enablesFor="1" |
| 259 | id="org.eclipse.wst.jsdt.web.ui.paste.after"> |
| 260 | </action> |
| 261 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 262 | label="%action.label.14" |
| 263 | tooltip="%action.tooltip.14" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 264 | menubarPath="group.edit" |
| 265 | style="push" |
| 266 | class="org.eclipse.wst.jsdt.web.ui.actions.StandardEditorActionsAction" |
| 267 | enablesFor="1" |
| 268 | id="org.eclipse.wst.jsdt.web.ui.paste.before"> |
| 269 | </action> |
| 270 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 271 | label="%action.label.15" |
| 272 | tooltip="%action.tooltip.15" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 273 | menubarPath="group.edit" |
| 274 | style="push" |
| 275 | class="org.eclipse.wst.jsdt.web.ui.actions.StandardEditorActionsAction" |
| 276 | enablesFor="*" |
| 277 | id="org.eclipse.wst.jsdt.web.ui.copy"> |
| 278 | </action> |
| 279 | |
| 280 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 281 | label="%action.label.16" |
| 282 | tooltip="%action.tooltip.16" |
bchilds | 7123e00 | 2007-06-12 22:02:54 +0000 | [diff] [blame] | 283 | menubarPath="group.edit" |
| 284 | style="push" |
| 285 | class="org.eclipse.wst.jsdt.web.ui.actions.StandardEditorActionsAction" |
| 286 | enablesFor="*" |
| 287 | id="org.eclipse.wst.jsdt.web.ui.cut"> |
| 288 | </action> |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 289 | |
| 290 | <!-- Show in Script Explorer, History and Navigator --> |
| 291 | <menu |
| 292 | id="org.eclipse.wst.jsdt.web.showin" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 293 | label="%menu.label.4" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 294 | path="group.show"> |
| 295 | <separator name="showin"/> |
| 296 | </menu> |
| 297 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 298 | label="%action.label.17" |
| 299 | tooltip="%action.tooltip.17" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 300 | menubarPath="org.eclipse.wst.jsdt.web.showin/showin" |
| 301 | style="push" |
| 302 | class="org.eclipse.wst.jsdt.web.ui.actions.ShowInNavigatorAction" |
| 303 | enablesFor="1" |
| 304 | id="org.eclipse.wst.jsdt.ui.actions.ShowInNavigatorViewAction"> |
| 305 | </action> |
| 306 | <!-- History not working well --> |
| 307 | <!-- |
| 308 | <action |
| 309 | label="History" |
| 310 | tooltip="Show In History" |
| 311 | menubarPath="org.eclipse.wst.jsdt.web.showin/showin" |
| 312 | style="push" |
| 313 | class="org.eclipse.wst.jsdt.web.ui.actions.ShowHistoryAction" |
| 314 | enablesFor="1" |
| 315 | id="org.eclipse.wst.jsdt.internal.ui.callhierarchy.OpenCallHierarchyAction"> |
bchilds | fe70632 | 2007-06-11 15:09:02 +0000 | [diff] [blame] | 316 | </action> |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 317 | --> |
| 318 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 319 | label="%action.label.18" |
| 320 | tooltip="%action.tooltip.18" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 321 | menubarPath="org.eclipse.wst.jsdt.web.showin/showin" |
| 322 | style="push" |
| 323 | class="org.eclipse.wst.jsdt.web.ui.actions.ShowInScriptExplorerAction" |
| 324 | enablesFor="1" |
| 325 | id="org.eclipse.wst.jsdt.ui.actions.ShowInScriptExplorer"> |
| 326 | </action> |
| 327 | |
| 328 | <!-- Open Call and Type Hierarchies --> |
| 329 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 330 | label="%action.label.19" |
| 331 | tooltip="%action.tooltip.19" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 332 | menubarPath="group.show" |
| 333 | style="push" |
| 334 | class="org.eclipse.wst.jsdt.web.ui.actions.OpenCallHierarchyAction" |
| 335 | enablesFor="1" |
| 336 | id="org.eclipse.wst.jsdt.internal.ui.callhierarchy.OpenCallHierarchyAction"> |
| 337 | </action> |
| 338 | <action |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 339 | label="%action.label.20" |
| 340 | tooltip="%action.tooltip.20" |
bchilds | 73b8893 | 2007-06-11 20:45:50 +0000 | [diff] [blame] | 341 | menubarPath="group.show" |
| 342 | style="push" |
| 343 | class="org.eclipse.wst.jsdt.web.ui.actions.OpenTypeHierarchy" |
| 344 | enablesFor="1" |
| 345 | id="org.eclipse.wst.jsdt.ui.actions.OpenTypeHierarchyAction"> |
| 346 | </action> |
| 347 | </objectContribution> |
bchilds | 6b966c7 | 2007-06-07 23:11:29 +0000 | [diff] [blame] | 348 | |
| 349 | </extension> |
| 350 | |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 351 | |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 352 | <!-- ====================================================================================== --> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 353 | <!-- source validation for JSP --> |
| 354 | <!--======================================================================================--> |
bchilds | d332ebe | 2007-06-13 19:00:08 +0000 | [diff] [blame] | 355 | |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 356 | <extension point="org.eclipse.wst.sse.ui.sourcevalidation"> |
| 357 | <validator |
| 358 | scope="total" |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 359 | class="org.eclipse.wst.jsdt.web.core.internal.validation.JsValidator" |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 360 | id="org.eclipse.wst.jsdt.web.jspsourcevalidator"> |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 361 | <contentTypeIdentifier id="org.eclipse.wst.html.core.htmlsource"> |
bchilds | 9924d9f | 2007-05-02 00:26:07 +0000 | [diff] [blame] | 362 | <partitionType id="org.eclipse.wst.html.SCRIPT"></partitionType> |
bchilds | af2da58 | 2007-11-07 22:44:06 +0000 | [diff] [blame] | 363 | <partitionType id="org.eclipse.wst.html.SCRIPT.EVENTHANDLER"></partitionType> |
bchilds | 9924d9f | 2007-05-02 00:26:07 +0000 | [diff] [blame] | 364 | </contentTypeIdentifier> |
| 365 | </validator> |
| 366 | |
| 367 | |
| 368 | </extension> |
bchilds | d332ebe | 2007-06-13 19:00:08 +0000 | [diff] [blame] | 369 | |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 370 | <!--======================================================================================--> |
| 371 | <!-- JSP UI Adapter factories --> |
| 372 | <!--======================================================================================--> |
| 373 | <extension |
| 374 | point="org.eclipse.wst.sse.ui.adapterFactoryDescription"> |
| 375 | <adapterFactoryDescription |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 376 | class="org.eclipse.wst.jsdt.web.ui.internal.registry.AdapterFactoryProviderForJSDT"> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 377 | <contentType id="org.eclipse.wst.html.core.htmlsource" /> |
| 378 | </adapterFactoryDescription> |
| 379 | </extension> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 380 | |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 381 | |
| 382 | |
| 383 | |
| 384 | <!--======================================================================================--> |
| 385 | <!-- for breakpoint --> |
| 386 | <!--======================================================================================--> |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 387 | <!-- removed for now --> |
| 388 | <!-- |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 389 | <extension point="org.eclipse.wst.sse.ui.breakpoint"> |
| 390 | <breakpointContribution id="org.eclipse.wst.jsdt.web.ui.providers"> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 391 | <provider |
bchilds | 46514c7 | 2007-03-06 01:30:32 +0000 | [diff] [blame] | 392 | contentTypes="org.eclipse.wst.html.core.htmlsource" |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 393 | class="org.eclipse.wst.jsdt.web.ui.internal.breakpointproviders.JavaStratumBreakpointProvider:*html,js,htm*" |
| 394 | id="org.eclipse.wst.jsdt.web.ui.internal.breakpointproviders.JavaStratumBreakpointProvider" /> |
| 395 | </breakpointContribution> |
| 396 | </extension> |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 397 | --> |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 398 | |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 399 | |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 400 | <!-- Editor actionsets --> |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 401 | <!-- |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 402 | <extension point="org.eclipse.ui.actionSetPartAssociations"> |
| 403 | <actionSetPartAssociation |
| 404 | targetID="org.eclipse.ui.edit.text.actionSet.annotationNavigation"> |
| 405 | <part id="org.eclipse.wst.jsdt.web.core.jspsource.source" /> |
| 406 | </actionSetPartAssociation> |
| 407 | <actionSetPartAssociation |
| 408 | targetID="org.eclipse.ui.NavigateActionSet"> |
| 409 | <part id="org.eclipse.wst.jsdt.web.core.jspsource.source" /> |
| 410 | </actionSetPartAssociation> |
| 411 | </extension> |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 412 | --> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 413 | |
| 414 | |
| 415 | |
| 416 | |
| 417 | <!-- Keybindings for jsp source editor --> |
bchilds | ea8d779 | 2007-07-27 15:08:07 +0000 | [diff] [blame] | 418 | <!-- |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 419 | <extension point="org.eclipse.ui.bindings"> --> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 420 | <!-- win32: M1=CTRL, M2=SHIFT, M3=ALT --> |
| 421 | <!-- rename refactor --> |
bchilds | ea8d779 | 2007-07-27 15:08:07 +0000 | [diff] [blame] | 422 | <!-- |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 423 | <key |
| 424 | sequence="M2+M3+R" |
| 425 | contextId="org.eclipse.wst.jsdt.web.ui.structured.text.editor.jsp.scope" |
bchilds | ea8d779 | 2007-07-27 15:08:07 +0000 | [diff] [blame] | 426 | commandId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element" |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 427 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 428 | </key> |
bchilds | ea8d779 | 2007-07-27 15:08:07 +0000 | [diff] [blame] | 429 | --> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 430 | <!-- move refactor --> |
bchilds | ea8d779 | 2007-07-27 15:08:07 +0000 | [diff] [blame] | 431 | <!-- |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 432 | <key |
| 433 | sequence="M2+M3+V" |
| 434 | contextId="org.eclipse.wst.jsdt.web.ui.structured.text.editor.jsp.scope" |
| 435 | commandId="org.eclipse.wst.jsdt.web.ui.refactor.move" |
| 436 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 437 | </key> |
| 438 | </extension> |
bchilds | ea8d779 | 2007-07-27 15:08:07 +0000 | [diff] [blame] | 439 | --> |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 440 | |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 441 | |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 442 | <!--======================================================================================--> |
| 443 | <!-- queryParticipant to participate in java seraches --> |
| 444 | <!--======================================================================================--> |
bchilds | d01b1ea | 2007-03-02 16:52:19 +0000 | [diff] [blame] | 445 | <extension point="org.eclipse.wst.jsdt.ui.queryParticipants"> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 446 | <queryParticipant |
bchilds | 01e14c4 | 2007-11-07 16:33:43 +0000 | [diff] [blame] | 447 | name="%queryParticipant.name.0" |
bchilds | d01b1ea | 2007-03-02 16:52:19 +0000 | [diff] [blame] | 448 | nature="org.eclipse.wst.jsdt.core.jsNature" |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 449 | class="org.eclipse.wst.jsdt.web.ui.internal.java.search.ui.JsQueryParticipant" |
| 450 | id="org.eclipse.wst.jsdt.web.ui.java.search.ui.JsQueryParticipant" /> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 451 | |
| 452 | </extension> |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 453 | |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 454 | |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 455 | <!--======================================================================================--> |
| 456 | <!-- Document provider for ExternalFileEditorInput --> |
| 457 | <!--======================================================================================--> |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 458 | <!-- |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 459 | <extension point="org.eclipse.ui.editors.documentProviders"> |
| 460 | <provider |
| 461 | inputTypes="org.eclipse.wst.jsdt.web.ui.internal.hyperlink.ExternalFileEditorInput" |
| 462 | class="org.eclipse.ui.editors.text.TextFileDocumentProvider" |
| 463 | id="org.eclipse.wst.jsdt.web.ui.internal.ExternalFileDocumentProvider" /> |
| 464 | |
| 465 | </extension> |
bchilds | 8f94a9d | 2007-03-13 22:24:43 +0000 | [diff] [blame] | 466 | --> |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 467 | <!-- |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 468 | <extension point="org.eclipse.ui.popupMenus"> |
| 469 | <viewerContribution |
| 470 | targetID="org.eclipse.wst.jsdt.web.core.jspsource.source.RulerContext" |
| 471 | id="org.eclipse.ui.texteditor.ruler.context.actions"> |
| 472 | <action |
| 473 | label="%AddTask.label" |
| 474 | helpContextId="org.eclipse.ui.AddTask_action_context" |
| 475 | class="org.eclipse.ui.texteditor.TaskRulerAction" |
| 476 | tooltip="%AddTask.tooltip" |
| 477 | menubarPath="additions" |
| 478 | id="org.eclipse.ui.texteditor.TaskRulerAction" /> |
| 479 | |
| 480 | <action |
| 481 | label="%AddBookmark.label" |
| 482 | helpContextId="org.eclipse.ui.bookmark_action_context" |
| 483 | class="org.eclipse.ui.texteditor.BookmarkRulerAction" |
| 484 | tooltip="%AddBookmark.tooltip" |
| 485 | menubarPath="additions" |
| 486 | id="org.eclipse.ui.texteditor.BookmarkRulerAction" /> |
| 487 | |
| 488 | </viewerContribution> |
| 489 | </extension> |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 490 | --> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 491 | |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 492 | |
| 493 | <!-- |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 494 | <extension point="org.eclipse.ui.editorActions"> |
| 495 | <editorContribution |
| 496 | id="org.eclipse.wst.jsdt.web.core.jspsource.source.editorActions" |
bchilds | 6b966c7 | 2007-06-07 23:11:29 +0000 | [diff] [blame] | 497 | contributorClass="org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditorActionContributor" |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 498 | targetID="org.eclipse.wst.html.core.htmlsource"> |
| 499 | <action |
| 500 | id="CleanupDocument" |
| 501 | label="%CleanupDocument_label" |
| 502 | definitionId="org.eclipse.wst.sse.ui.cleanup.document" |
| 503 | tooltip="%CleanupDocument_tooltip" |
| 504 | class="org.eclipse.wst.html.ui.internal.edit.ui.CleanupActionHTMLDelegate" |
| 505 | actionID="CleanupDocument"> |
| 506 | </action> |
| 507 | <action |
| 508 | id="ToggleComment" |
| 509 | label="%ToggleComment_label" |
| 510 | definitionId="org.eclipse.wst.sse.ui.toggle.comment" |
| 511 | tooltip="%ToggleComment_tooltip" |
| 512 | class="org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate" |
| 513 | actionID="ToggleComment"> |
| 514 | </action> |
| 515 | <action |
| 516 | id="AddBlockComment" |
| 517 | label="%AddBlockComment_label" |
| 518 | definitionId="org.eclipse.wst.sse.ui.add.block.comment" |
| 519 | tooltip="%AddBlockComment_tooltip" |
| 520 | class="org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate" |
| 521 | actionID="AddBlockComment"> |
| 522 | </action> |
| 523 | <action |
| 524 | id="RemoveBlockComment" |
| 525 | label="%RemoveBlockComment_label" |
| 526 | definitionId="org.eclipse.wst.sse.ui.remove.block.comment" |
| 527 | tooltip="%RemoveBlockComment_tooltip" |
| 528 | class="org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate" |
| 529 | actionID="RemoveBlockComment"> |
| 530 | </action> |
| 531 | <action |
| 532 | id="RenameElement" |
| 533 | label="%RenameElement_label" |
| 534 | definitionId="org.eclipse.wst.jsdt.web.ui.refactor.rename" |
| 535 | class="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPRenameElementActionDelegate" |
| 536 | actionID="RenameElement"> |
| 537 | </action> |
| 538 | <action |
| 539 | id="MoveElement" |
| 540 | label="%MoveElement_label" |
| 541 | definitionId="org.eclipse.wst.jsdt.web.ui.refactor.move" |
| 542 | class="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPMoveElementActionDelegate" |
| 543 | actionID="MoveElement"> |
| 544 | </action> |
| 545 | <action |
| 546 | id="FindOccurrences" |
| 547 | label="%FindOccurrences_label" |
| 548 | definitionId="org.eclipse.wst.sse.ui.search.find.occurrences" |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 549 | class="org.eclipse.wst.jsdt.web.ui.internal.java.search.JsFindOccurrencesActionDelegate" |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 550 | actionID="FindOccurrences"> |
| 551 | </action> |
| 552 | <action |
| 553 | id="StructureSelectEnclosing" |
| 554 | label="%StructureSelectEnclosing_label" |
| 555 | definitionId="org.eclipse.wst.sse.ui.structure.select.enclosing" |
| 556 | tooltip="%StructureSelectEnclosing_tooltip" |
| 557 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate" |
| 558 | actionID="StructureSelectEnclosing"> |
| 559 | </action> |
| 560 | <action |
| 561 | id="StructureSelectNext" |
| 562 | label="%StructureSelectNext_label" |
| 563 | definitionId="org.eclipse.wst.sse.ui.structure.select.next" |
| 564 | tooltip="%StructureSelectNext_tooltip" |
| 565 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate" |
| 566 | actionID="StructureSelectNext"> |
| 567 | </action> |
| 568 | <action |
| 569 | id="StructureSelectPrevious" |
| 570 | label="%StructureSelectPrevious_label" |
| 571 | definitionId="org.eclipse.wst.sse.ui.structure.select.previous" |
| 572 | tooltip="%StructureSelectPrevious_tooltip" |
| 573 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate" |
| 574 | actionID="StructureSelectPrevious"> |
| 575 | </action> |
| 576 | <action |
| 577 | id="StructureSelectHistory" |
| 578 | label="%StructureSelectHistory_label" |
| 579 | definitionId="org.eclipse.wst.sse.ui.structure.select.last" |
| 580 | tooltip="%StructureSelectHistory_tooltip" |
| 581 | class="org.eclipse.wst.sse.ui.internal.selection.StructuredSelectHistoryActionDelegate" |
| 582 | actionID="StructureSelectHistory"> |
| 583 | </action> |
| 584 | </editorContribution> |
| 585 | <editorContribution |
| 586 | targetID="org.eclipse.wst.html.core.htmlsource" |
| 587 | id="org.eclipse.wst.jsdt.web.core.jspsource.ruler.actions"> |
| 588 | <action |
| 589 | label="%AddBookmark.label" |
| 590 | helpContextId="org.eclipse.ui.bookmark_action_context" |
| 591 | class="org.eclipse.ui.texteditor.BookmarkRulerAction" |
| 592 | actionID="RulerDoubleClick" |
| 593 | id="org.eclipse.ui.texteditor.BookmarkRulerAction"/> |
| 594 | <action |
| 595 | label="%SelectRuler.label" |
| 596 | class="org.eclipse.ui.texteditor.SelectRulerAction" |
| 597 | actionID="RulerClick" |
| 598 | id="org.eclipse.ui.texteditor.SelectRulerAction"/> |
| 599 | </editorContribution> |
| 600 | </extension> |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 601 | --> |
bchilds | 5d4d56f | 2007-06-19 14:11:04 +0000 | [diff] [blame] | 602 | <!--======================================================================================--> |
| 603 | <!-- FOR JSP/JAVA RENAME PARTICIPATION --> |
| 604 | <!--======================================================================================--> |
| 605 | <extension |
| 606 | point="org.eclipse.ltk.core.refactoring.renameParticipants"> |
| 607 | <renameParticipant |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 608 | name="%renameParticipant.name.0" |
bchilds | 5d4d56f | 2007-06-19 14:11:04 +0000 | [diff] [blame] | 609 | class="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPTypeRenameParticipant" |
| 610 | id="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPTypeRenameParticipant"> |
| 611 | <enablement> |
| 612 | <with variable="affectedNatures"> |
| 613 | <iterate operator="or"> |
| 614 | <equals value="org.eclipse.wst.jsdt.core.jsNature" /> |
| 615 | </iterate> |
| 616 | </with> |
| 617 | <with variable="element"> |
| 618 | <instanceof value="org.eclipse.wst.jsdt.core.IType" /> |
| 619 | |
| 620 | </with> |
| 621 | </enablement> |
| 622 | </renameParticipant> |
| 623 | <renameParticipant |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 624 | name="%renameParticipant.name.1" |
bchilds | 5d4d56f | 2007-06-19 14:11:04 +0000 | [diff] [blame] | 625 | class="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPTypeRenameParticipant" |
| 626 | id="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPTypeRenameParticipant"> |
| 627 | <enablement> |
| 628 | <with variable="affectedNatures"> |
| 629 | <iterate operator="or"> |
| 630 | <equals value="org.eclipse.wst.jsdt.core.jsNature" /> |
| 631 | </iterate> |
| 632 | </with> |
| 633 | <with variable="element"> |
| 634 | <instanceof value="org.eclipse.wst.jsdt.web.ui.views.contentoutline.IJavaWebNode" /> |
| 635 | |
| 636 | </with> |
| 637 | </enablement> |
| 638 | </renameParticipant> |
| 639 | <renameParticipant |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 640 | name="%renameParticipant.name.2" |
bchilds | 5d4d56f | 2007-06-19 14:11:04 +0000 | [diff] [blame] | 641 | class="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPMethodRenameParticipant" |
| 642 | id="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPMethodRenameParticipant"> |
| 643 | <enablement> |
| 644 | <with variable="affectedNatures"> |
| 645 | <iterate operator="or"> |
| 646 | <equals value="org.eclipse.wst.jsdt.core.jsNature" /> |
| 647 | |
| 648 | </iterate> |
| 649 | </with> |
| 650 | <with variable="element"> |
pberkland | 82712a9 | 2008-04-30 17:09:15 +0000 | [diff] [blame] | 651 | <instanceof value="org.eclipse.wst.jsdt.core.IFunction" /> |
bchilds | 5d4d56f | 2007-06-19 14:11:04 +0000 | [diff] [blame] | 652 | |
| 653 | </with> |
| 654 | </enablement> |
| 655 | </renameParticipant> |
| 656 | <renameParticipant |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 657 | name="%renameParticipant.name.3" |
bchilds | 5d4d56f | 2007-06-19 14:11:04 +0000 | [diff] [blame] | 658 | class="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPMethodRenameParticipant" |
| 659 | id="org.eclipse.wst.jsdt.web.ui.internal.java.refactoring.JSPMethodRenameParticipant"> |
| 660 | <enablement> |
| 661 | <with variable="affectedNatures"> |
| 662 | <iterate operator="or"> |
| 663 | <equals value="org.eclipse.wst.jsdt.core.jsNature" /> |
| 664 | |
| 665 | </iterate> |
| 666 | </with> |
| 667 | <with variable="element"> |
| 668 | <instanceof value="org.eclipse.wst.jsdt.web.ui.views.contentoutline.IJavaWebNode" /> |
| 669 | |
| 670 | </with> |
| 671 | </enablement> |
| 672 | </renameParticipant> |
bchilds | 423c5ef | 2007-07-05 22:56:35 +0000 | [diff] [blame] | 673 | |
bchilds | 0d8372e | 2008-03-28 19:21:31 +0000 | [diff] [blame] | 674 | </extension> |
pberkland | a0c664c | 2008-06-18 19:08:14 +0000 | [diff] [blame] | 675 | <!-- |
bchilds | 0d8372e | 2008-03-28 19:21:31 +0000 | [diff] [blame] | 676 | <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeUIInitializer"> |
| 677 | <JsGlobalScopeUIInitializer |
| 678 | id="org.eclipse.wst.jsdt.launching.WebProject" |
| 679 | class="org.eclipse.wst.jsdt.web.ui.WebProjectJsGlobalScopeUIInitializer"> |
| 680 | </JsGlobalScopeUIInitializer> |
| 681 | </extension> |
pberkland | a0c664c | 2008-06-18 19:08:14 +0000 | [diff] [blame] | 682 | --> |
bchilds | 0d8372e | 2008-03-28 19:21:31 +0000 | [diff] [blame] | 683 | |
| 684 | |
bchilds | c2caaea | 2007-09-12 19:52:13 +0000 | [diff] [blame] | 685 | <extension |
| 686 | point="org.eclipse.ui.popupMenus"> |
| 687 | <objectContribution |
| 688 | objectClass="org.eclipse.core.resources.IProject" |
| 689 | adaptable="true" |
| 690 | id="org.eclipse.wst.jsdt.web.ui.jsdtSetup"> |
| 691 | <menu |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 692 | label="%menu.label.5" |
bchilds | c2caaea | 2007-09-12 19:52:13 +0000 | [diff] [blame] | 693 | id="org.eclipse.wst.jsdt.web.ui.project.tools"> |
| 694 | <separator |
| 695 | name="group0"> |
| 696 | </separator> |
| 697 | </menu> |
| 698 | <action |
| 699 | class="org.eclipse.wst.jsdt.web.ui.SetupProjectsWizzard" |
bchilds | 3e12098 | 2007-11-06 21:49:40 +0000 | [diff] [blame] | 700 | label="%action.label.21" |
bchilds | c2caaea | 2007-09-12 19:52:13 +0000 | [diff] [blame] | 701 | menubarPath="org.eclipse.wst.jsdt.web.ui.project.tools/group0" |
| 702 | enablesFor="+" |
| 703 | id="org.eclipse.wst.jsdt.internal.web.ui.convertProjects"> |
| 704 | </action> |
| 705 | </objectContribution> |
| 706 | </extension> |
| 707 | <!-- Uncomment for Standalone + HTML as seperate options --> |
| 708 | <!-- |
| 709 | <extension |
bchilds | 7267f87 | 2007-09-12 18:43:28 +0000 | [diff] [blame] | 710 | point="org.eclipse.ui.popupMenus"> |
| 711 | <objectContribution |
| 712 | objectClass="org.eclipse.core.resources.IProject" |
| 713 | adaptable="true" |
| 714 | id="org.eclipse.wst.jsdt.web.ui.jsdtSetup"> |
| 715 | <action |
| 716 | label="Add Support for JavaScript in HTML" |
| 717 | class="org.eclipse.wst.jsdt.web.ui.SetupProjectsWizzard" |
| 718 | menubarPath="org.eclipse.wst.jsdt.ui.project.tools/group0" |
| 719 | enablesFor="+" |
| 720 | id="org.eclipse.wst.jsdt.web.internal.ui.convertProjects"> |
| 721 | </action> |
| 722 | </objectContribution> |
| 723 | </extension> |
bchilds | c2caaea | 2007-09-12 19:52:13 +0000 | [diff] [blame] | 724 | --> |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 725 | </plugin> |