1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Christoph Läubrich 15be3b0264 Add accessor for included pty instance
Currently if I get passed a Process from by a method call I can check it
for the Spawner and can already call special methods like hangup(). But
there is no way to get access the the PTY used to create the Spawner so
for example one can't call PTY#setTerminalSize or query any other
properties.

This now adds a new method pty() that returns this instance for further
investigation and actions.
2025-04-15 11:44:05 +02:00
..
org.eclipse.cdt.core Avoid null value being converted to "null" string in environment (#1096) 2025-02-25 21:55:40 -05:00
org.eclipse.cdt.core.linux Bump version to CDT 12.0.0 (#911) 2024-10-08 12:52:15 -04:00
org.eclipse.cdt.core.linux.aarch64 Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.linux.ppc64le Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.linux.x86_64 Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.macosx Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.native Add accessor for included pty instance 2025-04-15 11:44:05 +02:00
org.eclipse.cdt.core.tests Improve CommandLineUtil to string methods so they look prettier (#1074) 2025-02-19 21:00:46 -05:00
org.eclipse.cdt.core.win32 Add native support for Windows on Arm64 (#971) 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.win32.aarch64 Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.win32.x86_64 Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.ui Add internal API to CEditor to allow CDT-LSP to contribute a "try it" banner (#1088) 2025-02-17 17:34:44 -05:00
org.eclipse.cdt.ui.tests Update maven dependencies to latest versions, especially Hamcrest 2025-01-16 14:57:42 -05:00
pom.xml Bump version to CDT 12.0.0 (#911) 2024-10-08 12:52:15 -04:00