CDT 12.2.0 for Eclipse 2025-09 #1302
Replies: 2 comments 4 replies
-
@jonahgraham : First of all thanks for the new release. However I have a problem with this update. I would like to integrate the TM Terminal in an RCP. This recipe cited here worked until 2025-06: https://www.eclipse.org/lists/tm-dev/msg01128.html Has the API changed? Is there a new example available how to open the TM Terminal programmatically? Another question. Is it also possible to send shell commands to an active shell? |
Beta Was this translation helpful? Give feedback.
-
One additional question. I can't resolve the "TerminalServiceFactory": ITerminalService terminal = TerminalServiceFactory.getService();
if (terminal != null) terminal.openConsole(properties, done); Has this changed? This is also used in the RunInTerminal example. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
CDT 12.2.0 for Eclipse 2025-09 is now released. Please have a look at the New and Noteworthy for the highlights of what is included in this release.
Eclipse IDE Installer
The preferred way to get CDT is to install Eclipse CDT as part of the Eclipse IDE for C/C++ Developers or Eclipse IDE for Embedded C/C++ Developers using the installer
Eclipse IDE Downloads
Alternatively, download the zip/tar/dmg files from the main Eclipse Downloads site.
p2 site
Install CDT into an existing installation using the following p2 URL: https://download.eclipse.org/tools/cdt/releases/12.2 or as a cdt-12.2.0.zip
Eclipse Marketplace
The CDT project maintains 3 Marketplace entries:
Standalone Debugger
Any CDT install can be used as the standalone debugger, therefore download/install CDT as best suits you using the above options.
Thank you
Congratulations and thank you to everyone who contributed, whether by testing, filing bugs, submitting PRs, answering questions. Thank you all for the hard work.
What's Changed (Auto-generated by GitHub)
What's Changed
org.eclipse.terminal.view.core.utils
by @ruspl-afed in Removeorg.eclipse.terminal.view.core.utils
#1260New Contributors
Full Changelog: CDT_12_1_0...CDT_12_2_0
This discussion was created from the release CDT 12.2.0 for Eclipse 2025-09.
Beta Was this translation helpful? Give feedback.
All reactions