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/NewIn50"

< CDT
(Editor)
m (Editor)
Line 3: Line 3:
 
{| style="width:100%;"
 
{| style="width:100%;"
  
|-  
+
|- style="vertical-align:top;"
 
| '''Code and File Templates'''
 
| '''Code and File Templates'''
 
||
 
||
[[Image:1.png]] [[Image:2.png]] [[Image:3.png]]
 
 
{|  
 
{|  
 
|-  
 
|-  
| New preference page C/C++ > Code Style > Code Templates  
+
| New preference page C/C++ > Code Style > Code Templates<br>[[Image:4.png]]
 
|-  
 
|-  
 
| Templates used in New Class and New Source/Header File wizards
 
| Templates used in New Class and New Source/Header File wizards
 +
[[Image:1.png]] [[Image:2.png]] [[Image:3.png]]
 
|-  
 
|-  
 
| New generic wizard: File from Template
 
| New generic wizard: File from Template
 
|}
 
|}
|| [http://bugs.eclipse.org/88390 88390], [http://bugs.eclipse.org/190511 190511], [http://bugs.eclipse.org/147390 147390]
+
|| <ul><li>[http://bugs.eclipse.org/88390 88390]<li>[http://bugs.eclipse.org/190511 190511]<li>[http://bugs.eclipse.org/147390 147390]</ul>
  
|-  
+
|- style="vertical-align:top;"
 
| '''Outline for assembly files''' || Description || [http://bugs.eclipse.org/206288 206288], [http://bugs.eclipse.org/205567 205567]
 
| '''Outline for assembly files''' || Description || [http://bugs.eclipse.org/206288 206288], [http://bugs.eclipse.org/205567 205567]
  
|-
+
|- style="vertical-align:top;"
 
| '''Code formatter improvements'''
 
| '''Code formatter improvements'''
 
||  
 
||  
Line 28: Line 28:
 
||
 
||
  
|-
+
|- style="vertical-align:top;"
 
| '''Content Assist improvements'''
 
| '''Content Assist improvements'''
 
||
 
||
Line 38: Line 38:
 
||
 
||
  
|-
+
|- style="vertical-align:top;"
 
| '''Doxygen editor support (plus framework)'''
 
| '''Doxygen editor support (plus framework)'''
 
|| Description
 
|| Description
 
|| [http://bugs.eclipse.org/178386 178386]
 
|| [http://bugs.eclipse.org/178386 178386]
  
|-
+
|- style="vertical-align:top;"
 
| '''Mark Occurrences'''
 
| '''Mark Occurrences'''
 
|| Description
 
|| Description
 
|| [http://bugs.eclipse.org/159812 159812]
 
|| [http://bugs.eclipse.org/159812 159812]
  
|-
+
|- style="vertical-align:top;"
 
| '''Folding of compound statements''' || Description || [http://bugs.eclipse.org/174597 174597] (contributed by Elazar Leibovich)
 
| '''Folding of compound statements''' || Description || [http://bugs.eclipse.org/174597 174597] (contributed by Elazar Leibovich)
  
|-
+
|- style="vertical-align:top;"
 
| '''Macro expansion hover and exploration tool''' || Description || [http://bugs.eclipse.org/23540 23540]
 
| '''Macro expansion hover and exploration tool''' || Description || [http://bugs.eclipse.org/23540 23540]
  
|-
+
|- style="vertical-align:top;"
 
| '''Spell Checking''' || Description || [http://bugs.eclipse.org/190512 190512]
 
| '''Spell Checking''' || Description || [http://bugs.eclipse.org/190512 190512]
  
|-
+
|- style="vertical-align:top;"
 
| '''Scalability mode''' || Description || [http://bugs.eclipse.org/226955 226955]
 
| '''Scalability mode''' || Description || [http://bugs.eclipse.org/226955 226955]
  
|-
+
|- style="vertical-align:top;"
 
| '''Visual Studio key bindings''' || Description || [http://bugs.eclipse.org/209218 209218]
 
| '''Visual Studio key bindings''' || Description || [http://bugs.eclipse.org/209218 209218]
 
|}
 
|}

Revision as of 05:55, 2 June 2008

Editor

Code and File Templates
New preference page C/C++ > Code Style > Code Templates
4.png
Templates used in New Class and New Source/Header File wizards

1.png 2.png 3.png

New generic wizard: File from Template
Outline for assembly files Description 206288, 205567
Code formatter improvements
    • New whitespace options - 178601
    • New line wrapping options - 191980, 192656
    • Improve GNU coding style compliance - 192764
Content Assist improvements
Doxygen editor support (plus framework) Description 178386
Mark Occurrences Description 159812
Folding of compound statements Description 174597 (contributed by Elazar Leibovich)
Macro expansion hover and exploration tool Description 23540
Spell Checking Description 190512
Scalability mode Description 226955
Visual Studio key bindings Description 209218

Navigation and Search

  • Open Declaration
    • Operators - 93281
    • Empty macros - 198649
    • From elements in the Outline View - 222721
    • From within preprocessing statements - 215906
    • From arguments to a macro expansion - 208300
  • Open Element
    • Support for static functions/variables - 193057
    • Improvements to the Open Element dialog - 209550, 209762
  • Search
    • Static functions/variables - 196414
    • Search for macros - 156561
    • Search for references of local variables - 151334
    • Search view usability improvements - 212166

Call Hierarchy

  • Icon decorator to show read and write-access for variables - 156692
  • Support for polymorphic method calls (virtual methods) - 156689

Refactoring

  • Infrastructure
    • Modelling transformations on the AST - 214334
    • Filtering context-menu based on selection 60249
  • Generate Getter Setters 226658
  • Hide Method Refactoring 226490
  • Implement Method Refactoring 226646
  • Extract Constant Refactoring 181493
  • Extract Function Refactoring 226484
  • Maintenance of rename-refactoring 220741

Indexer

Projects & Build

  • Improved usability of Project Properties pages 228953, 228958, 229771
  • Make targets at the project level are built in the project build directory 176906.

Debug

  • Added gdb catchpoints (event breakpoints) support 226689
  • Executables View - 182388

Back to the top