Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] creating a terminal programatically with stdin support

Hi Brad,

This is still an open request.

Thanks
Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 31 January 2018 at 16:21, Brad Micklea <bmicklea@xxxxxxxxxx> wrote:
> Hi Jonah, I didn't see a reply to this but wanted to find out if you'd
> gotten some help or if this was still an open request.
>
> On Tue, Jan 30, 2018 at 7:23 AM, Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
> wrote:
>>
>> I have been looking at how I can create a terminal/console attached to
>> arbitrary input/output in Che.
>>
>> Are there such examples already in the code? Or do I need to create a new
>> view.
>>
>> Specifically I am trying to create a debug console to connect to the
>> virtual channel of a debugger. This channel may be either provided by Input
>> and Output streams in Java, or in some cases may be a pty.
>>
>> I have examined the implementation of the Terminal, but I have not found
>> how to use it in a general purpose way. I have also looked at how Commands
>> are run, but the consoles they create are output only.
>>
>> As a point of comparison, I am looking for the equivalent to the Console
>> feature in Eclipse, or the Debug Console in VS Code.
>>
>> Thanks,
>> Jonah
>>
>>
>> ~~~
>> Jonah Graham
>> Kichwa Coders Ltd.
>> www.kichwacoders.com
>>
>> _______________________________________________
>> che-dev mailing list
>> che-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>
>
>
>
> --
>
> Brad Micklea // Product Management // Developer Tools // 416.707.0792
>
> _______________________________________________
> che-dev mailing list
> che-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/che-dev
>


Back to the top