1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/topics_Tasks.xml

84 lines
5.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
<toc label="Tasks">
<topic label="Creating a project" href="tasks/cdt_t_proj_new.htm"/>
<topic label="Work with C or C++ project files" href="tasks/cdt_o_proj_files.htm">
<topic label="Display file members in the C/C++ Projects view" href="tasks/cdt_t_show_proj_files.htm"/>
<topic label="Converting a C or C++ nature for a project" href="tasks/cdt_t_conv_proj.htm"/>
<topic label="Create a C/C++ file" href="tasks/cdt_t_new_cpp.htm"/>
<topic label="Create a makefile" href="tasks/cdt_t_new_make.htm"/>
<topic label="Hide files of a given type" href="tasks/cdt_t_prvw_hide_files.htm"/>
<topic label="Converting CDT 1.x Projects" href="tasks/cdt_t_convert_cdt_proj.htm"/>
2005-07-22 22:53:05 +00:00
<topic label="Converting CDT 2.x Managed Make Projects" href="tasks/cdt_t_convert_mbs20_proj.htm"/>
<topic label="Adding Convert to a C/C++ Make Project to the New menu" href="tasks/cdt_t_add_custom_persp.htm"/>
<topic label="Set Discovery Options" href="tasks/cdt_t_discovery.htm"/>
</topic>
<topic label="Write code" href="tasks/cdt_o_write_code.htm">
<topic label="Customize the C/C++ editor" href="tasks/cdt_t_cust_cpp_editor.htm"/>
<topic label="Comment out code" href="tasks/cdt_t_comment_out.htm"/>
<topic label="Working with Content Assist" href="tasks/cdt_o_con_assist.htm">
<topic label="Using Content Assist" href="tasks/cdt_t_contentassist.htm"/>
<topic label="Creating and editing code templates" href="tasks/cdt_t_add_codetemp.htm"/>
<topic label="Importing and exporting code templates" href="tasks/cdt_t_imp_code_temp.htm"/>
</topic>
<topic label="Shift lines of code to the left or right" href="tasks/cdt_t_shift_code.htm"/>
<topic label="Navigate to C/C++ declarations by name" href="tasks/cdt_t_open_declarations.htm"/>
Doc update from Devin. Here's what I've changed: changes to the doc htm files: - added open definition -> added concepts/cdt_c_open_definitions.htm -> added images/openDefinition.png -> added images/open_definition_error.png -> updated images/openDeclaration.png -> updated images/open_declaration_error.png -> added tasks/cdt_t_open_definitions.htm -> updated links to point to open definition wherever open declaration is linked - information about the code reader buffer and properties in the menu -> added images/cdt_pref_parser.png -> added reference/cdt_o_parser_pref.htm (C/C++ Parser preferences) -> added reference/cdt_u_c_parser_codereader_cache_pref.htm -> added link to cdt_o_parser_pref.htm in reference/cdt_o_ref.htm - removed reference/cdt_u_shared_lib_view_pref.htm since it has no useful information (also removed the corresponding link in contexts_CDT_DEBUGGER.xml) - renamed the link absolute path "file:///E:/CDT/3.1/eclipse/org.eclipse.cdt.doc.user/images/indexer_import_largeproject1.PNG" in tasks/indexer_importing_large_project.html to the relative path "../images/indexer_import_largeproject1.PNG" dead links: removed: concepts/cdt_c_editor.htm -> <br><a href="../reference/cdt_u_editor_key_bind.htm">C/C++ editor key binding actions</a> removed: concepts/cdt_c_indexer_ctagsindexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer_ctagsindexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> removed: concepts/cdt_c_indexer_fullindexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer_fullindexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> removed: concepts/cdt_c_indexer_open_close.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer_open_close.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> removed: concepts/cdt_c_indexer_prog_bar.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer_prog_bar.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> removed: concepts/cdt_c_indexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a> removed: concepts/cdt_c_indexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a> renamed to references/cdt_u_m_edit.htm: concepts/cdt-c_templates.htm -> <a href="../reference/cdt_u_menu_edit.htm">Edit menu</a> removed: concepts/cdt_o_concepts.htm -> <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br> removed: reference/cdt_u_m_project.htm -> Concepts/cdtconcepts-4.htm removed: reference/cdt_u_m_project.htm -> Tasks/cdttasks-106.htm removed: reference/cdt_o_ref.htm -> reference/cdt_u_mfile_rbcs.htm removed: reference/cdt_o_ref.htm -> reference/cdt_u_search_pref.htm renamed to cdt_o_mproj_pref.htm: reference/cdt_o_ref.htm -> reference/cdt_o_mproj_pref.htm removed: reference/cdt_u_m_project.htm -> Tasks/cdttasks-106.htm removed: tasks/cdt_o_tasks.htm -> <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
2005-08-12 13:43:10 +00:00
<topic label="Navigate to C/C++ declarations by name" href="tasks/cdt_t_open_definitions.htm"/>
<topic label="Refactoring" href="tasks/cdt_t_refactoring.htm"/>
</topic>
<topic label="Building projects" href="tasks/cdt_o_build_task.htm">
<topic label="Renaming a project" href="tasks/cdt_t_proj_rename.htm"/>
<topic label="Selecting referenced projects" href="tasks/cdt_t_proj_ref.htm"/>
2005-07-18 02:20:39 +00:00
<topic label="Defining Standard Make build settings" href="tasks/cdt_t_proj_build_set.htm"/>
<topic label="Defining Managed Make build settings" href="tasks/cdt_t_mproj_build_set.htm"/>
<topic label="Filtering Errors" href="tasks/cdt_t_proj_error_parser.htm"/>
<topic label="Selecting a binary parser" href="tasks/cdt_t_proj_parser.htm"/>
<topic label="Adding Include paths and symbols" href="tasks/cdt_t_proj_paths.htm"/>
2005-07-18 02:20:39 +00:00
<topic label="Selecting a project type" href="tasks/cdt_t_proj_platf.htm"/>
<topic label="Setting build order" href="tasks/cdt_t_setbuildorder.htm"/>
<topic label="Building Manually" href="tasks/cdt_t_manualbuild.htm"/>
<topic label="Removing Build Automatically" href="tasks/cdt_t_autobuild.htm"/>
<topic label="Autosaving on a build" href="tasks/cdt_t_autosave.htm"/>
<topic label="Creating a make target" href="tasks/cdt_t_addmaketarget.htm"/>
<topic label="Customizing the Console view" href="tasks/cdt_t_cbuild_pref.htm"/>
<topic label="Viewing and managing compile errors" href="tasks/cdt_o_tasksview.htm">
<topic label="Jumping to errors" href="tasks/cdt_t_jumperror.htm"/>
<topic label="Filtering errors" href="tasks/cdt_t_filtererror.htm"/>
<topic label="Setting reminders" href="tasks/cdt_t_setreminder.htm"/>
</topic>
</topic>
<topic label="Running and debugging projects" href="tasks/cdt_o_run.htm">
<topic label="Creating or editing a run/debug configuration" href="tasks/cdt_o_run_config.htm">
<topic label="Selecting a run or debug configuration" href="tasks/cdt_t_run_config.htm"/>
<topic label="Creating a run or debug configuration" href="tasks/cdt_t_new_run_config.htm"/>
<topic label="Selecting an application to run or debug" href="tasks/cdt_t_run_main.htm"/>
<topic label="Specifying execution arguments" href="tasks/cdt_t_run_arg.htm"/>
<topic label="Setting environment variables" href="tasks/cdt_t_run_env.htm"/>
<topic label="Defining debug settings" href="tasks/cdt_t_run_dbg.htm"/>
<topic label="Specifying the location of source files" href="tasks/cdt_t_run_source.htm"/>
<topic label="Specifying the location of the run configuration" href="tasks/cdt_t_run_com.htm"/>
</topic>
<topic label="Debugging" href="tasks/cdt_o_debug.htm">
<topic label="Debugging a program" href="tasks/cdt_t_debug_prog.htm"/>
<topic label="Debugging an existing executable" href="tasks/cdt_t_debug_exes.htm"/>
<topic label="Working with breakpoints and watchpoints" href="tasks/cdt_o_brkpnts_watch.htm">
<topic label="Adding breakpoints" href="tasks/cdt_t_add_brkpnts.htm"/>
<topic label="Adding watchpoints" href="tasks/cdt_t_add_watch.htm"/>
<topic label="Removing breakpoints and watchpoints" href="tasks/cdt_t_rem_wtch_brk.htm"/>
<topic label="Enabling or disable breakpoints and watchpoints" href="tasks/cdt_t_endis_able_brk_wtch.htm"/>
</topic>
<topic label="Controlling debug execution" href="tasks/cdt_t_controldebug.htm"/>
<topic label="Stepping into assembler funcitons" href="tasks/cdt_t_disassembly.htm"/>
<topic label="Working with variables" href="tasks/cdt_t_variables.htm"/>
<topic label="Adding expressions" href="tasks/cdt_t_expressions.htm"/>
<topic label="Working with registers" href="tasks/cdt_t_registers.htm"/>
<topic label="Working with memory" href="tasks/cdt_t_memory.htm"/>
</topic>
</topic>
2004-06-22 13:27:13 +00:00
<topic label="Searching the CDT" href="tasks/cdt_t_search.htm">
<topic label="Selection Search for C/C++ elements" href="tasks/cdt_t_sel_search.htm"/>
2004-06-22 13:27:13 +00:00
<topic label="Setting Source Folders" href="tasks/cdt_t_set_src_fold.htm"/>
</topic>
</toc>