Skip to content

Commit 9f0d3e6

Browse files
committed
removing show functions and show class variables (not much use in
servoy)
1 parent adba3e0 commit 9f0d3e6

File tree

1 file changed

+0
-20
lines changed
  • plugins/org.eclipse.dltk.javascript.debug.ui

1 file changed

+0
-20
lines changed

plugins/org.eclipse.dltk.javascript.debug.ui/plugin.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@
88
<initializer class="org.eclipse.dltk.javascript.internal.debug.ui.JavaScriptDebugUIPreferenceInitializer" />
99
</extension>
1010

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>
2711

2812
<extension point="org.eclipse.dltk.ui.editorTextHovers">
2913
<hover
@@ -376,10 +360,6 @@
376360
id="org.eclipse.dltk.javascript.debug.ui.commands.toggleGlobalVariables"
377361
description="%showGlobalVarsCommand.name"
378362
name="%showGlobalVarsCommand.description" />
379-
<command
380-
id="org.eclipse.dltk.javascript.debug.ui.commands.toggleClassVariables"
381-
description="%showClassVarsCommand.name"
382-
name="%showClassVarsCommand.description" />
383363
<command
384364
id="org.eclipse.dltk.javascript.debug.ui.commands.toggleLocalVariables"
385365
description="%showLocalVarsCommand.name"

0 commit comments

Comments
 (0)