Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/NewIn70"

< CDT
m (Build)
m (Build)
Line 5: Line 5:
 
*Error highlighting in build console. Navigation from errors in build console to location in editor, [[http://bugs.eclipse.org/295625 Bug 295625]]
 
*Error highlighting in build console. Navigation from errors in build console to location in editor, [[http://bugs.eclipse.org/295625 Bug 295625]]
 
*Regular Expression Error Parser, [[http://bugs.eclipse.org/109139 Bug 109139]]  
 
*Regular Expression Error Parser, [[http://bugs.eclipse.org/109139 Bug 109139]]  
 +
*Better algorithms to recognize MinGW and Cygwin toolchains, [[http://bugs.eclipse.org/303900 Bug 303900]]
 
*Ability to save build console to a file, [[http://bugs.eclipse.org/306222 Bug 306222]]  
 
*Ability to save build console to a file, [[http://bugs.eclipse.org/306222 Bug 306222]]  
 +
*When a Hello World project is created, open generated file automatically, [[http://bugs.eclipse.org/301732 Bug 301732]]
 
*A new keyboard binding "Run Last Make Target", [[http://bugs.eclipse.org/69922 Bug 69922]]  
 
*A new keyboard binding "Run Last Make Target", [[http://bugs.eclipse.org/69922 Bug 69922]]  
 
*Organized project contex menu related to build, [[http://bugs.eclipse.org/309579 Bug 309579]] . Reworked "Build Selected Configurations" dialog, [[http://bugs.eclipse.org/230185 Bug 230185]]  
 
*Organized project contex menu related to build, [[http://bugs.eclipse.org/309579 Bug 309579]] . Reworked "Build Selected Configurations" dialog, [[http://bugs.eclipse.org/230185 Bug 230185]]  

Revision as of 21:45, 23 May 2010

Debug

Support for GDB tracepoints. See the wiki page for details.

Build

  • Error highlighting in build console. Navigation from errors in build console to location in editor, [Bug 295625]
  • Regular Expression Error Parser, [Bug 109139]
  • Better algorithms to recognize MinGW and Cygwin toolchains, [Bug 303900]
  • Ability to save build console to a file, [Bug 306222]
  • When a Hello World project is created, open generated file automatically, [Bug 301732]
  • A new keyboard binding "Run Last Make Target", [Bug 69922]
  • Organized project contex menu related to build, [Bug 309579] . Reworked "Build Selected Configurations" dialog, [Bug 230185]
  • Organized build preferences under "Build" page, [Bug 289169] .
  • New overlay icons, [Bug 298540], [Bug 297557], new "headers in workspace" icon [Bug 279502]
  • Managedbuilder JUnit tests fixed, [Bug 212596]
  • Cannot run or debug class in a project with GB18030 characters in workspace/project name.  Most class libraries do not properly support the creation of a system process (via java.lang.Runtime.exec(...)) when the specified command line contains GB18030 characters. This limitation means the scanner discovery mechanism and debugger cannot launch applications when the command line it generates contains GB18030 characters. Details in [Bug 308803]

Code Analysis

New code analysis framework is introduced, called Codan. See this wiki for details.

Back to the top