From b71d4ab8205574730c33b10dcf82b9398752c442 Mon Sep 17 00:00:00 2001
From: Anton Leherbauer
Date: Thu, 14 Jun 2007 15:58:09 +0000
Subject: [PATCH] Documentation update
---
.../cheatsheets/cs_cdt_import_project.xml | 2 +-
.../concepts/cdt_c_editor.htm | 3 +-
.../concepts/cdt_c_indexer.htm | 27 +--
.../concepts/cdt_c_indexer_ctagsindexer.htm | 59 -----
.../concepts/cdt_c_indexer_fullindexer.htm | 16 +-
.../concepts/cdt_c_indexer_open_close.htm | 17 +-
.../concepts/cdt_c_indexer_prog_bar.htm | 15 +-
.../concepts/cdt_c_open_declarations.htm | 8 +-
.../concepts/cdt_c_open_definitions.htm | 40 ----
.../concepts/cdt_c_outlineview.htm | 5 +-
.../concepts/cdt_c_over_cdt.htm | 14 +-
.../concepts/cdt_c_perspectives.htm | 4 +-
.../concepts/cdt_c_proj_file_views.htm | 95 +-------
.../concepts/cdt_c_search.htm | 6 +-
.../concepts/cdt_c_templates.htm | 2 +-
.../concepts/cdt_c_views.htm | 4 +-
.../concepts/cdt_o_concepts.htm | 10 +-
.../concepts/cdt_o_edit.htm | 3 +-
.../concepts/cdt_o_nav.htm | 11 +-
doc/org.eclipse.cdt.doc.user/contexts_CDT.xml | 4 +-
.../getting_started/cdt_w_newcpp.htm | 4 +-
.../getting_started/cdt_w_newmake.htm | 4 +-
.../getting_started/cdt_w_newproj.htm | 4 +-
.../images/c_cpp_app_preferences.png | Bin 0 -> 20192 bytes
.../images/c_file_obj.gif | Bin 165 -> 354 bytes
.../images/class_obj.gif | Bin 160 -> 586 bytes
.../images/container_obj.gif | Bin 122 -> 161 bytes
.../images/define_obj.gif | Bin 109 -> 154 bytes
.../images/enum_obj.gif | Bin 910 -> 361 bytes
.../images/enumerator_obj.gif | Bin 853 -> 73 bytes
.../images/field_obj.gif | Bin 76 -> 117 bytes
.../images/field_private_obj.gif | Bin 88 -> 88 bytes
.../images/field_protected_obj.gif | Bin 88 -> 119 bytes
.../images/field_public_obj.gif | Bin 92 -> 124 bytes
.../images/function_obj.gif | Bin 97 -> 111 bytes
.../images/icon_collapse_all.png | Bin 425 -> 194 bytes
.../images/include_obj.gif | Bin 114 -> 324 bytes
.../images/makefile.gif | Bin 571 -> 367 bytes
.../images/method_private_obj.gif | Bin 94 -> 183 bytes
.../images/method_protected_obj.gif | Bin 92 -> 181 bytes
.../images/method_public_obj.gif | Bin 97 -> 193 bytes
.../images/namespace_obj.gif | Bin 0 -> 585 bytes
.../images/openDeclaration.png | Bin 13306 -> 6603 bytes
.../images/openDefinition.png | Bin 13413 -> 0 bytes
.../images/open_definition_error.png | Bin 1283 -> 0 bytes
.../images/struct_obj.gif | Bin 133 -> 585 bytes
.../images/template_obj.gif | Bin 917 -> 353 bytes
.../images/typedef_obj.gif | Bin 910 -> 585 bytes
.../images/union_obj.gif | Bin 173 -> 594 bytes
.../images/var_declaration_obj.gif | Bin 895 -> 206 bytes
.../images/view_project_explorer.png | Bin 0 -> 11724 bytes
.../images/view_projects.png | Bin 8570 -> 12115 bytes
.../reference/cdt_o_parser_perf.htm | 24 --
.../reference/cdt_o_ref.htm | 68 +-----
.../reference/cdt_o_views.htm | 3 +-
.../reference/cdt_u_cproj_view.htm | 30 +--
.../reference/cdt_u_editor_view.htm | 4 +-
.../reference/cdt_u_m_navigate.htm | 10 +-
.../reference/cdt_u_navigator_view.htm | 10 +-
.../reference/cdt_u_open_element.htm | 10 +-
.../reference/cdt_u_project_explorer_view.htm | 211 ++++++++++++++++++
.../reference/cdt_u_properties_view.htm | 4 +-
.../reference/cdt_u_search_view.htm | 4 +-
.../reference/cdt_u_views.htm | 14 +-
.../tasks/cdt_o_proj_files.htm | 3 +-
.../tasks/cdt_o_tasks.htm | 1 -
.../tasks/cdt_o_write_code.htm | 1 -
.../tasks/cdt_t_discovery.htm | 17 +-
.../tasks/cdt_t_indexer_enablefull.htm | 11 +-
.../tasks/cdt_t_open_declarations.htm | 5 +-
.../tasks/cdt_t_open_definitions.htm | 49 ----
.../tasks/cdt_t_proj_error_parser.htm | 4 +-
.../tasks/cdt_t_proj_paths.htm | 2 +-
.../tasks/cdt_t_refactoring.htm | 5 +-
.../tasks/cdt_t_search.htm | 8 +-
.../tasks/cdt_t_sel_search.htm | 6 +-
.../tasks/cdt_t_set_src_fold.htm | 15 +-
.../tasks/cdt_t_show_proj_files.htm | 11 +-
.../topics_Concepts.xml | 3 +-
.../topics_Reference.xml | 8 +-
doc/org.eclipse.cdt.doc.user/topics_Tasks.xml | 2 -
81 files changed, 359 insertions(+), 541 deletions(-)
delete mode 100644 doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_ctagsindexer.htm
delete mode 100644 doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_definitions.htm
create mode 100644 doc/org.eclipse.cdt.doc.user/images/c_cpp_app_preferences.png
create mode 100644 doc/org.eclipse.cdt.doc.user/images/namespace_obj.gif
delete mode 100644 doc/org.eclipse.cdt.doc.user/images/openDefinition.png
delete mode 100644 doc/org.eclipse.cdt.doc.user/images/open_definition_error.png
create mode 100644 doc/org.eclipse.cdt.doc.user/images/view_project_explorer.png
delete mode 100644 doc/org.eclipse.cdt.doc.user/reference/cdt_o_parser_perf.htm
create mode 100644 doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm
delete mode 100644 doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_definitions.htm
diff --git a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml
index e5e513868e8..a8506321612 100644
--- a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml
+++ b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml
@@ -69,7 +69,7 @@
-->
- -
+
-
With the project imported and able to build, its time now to reset some project properties for easier development.
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm
index 08a98c70541..b3b7f8556ec 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm
@@ -17,6 +17,7 @@ This C/C++ editor is invoked automatically when you edit a C/C++ source file.
Syntax highlighting
Content/code assist
+Code folding
Integrated debugging features
@@ -42,7 +43,7 @@ This C/C++ editor is invoked automatically when you edit a C/C++ source file.

-
+