Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] TM terminal 4.0 problems

Hi Greg,

It is a "launcher delegate" (org.eclipse.tm.terminal.view.ui.interfaces.ILauncherDelegate), not a "launch delegate" (org.eclipse.debug.core.ILaunchDelegate). The terminal launcher delegate is the bridge between the view and the terminal widget, and it is required. The Remote connector plug-in has the launcher delegate defined (id = " org.eclipse.tm.terminal.connector.telnet.launcher.remote"). Make sure you have the property "delegateId" (ITerminalsConnectorConstants.PROP_DELEGATE_ID) set in the properties passed on to TerminalService#openConsole().

If you want to open a local terminal as the standard terminal does it, the launcher id is " org.eclipse.tm.terminal.connector.local.launcher.local", defined in the local connector plug-in. 

Best regards, Uwe :)


> -----Original Message-----
> From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Greg Watson
> Sent: Mittwoch, 27. Mai 2015 15:23
> To: TM project developer discussions
> Subject: [tm-dev] TM terminal 4.0 problems
> 
> PTP is trying to use TerminalService#openConsole() to open a terminal view.
> However the code appears to require a launcher delegate to be associated with
> the terminal before it will open. Does anyone know why this is the case, since a
> launch delegate has nothing to do with a terminal? Is there some other way to
> open the terminal view?
> 
> Thanks,
> Greg
> _______________________________________________
> tm-dev mailing list
> tm-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit https://dev.eclipse.org/mailman/listinfo/tm-dev


Back to the top