1
0
Fork 0
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:
Mikhail Khodjaiants 2005-02-16 20:21:54 +00:00
parent 0b8b62e408
commit e185fdbfd2
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -64,6 +64,7 @@ public class ModulesViewEventHandler extends AbstractDebugEventHandler {
if ( isAvailable() ) {
getView().showViewer();
getTreeViewer().refresh( element );
getTreeViewer().setSelection( getTreeViewer().getSelection() );
}
}
}