Christoph Läubrich

Results 1649 comments of Christoph Läubrich

I have now extracted some of the more generic changes that seems like missing before here: - https://github.com/eclipse-platform/eclipse.platform/pull/2033 that would make this changes smaller an easier to review / discuss.

Maybe this is already solved in the new release of milton?

Currently if I start gogo-shell with jlink support from within eclipse I get this: ``` [2025-03-07 17:52:55] [FEIN ] Error creating EXEC based terminal: Not a tty [2025-03-07 17:52:55] [WARNUNG]...

If I replace the standard Eclipse Console with [jediterm](https://github.com/JetBrains/jediterm) it looks like this: ![grafik](https://github.com/user-attachments/assets/0e46d326-e9f3-4d6c-820c-af156d788ac2) so colors and auto complete is supported.

As far as I understand this provides a new view with a terminal where I then can launch some process but it does not integrates with default launches / console...

BTW I now installed the plugin but it complains `UnsatisfiedLinkError: no pty in java.library.path` beside from that I can type some commands but do not get a local echo and...

@jonahgraham many thanks for the details I'll try to take a deeper look into that, I just tried yesterday to use the UI part standalone but not with much success,...

I now got it working by open a separate shell and redirecting the streams with some hacking into the debug-plugin: https://github.com/user-attachments/assets/f3c57127-e534-40a9-b57b-37b758c08310 so far it looks very promising and basic operations...

> If you can explain how to reproduce, please share. I now found out that I need to explicitly add - org.eclipse.cdt.core.linux - org.eclipse.cdt.core.linux.x86_64 to my launch configuration, now it...

I now got it basically working with CDT native (updated the PR here) as well there are just two issue: 1. the factory seems to offer no way to join...