mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[187342] connect before opening window on a object that needs to be connected
This commit is contained in:
parent
dd5ff8217f
commit
8bdf166c81
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ import org.eclipse.rse.internal.ui.SystemResources;
|
|||
import org.eclipse.rse.ui.ISystemContextMenuConstants;
|
||||
import org.eclipse.rse.ui.ISystemIconConstants;
|
||||
import org.eclipse.rse.ui.RSEUIPlugin;
|
||||
import org.eclipse.rse.ui.SystemBasePlugin;
|
||||
import org.eclipse.rse.ui.actions.SystemBaseAction;
|
||||
import org.eclipse.rse.ui.model.ISystemPromptableObject;
|
||||
import org.eclipse.rse.ui.view.ISystemViewElementAdapter;
|
||||
|
@ -117,6 +118,7 @@ public class SystemOpenExplorerPerspectiveAction
|
|||
}
|
||||
catch (Exception e) {
|
||||
// ignore since connect failed (and don't show in the window)
|
||||
SystemBasePlugin.logError(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue