diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm new file mode 100644 index 00000000000..985a5dc5f5c --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm @@ -0,0 +1,36 @@ + + +
+ + +You must install and configure the following utilities:
+Tip: Cygwin contains these utilities for a Windows environment. + For more information, see http://www.cygwin.com. +
+To test if cygwin was installed correctly open a command prompt and type g++ or make.
+ +The following error message means that no make is installed or your path is not configured correctly.
+'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file+
To check your path at a command prompt and enter PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).
+ + +
+
+ CDT Home
+
+
This section describes the build views and terminology.
-This tutorial guides you through the process of using the C/C++ Development Toolkit (CDT) to create a HelloWorld project on a Windows platform.
-You must install and configure the following utilities:
-Tip: Cygwin contains these utilities for a Windows environment. - For more information, see http://www.cygwin.com. -
-To test if cygwin was installed correctly open a command prompt and type g++ or make.
+These tutorials will guide you through the process of using the C/C++ Development Toolkit (CDT).
+ +The following error message means that no make is installed or your path is not configured correctly.
-'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file-
To check your path at a command prompt and enter PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).
-
To | -See | -
---|---|
Create, name, and specify the location of your - project | -Creating your project | -
Create, name, and save your CPP file | -Creating your C++ - file | -
Create, name, and save your gnu makefile | -Creating your makefile | -
Build your project | -Building your project | -
Create a debug configuration and debug - your project | -Debugging your project | -
Recommended approaches for dealing with source - files and files systems that were created outside of Eclipse | -How to bring - C/C++ source into Eclipse | -
-
- Start Tutorial: Creating your project
-
-
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm index bb10cbad5a3..39a42d7793f 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm @@ -13,11 +13,11 @@
This section provides information on code entry aids.
-The structure of your source code
-Using comments to document your code
-Code completion and code templates
-C/C++ language-based search
-Declarations of elements
+Outline View
+Comments
+Content Assist
+C/C++ search
+Open declarations
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm index 367532ae1fd..b2c2e886446 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm @@ -15,22 +15,22 @@
Provides background information for CDT components, tasks and objectives.
-The C/C++ perspective
-C/C++ projects
+CDT overview
+CDT projects
CDT projects
Project file views
Code aids
- The structure of your source code
- Using comments to document your code
- Code completion and code templates
- C/C++ language-based search
- Declarations of elements
-Building your C/C++ projects
- Build views and terminology
- Extending the build capabilities of the CDT
-Debugging your C/C++ projects
- CDT debugger
- How debug information is displayed
+ Outline View
+ Comments
+ Content Assist
+ C/C++ search
+ Open declarations
+Build
+ Build overview
+ Manage Build Extensibility Document
+Debug
+ Debug overview
+ Debug information
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm index e772d5244fe..6664f4dfbc1 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm @@ -14,8 +14,8 @@
This section describes CDT debug concepts.
-CDT debugger
-How debug information is displayed
+Debug overview
+Debug information
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm index bd8b42bfb2d..7343f2d7768 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm @@ -15,12 +15,13 @@
This guide provides instructions for using the C/C++ Development Toolkit (CDT) in the workbench.
-Tutorial
-CDT background information
-Step-by-step instructions to use the CDT
-Information about CDT icons, views, and windows
+Getting Started
+Concepts
+Tasks
+Reference
-What's new for this release of the CDT
+Before you begin
+What's new
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm index 8ab04d4d5f3..795284c014c 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm @@ -3,75 +3,34 @@
-
+