File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
plugins/org.eclipse.dltk.javascript.debug.ui Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 8
8
<initializer class =" org.eclipse.dltk.javascript.internal.debug.ui.JavaScriptDebugUIPreferenceInitializer" />
9
9
</extension >
10
10
11
- <extension point =" org.eclipse.ui.viewActions" >
12
- <viewContribution
13
- targetID =" org.eclipse.debug.ui.VariableView"
14
- id =" org.eclipse.dltk.javascript.debug.ui.VariableViewActions" >
15
- <action
16
- style =" toggle"
17
- id =" org.eclipse.dltk.javascript.debug.ui.variableViewActions.ShowStatic"
18
- class =" org.eclipse.dltk.javascript.internal.console.ui.actions.ShowFunctionsAction"
19
- helpContextId =" show_functions_context"
20
- icon =" icons/javascript.gif"
21
- label =" %showFunctionsAction.label"
22
- menubarPath =" org.eclipse.dltk.javascript.debug.ui.menu.VariableView/js"
23
- tooltip =" %showFunctionsAction.tooltip" >
24
- </action >
25
- </viewContribution >
26
- </extension >
27
11
28
12
<extension point =" org.eclipse.dltk.ui.editorTextHovers" >
29
13
<hover
376
360
id =" org.eclipse.dltk.javascript.debug.ui.commands.toggleGlobalVariables"
377
361
description =" %showGlobalVarsCommand.name"
378
362
name =" %showGlobalVarsCommand.description" />
379
- <command
380
- id =" org.eclipse.dltk.javascript.debug.ui.commands.toggleClassVariables"
381
- description =" %showClassVarsCommand.name"
382
- name =" %showClassVarsCommand.description" />
383
363
<command
384
364
id =" org.eclipse.dltk.javascript.debug.ui.commands.toggleLocalVariables"
385
365
description =" %showLocalVarsCommand.name"
You can’t perform that action at this time.
0 commit comments