mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +02:00
[196584] fix to show shell on double-click
This commit is contained in:
parent
34bad9791d
commit
d57b4f50a2
1 changed files with 1 additions and 0 deletions
|
@ -580,6 +580,7 @@ implements ISystemViewElementAdapter, ISystemRemoteElementAdapter
|
||||||
{
|
{
|
||||||
SystemCommandsViewPart viewPart = SystemCommandsUI.getInstance().activateCommandsView();
|
SystemCommandsViewPart viewPart = SystemCommandsUI.getInstance().activateCommandsView();
|
||||||
viewPart.updateOutput(cmdshell);
|
viewPart.updateOutput(cmdshell);
|
||||||
|
viewPart.showPageFor(cmdshell); //196584
|
||||||
result = true;
|
result = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue