Difference between revisions of "Eclipse"

From HCL
Jump to: navigation, search
 
Line 7: Line 7:
 
* [[Eclox]]
 
* [[Eclox]]
 
* [[Subversive]] or [[Subclipse]]
 
* [[Subversive]] or [[Subclipse]]
* [[TeXlipse]]
 
  
 
== Usage ==
 
== 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 <code>// TODO: ...</code> 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)
 
* The comments <code>// TODO: ...</code> 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)

Latest revision as of 12:47, 18 July 2011

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)