diff --git a/doc/org.eclipse.cdt.doc.user/images/add_external_include_path.png b/doc/org.eclipse.cdt.doc.user/images/add_external_include_path.png deleted file mode 100644 index f343eb7b9b4..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/add_external_include_path.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/add_preprocessor_symbol.png b/doc/org.eclipse.cdt.doc.user/images/add_preprocessor_symbol.png deleted file mode 100644 index ea85161986a..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/add_preprocessor_symbol.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/c_path_symbols_edit.png b/doc/org.eclipse.cdt.doc.user/images/c_path_symbols_edit.png deleted file mode 100644 index fc1e8eb65ab..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/c_path_symbols_edit.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/c_paths.png b/doc/org.eclipse.cdt.doc.user/images/c_paths.png new file mode 100644 index 00000000000..9af4487874a Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/c_paths.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/c_paths_symbols.png b/doc/org.eclipse.cdt.doc.user/images/c_paths_symbols.png deleted file mode 100644 index 746851239a0..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/c_paths_symbols.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/c_symbols.png b/doc/org.eclipse.cdt.doc.user/images/c_symbols.png new file mode 100644 index 00000000000..fd4f4b0a1a0 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/c_symbols.png differ diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm index 20a48a3cab8..8a9fabd012c 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm @@ -8,46 +8,43 @@

Adding Include paths and symbols

-

For Standard Make projects you can define include paths and +

For CDT projects you can define include paths and preprocessor symbols for the parser. This enables the parser to understand the contents of the C/C++ source code so that you may more effectively use the search and code completion features.

+

If Autodiscovery is enabled once a build has completed any discovered paths and symbols will be displayed in the Discoverd Paths section. You can also define the properties on a per project basis in the C/C++ Projects or Navigator views.

To add include paths and symbols:

-
    -
  1. To set properties for your project right click your standard make +
+
  • Use "Add" button to define new element (Include Path, Symbol, Library path etc). +
  • +
  • Use "Edit" button to change selected element (Include Path, Symbol, Library path etc). +
  • +
  • Use "Delete" button to remove selected element (Include Path, Symbol, Library path etc). +
  • +
  • Use "Export" button to make selected element (Include Path, Symbol, Library path etc) exported. +
  • +
  • Use "Unexport" button to remove selected element (Include Path, Symbol, Library path etc) from export list. +
  • +
  • Use "Move up" and "Move down" buttons to set elements (Include Paths, Library paths etc) order. +
  • +

    Related concepts
    CDT Projects