1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[196584] fix to show shell on double-click

This commit is contained in:
David McKnight 2007-07-16 18:31:18 +00:00
parent 34bad9791d
commit d57b4f50a2

View file

@ -580,6 +580,7 @@ implements ISystemViewElementAdapter, ISystemRemoteElementAdapter
{
SystemCommandsViewPart viewPart = SystemCommandsUI.getInstance().activateCommandsView();
viewPart.updateOutput(cmdshell);
viewPart.showPageFor(cmdshell); //196584
result = true;
}
}