Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Integrating Terminal to custom IDE

Hello,

You might be using a serial connector.  You need to create a terminal similar to "Local Terminal"

You can just replicate the local terminal behavior with custom changes.
https://github.com/eclipse-cdt/cdt/tree/9043b4b51140672de4dc899e1d5848d91b6149ae/terminal/plugins/org.eclipse.tm.terminal.connector.local

Best Regards,
Kondal Kolipaka


On Wed, Jul 15, 2020 at 1:13 PM Vidya T C <vidya.tc@xxxxxxxxxxxxxxx> wrote:
Hello,

We are working on a custom IDE based on Eclipse CDT. It is required to integrate the terminal to our IDE

We already have a view for the terminal, but when we try to configure the terminal with the existing shell it is asking us to select the port, we are not clear about the port,
can someone help us with this

Thanks in Advance. 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top