mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 82264: Enhance the Shared Libraries view. The "Load Symbols" action doesn't update the detail value.
This commit is contained in:
parent
0b8b62e408
commit
e185fdbfd2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-02-16 Mikhail Khodjaiants
|
||||
Bug 82264: Enhance the Shared Libraries view.
|
||||
The "Load Symbols" action doesn't update the detail value.
|
||||
* ModulesViewEventHandler.java
|
||||
|
||||
2005-02-15 Mikhail Khodjaiants
|
||||
Bug 82264: Enhance the Shared Libraries view.
|
||||
The "Load Symbols For All" action is added to the Modules view.
|
||||
|
|
|
@ -64,6 +64,7 @@ public class ModulesViewEventHandler extends AbstractDebugEventHandler {
|
|||
if ( isAvailable() ) {
|
||||
getView().showViewer();
|
||||
getTreeViewer().refresh( element );
|
||||
getTreeViewer().setSelection( getTreeViewer().getSelection() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue