mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 82264: Enhance the Shared Libraries view. New images for the "Load Symbols" action.
This commit is contained in:
parent
30f8084e4f
commit
b9cfea60b3
5 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2005-02-14 Mikhail Khodjaiants
|
||||||
|
Bug 82264: Enhance the Shared Libraries view.
|
||||||
|
New images for the "Load Symbols" action.
|
||||||
|
* plugin.xml
|
||||||
|
* icons/full/clcl16/load_symbols_co.gif
|
||||||
|
* icons/full/dlcl16/load_symbols_co.gif
|
||||||
|
* icons/full/elcl16/load_symbols_co.gif
|
||||||
|
|
||||||
2005-02-14 Mikhail Khodjaiants
|
2005-02-14 Mikhail Khodjaiants
|
||||||
Bug 82264: Enhance the Shared Libraries view.
|
Bug 82264: Enhance the Shared Libraries view.
|
||||||
Added the "Load Symbols" action.
|
Added the "Load Symbols" action.
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 230 B |
Binary file not shown.
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 171 B |
Binary file not shown.
Before Width: | Height: | Size: 905 B After Width: | Height: | Size: 230 B |
|
@ -737,7 +737,7 @@
|
||||||
enablesFor="1"
|
enablesFor="1"
|
||||||
label="%LoadSymbolsAction.label"
|
label="%LoadSymbolsAction.label"
|
||||||
tooltip="%LoadSymbolsAction.tooltip"
|
tooltip="%LoadSymbolsAction.tooltip"
|
||||||
icon="icons/full/clcl16/load_symbols_co.gif"
|
icon="icons/full/elcl16/load_symbols_co.gif"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.LoadModuleSymbolsActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.LoadModuleSymbolsActionDelegate"
|
||||||
menubarPath="modulesGroup"
|
menubarPath="modulesGroup"
|
||||||
id="org.eclipse.cdt.debug.ui.LoadSymbolsAction"/>
|
id="org.eclipse.cdt.debug.ui.LoadSymbolsAction"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue