Christoph Läubrich
Christoph Läubrich
I now was able to show the CDT terminal as a console for the running java process: https://github.com/user-attachments/assets/c4149ac8-5599-4ff5-a0a2-07465b2d100b
I now have all puzzle pieces and a fully working solution for terminal support using CDT native, I'll try to create smaller PRs. @jonahgraham @akurtakov it CDT using "ibuilds" or...
@jonahgraham I think actually a tight integration in platform by default would be beneficial. I therefore wonder if we can maybe merge some of the core terminal parts into platform...
@akurtakov I wonder what would be the best place to move it to. Should we use `eclipse.platform`? Seems logical related, on the other hand I could also thing `eclipse.swt` to...
> Would you please elaborate on the Program class support a bit more? If SWT is to use it it would should prevent yet another circular dependency at build time....
I don't think its worth an extra bundle as it does not imply any dependencies. Also I hardly can imagine this to be useful without an UI anyways. I'll try...
@jonahgraham I noticed that there is an (optional) dependency for `conpty` using jna under windows do you know why two impls are supported for windows and what is the advantage...
@akurtakov I created a rough PR here that shows how it would look like to merge it into SWT: - https://github.com/eclipse-platform/eclipse.platform.swt/pull/2025
I adopted my example now for latest CDT and latest Platform and it is working as expected. Build will fails as we are missing the required classes currently present at...
Everything is now prepared and merged so this is ready for submission.