Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/User/NewIn98"

< CDT
(Formatter)
(Build)
Line 46: Line 46:
 
= Build  =
 
= Build  =
 
----
 
----
 +
It's possible to derive from GnuMakefileGenerator to solve the issue with selectable output directory for managed build. Current situation is that build system restricts the build directory to <configname>. Derived class can for instance define additional directory in project root which contains the configuration specific subdirectory. Then a structure <mydir>/<configname> becomes possible.
 
----
 
----
  

Revision as of 05:17, 10 April 2019


Release


This is the New & Noteworthy page for CDT 9.8 which is part of Eclipse 2019-06 Simultaneous Release



Editor



Refactoring



Code Analysis



Formatter


Empty statements

Added new option to the UI to put empty statements on new line. See Bug 414681.


Parser



Build


It's possible to derive from GnuMakefileGenerator to solve the issue with selectable output directory for managed build. Current situation is that build system restricts the build directory to <configname>. Derived class can for instance define additional directory in project root which contains the configuration specific subdirectory. Then a structure <mydir>/<configname> becomes possible.


Debug



Launch Bar



API modifications



Other changes



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.8


Back to the top