Difference between revisions of "Eclipse"
From HCL
Line 11: | Line 11: | ||
== 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 < | + | * 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) |
Revision as of 17:16, 5 February 2010
- Install Sun Java 6 (Debian package: sun-java6-jre)
- It is recommended to use the latest version from http://www.eclipse.org/downloads/ Eclipse CDT - a distribution for C/C++ development
- How to install plugins: http://agile.csc.ncsu.edu/SEMaterials/tutorials/install_plugin/ http://www.venukb.com/2006/08/20/install-eclipse-plugins-the-easy-way/
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)