Difference between revisions of "Eclipse"

From HCL
Jump to: navigation, search
Line 9: Line 9:
 
* [[Subversive]] or [[Subclipse]]
 
* [[Subversive]] or [[Subclipse]]
  
== Settings ==
+
== Usage ==
 
* To avoid unresolved inclusions at edit time, add paths to Project -> Properties -> C/C++ General -> Paths and Symbols -> Includes
 
* To avoid unresolved inclusions at edit time, add paths to Project -> Properties -> C/C++ General -> Paths and Symbols -> Includes
 +
* The comments <source lang="C">// TODO: ...</source> mark what you are going to do later. These parts of code can easily be found if you open the Tasks view (Window -> Show View -> Tasks)

Revision as of 18:15, 5 February 2010

http://www.eclipse.org

Plugins

Usage

  • To avoid unresolved inclusions at edit time, add paths to Project -> Properties -> C/C++ General -> Paths and Symbols -> Includes
  • The comments
    // TODO: ...
    
    mark what you are going to do later. These parts of code can easily be found if you open the Tasks view (Window -> Show View -> Tasks)