Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] Full-featured shell within Eclipse

This is awesome!  I can even use this local terminal with different
shells or even another executable.
 
Can it be controlled programatically?  Launched programatically?
 
Thanks Martin


From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Oberhuber, Martin
Sent: Monday, April 18, 2011 11:39 AM
To: TM project developer discussions
Subject: Re: [tm-dev] Full-featured shell within Eclipse

Hi Marc,

 

In fact when you install the “Local Terminal” from Helios or Indigo, you get the Terminal view for your local Linux box (no need to go via SSH).

 

Up/Down/Tab, Ctrl+C etc should all work as expected.

 

Unfortunately we don’t have the feature on Windows yet because the Console / PTY Handling is so awkward there … you can have a local Windows Terminal from Aptana though, they wrote an EXE which emulates PTY through the Windows Console API.

 

Contributions are welcome if you find any issues with the local terminal.

Two of the known issues are

-          https://bugs.eclipse.org/bugs/show_bug.cgi?id=314632

-          https://bugs.eclipse.org/bugs/show_bug.cgi?id=314625

 

 

Thanks,

Martin

--

Martin Oberhuber, SMTS / Product Architect – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 

From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Thursday, April 07, 2011 7:59 PM
To: 'TM project developer discussions'
Subject: Re: [tm-dev] Full-featured shell within Eclipse

 

I didn't find that exact name "SSH Terminatel View" anywhere

but I did find a view under Terminal called Terminal which does give me history, completion

and all that good stuff!

 

Thanks!

 


From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Chris Recoskie
Sent: Thursday, April 07, 2011 1:29 PM
To: TM project developer discussions
Subject: Re: [tm-dev] Full-featured shell within Eclipse

The SSH Terminal View is probably what you want.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for Marc Khouzam ---04/07/2011 01:26:33 PM---Hi, Does TM provide a way to start a full-features command sMarc Khouzam ---04/07/2011 01:26:33 PM---Hi, Does TM provide a way to start a full-features command shell from Eclipse?


From:


Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>


To:


"'tm-dev@xxxxxxxxxxx'" <tm-dev@xxxxxxxxxxx>


Date:


04/07/2011 01:26 PM


Subject:


[tm-dev] Full-featured shell within Eclipse


Sent by:


tm-dev-bounces@xxxxxxxxxxx





Hi,

Does TM provide a way to start a full-features command shell from Eclipse?
I would like to start a tcsh shell on my Linux box and have it as
an Eclipse view.  But I want to use command history (arrow up/down)
and command completion (tab) from that shell.

Thanks

Marc
_______________________________________________
tm-dev mailing list
tm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/tm-dev


Back to the top