From cda607e788c0daf35699ae0f6c894c777fd93aac Mon Sep 17 00:00:00 2001 From: David Daoust Date: Mon, 14 Jun 2004 11:25:12 +0000 Subject: [PATCH] From Dave Williams: Doc cleanup. --- .../concepts/cdt_c_build_over.htm | 48 +- .../concepts/cdt_c_content_assist.htm | 13 +- .../concepts/cdt_c_open_declarations.htm | 11 +- .../concepts/cdt_c_outlineview.htm | 11 +- .../concepts/cdt_c_over_cdt.htm | 10 +- .../concepts/cdt_c_perspectives.htm | 3 +- .../concepts/cdt_c_views.htm | 5 +- doc/org.eclipse.cdt.doc.user/contexts_CDT.xml | 421 +++++++++++++++--- .../images/BuildConsole.png | Bin 18900 -> 10818 bytes .../images/build_order.png | Bin 16506 -> 9818 bytes .../images/c_cpp_preferences.png | Bin 11889 -> 7738 bytes .../images/c_element_filters.png | Bin 11188 -> 7184 bytes .../images/cdt_menu_edit.png | Bin 15560 -> 15763 bytes .../images/cdt_menu_file.png | Bin 11448 -> 12664 bytes .../images/cdt_menu_help.png | Bin 11743 -> 8182 bytes .../images/cdt_menu_navigate.png | Bin 13713 -> 10946 bytes .../images/cdt_menu_project.png | Bin 14110 -> 9024 bytes .../images/cdt_menu_run.png | Bin 13255 -> 9937 bytes .../images/cdt_menu_search.png | Bin 9763 -> 8695 bytes .../images/cdt_menu_window.png | Bin 14395 -> 8909 bytes .../images/code_templates_new.png | Bin 29724 -> 4758 bytes .../images/codetemplates_example.png | Bin 0 -> 5780 bytes .../images/contentAssist_example.png | Bin 19251 -> 4664 bytes .../images/contentAssist_preferences.png | Bin 16645 -> 15623 bytes .../images/editor_c_codetemplates_use.png | Bin 0 -> 6777 bytes .../images/editor_hover_preferences.png | Bin 0 -> 13937 bytes .../images/file_menu.png | Bin 52630 -> 7511 bytes .../images/new_proj_wz_man_name.png | Bin 11591 -> 10767 bytes .../images/new_project_wizard.png | Bin 13950 -> 13410 bytes .../images/outlineView.png | Bin 19775 -> 16625 bytes .../images/project_new_cppfile.png | Bin 7650 -> 5848 bytes .../images/project_new_file.png | Bin 15424 -> 14757 bytes .../images/project_new_file_name.png | Bin 12568 -> 9235 bytes .../images/project_new_makefile.png | Bin 6169 -> 4726 bytes .../images/project_properties.png | Bin 11051 -> 11139 bytes .../images/project_references.png | Bin 11019 -> 8553 bytes .../images/project_rename.png | Bin 10580 -> 11667 bytes .../images/projects_filters.png | Bin 14292 -> 8609 bytes .../images/run_arguments.png | Bin 21806 -> 17280 bytes .../images/run_common.png | Bin 21699 -> 17730 bytes .../images/run_common_folder.png | Bin 24968 -> 5303 bytes .../images/run_config.png | Bin 19653 -> 15741 bytes .../images/run_debugger.png | Bin 23778 -> 19705 bytes .../images/run_environment.png | Bin 19835 -> 16279 bytes .../images/view_console.png | Bin 6092 -> 7287 bytes .../images/workbench_prop.png | Bin 17843 -> 10555 bytes .../reference/cdt_o_ref.htm | 13 +- .../reference/cdt_u_build_pref.htm | 2 +- .../reference/cdt_u_c_editor_hov.htm | 44 ++ .../reference/cdt_u_m_edit.htm | 10 +- .../reference/cdt_u_m_run.htm | 12 +- .../reference/cdt_u_make_targets_pref.htm | 4 +- .../reference/cdt_u_outline_view.htm | 13 +- .../reference/cdt_u_problems_view.htm | 13 +- .../reference/cdt_u_scanner_cfg_disc.htm | 11 +- .../tasks/cdt_o_build_task.htm | 2 +- .../tasks/cdt_t_add_brkpnts.htm | 8 +- .../tasks/cdt_t_add_codetemp.htm | 13 +- .../tasks/cdt_t_addmaketarget.htm | 3 +- .../tasks/cdt_t_autosave.htm | 26 +- .../tasks/cdt_t_cbuild_pref.htm | 26 +- .../tasks/cdt_t_contentassist.htm | 8 +- .../tasks/cdt_t_conv_proj.htm | 11 +- .../tasks/cdt_t_cust_cpp_editor.htm | 12 +- .../tasks/cdt_t_new_cpp.htm | 9 +- .../tasks/cdt_t_new_make.htm | 9 +- .../tasks/cdt_t_new_run_config.htm | 11 +- .../tasks/cdt_t_proj_new.htm | 17 +- .../tasks/cdt_t_proj_ref.htm | 14 +- .../tasks/cdt_t_proj_rename.htm | 13 +- .../tasks/cdt_t_prvw_hide_files.htm | 14 +- .../tasks/cdt_t_run_arg.htm | 11 +- .../tasks/cdt_t_run_com.htm | 14 +- .../tasks/cdt_t_run_config.htm | 11 +- .../tasks/cdt_t_run_dbg.htm | 3 +- .../tasks/cdt_t_run_env.htm | 11 +- .../tasks/cdt_t_run_main.htm | 12 +- .../tasks/cdt_t_run_source.htm | 13 +- .../tasks/cdt_t_search.htm | 10 +- .../tasks/cdt_t_setbuildorder.htm | 10 +- .../tasks/cdt_t_show_proj_files.htm | 8 - .../topics_Reference.xml | 3 +- 82 files changed, 518 insertions(+), 428 deletions(-) create mode 100644 doc/org.eclipse.cdt.doc.user/images/codetemplates_example.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/editor_c_codetemplates_use.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/editor_hover_preferences.png create mode 100644 doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_hov.htm diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm index 9ab30a613f1..5d03c8305f4 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm @@ -54,7 +54,7 @@ build.

Build-related information is displayed as follows: