Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Show Terminal

I've recently updated my eclipse platform and source files, and it seems that the "Show Terminal" feature isn't working. Specifically, it looks like this code from TerminalCommandHandler isn't working.

        // Open the terminal
        ITerminalService terminal = TerminalServiceFactory.getService();
        if (terminal != null) {
            terminal.openConsole(properties, done);
        }

(1) Does this work for anyone else?
(2) Are there more changes to the terminal subsystem I should know about?

Cheers,
Steve


Back to the top