Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Changes to PTP terminal

Thanks, Greg. I'll give it a try. Is there a call planned for tomorrow?

Cheers,
Steve

On 02/09/2015 11:56 AM, Greg Watson wrote:
This email is mainly for Steve, but I wanted to keep everyone in the loop.

I’ve made some changes to the PTP terminal support in master. In summary, these are:

1. TM terminal support for remote services (org.eclipse.remote) has been moved to the TM project, hereafter referred to as TM Remote Terminal.

2. In order to support the same functionality provided by TM terminal, I added an extension point to the TM Remote Terminal called “parsers”. A parser must implement the org.eclipse.m.terminal.remote.IRemoteTerminalParser interface. Basically, this call a parse() method with the contents of every buffer from the remote system. See the extension point and Javadoc for more information.

3. The command handler (which allows a user to right-click on a synchronized project and open a terminal) remains relatively unchanged.

Please take a look a these changes and let me know if everything is working as expected. It’s possible that I may have overlooked something in the conversion.

We can also discuss this more tomorrow if anyone has questions or concerns.

Greg
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top