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

What does the parser do? For this of us who are not Steve ;)

On 2015-02-09, 12:56 PM, "Greg Watson" <g.watson@xxxxxxxxxxxx> 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