mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[214395] Properties View not updated when clicking on Search Results
This commit is contained in:
parent
29068be787
commit
a51b026f49
1 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
|
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
|
||||||
* Kevin Doyle (IBM) - [242431] Register a new unique context menu id, so contributions can be made to all our views
|
* Kevin Doyle (IBM) - [242431] Register a new unique context menu id, so contributions can be made to all our views
|
||||||
* David McKnight (IBM) - [250169] Problems with extending the menu's of results in Remote Search View
|
* David McKnight (IBM) - [250169] Problems with extending the menu's of results in Remote Search View
|
||||||
|
* David McKnight (IBM) - [214395] Properties View not updated when clicking on Search Results
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.ui.view.search;
|
package org.eclipse.rse.internal.ui.view.search;
|
||||||
|
@ -418,7 +419,9 @@ public class SystemSearchViewPart extends ViewPart
|
||||||
* @see org.eclipse.ui.IWorkbenchPart#setFocus()
|
* @see org.eclipse.ui.IWorkbenchPart#setFocus()
|
||||||
*/
|
*/
|
||||||
public void setFocus() {
|
public void setFocus() {
|
||||||
pageBook.setFocus();
|
if (currentViewer != null){
|
||||||
|
getSite().setSelectionProvider(currentViewer);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue