carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/topics_Tasks.xml
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?NLS TYPE="org.eclipse.help.toc"?>
       
     3 <!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
       
     4 
       
     5      <toc label="Tasks">
       
     6 		<topic label="Creating a project" href="tasks/cdt_t_proj_new.htm"/>
       
     7 		<topic label="Creating a project via a project template" href="tasks/cdt_t_proj_new_with_template.htm"/>
       
     8 		<topic label="Work with C or C++ project files" href="tasks/cdt_o_proj_files.htm">
       
     9 			<topic label="Display file members in the C/C++ Projects view" href="tasks/cdt_t_show_proj_files.htm"/>
       
    10 			<topic label="Converting a C or C++ nature for a project" href="tasks/cdt_t_conv_proj.htm"/>
       
    11 			<topic label="Create a C/C++ file" href="tasks/cdt_t_new_cpp.htm"/>
       
    12 			<topic label="Create a makefile" href="tasks/cdt_t_new_make.htm"/>
       
    13 			<topic label="Hide files of a given type" href="tasks/cdt_t_prvw_hide_files.htm"/>
       
    14 			<topic label="Converting CDT 1.x Projects" href="tasks/cdt_t_convert_cdt_proj.htm"/>
       
    15 			<topic label="Converting CDT 2.x Managed Make Projects" href="tasks/cdt_t_convert_mbs20_proj.htm"/>
       
    16 			<topic label="Adding Convert to a C/C++ Make Project to the New menu" href="tasks/cdt_t_add_custom_persp.htm"/>
       
    17 		</topic>
       
    18 		<topic label="Write code" href="tasks/cdt_o_write_code.htm">
       
    19 			<topic label="Customize the C/C++ editor" href="tasks/cdt_t_cust_cpp_editor.htm"/>
       
    20 			<topic label="Comment out code" href="tasks/cdt_t_comment_out.htm"/>
       
    21 			<topic label="Working with Content Assist" href="tasks/cdt_o_con_assist.htm">
       
    22 				<topic label="Using Content Assist" href="tasks/cdt_t_contentassist.htm"/>
       
    23 				<topic label="Creating and editing templates" href="tasks/cdt_t_add_codetemp.htm"/>
       
    24 				<topic label="Importing and exporting templates" href="tasks/cdt_t_imp_code_temp.htm"/>
       
    25 			</topic>
       
    26 			<topic label="Shift lines of code to the left or right" href="tasks/cdt_t_shift_code.htm"/>
       
    27 			<topic label="Navigate to C/C++ declarations by name" href="tasks/cdt_t_open_declarations.htm"/>
       
    28 			<topic label="Refactoring" href="tasks/cdt_t_refactoring.htm"/>
       
    29 		</topic>
       
    30 		<topic label="Building projects" href="tasks/cdt_o_build_task.htm">
       
    31 			<topic label="Renaming a project" href="tasks/cdt_t_proj_rename.htm"/>
       
    32 			<topic label="Defining Project Build settings" href="tasks/cdt_t_proj_build_set.htm"/>
       
    33 			<topic label="Filtering Errors" href="tasks/cdt_t_proj_error_parser.htm"/>
       
    34 			<topic label="Selecting a binary parser" href="tasks/cdt_t_proj_parser.htm"/>
       
    35 			<topic label="Adding Include paths and symbols" href="tasks/cdt_t_proj_paths.htm"/>
       
    36 			<topic label="Selecting a project type" href="tasks/cdt_t_proj_platf.htm"/>
       
    37 			<topic label="Building Manually" href="tasks/cdt_t_manualbuild.htm"/>
       
    38 			<topic label="Removing Build Automatically" href="tasks/cdt_t_autobuild.htm"/>
       
    39 			<topic label="Autosaving on a build" href="tasks/cdt_t_autosave.htm"/>
       
    40 			<topic label="Creating a make target" href="tasks/cdt_t_addmaketarget.htm"/>
       
    41 			<topic label="Customizing the Console view" href="tasks/cdt_t_cbuild_pref.htm"/>
       
    42 			<topic label="Viewing and managing compile errors" href="tasks/cdt_o_tasksview.htm">
       
    43 				<topic label="Jumping to errors" href="tasks/cdt_t_jumperror.htm"/>
       
    44 				<topic label="Filtering the Problems view" href="tasks/cdt_t_filtererror.htm"/>
       
    45 				<topic label="Setting reminders" href="tasks/cdt_t_setreminder.htm"/>
       
    46 			</topic>
       
    47 		</topic>
       
    48 		<topic label="Running and debugging projects" href="tasks/cdt_o_run.htm">
       
    49 			<topic label="Creating or editing a run/debug configuration" href="tasks/cdt_o_run_config.htm">
       
    50 				<topic label="Selecting a run or debug configuration" href="tasks/cdt_t_run_config.htm"/>
       
    51 				<topic label="Creating a run or debug configuration" href="tasks/cdt_t_new_run_config.htm"/>
       
    52 				<topic label="Selecting an application to run or debug" href="tasks/cdt_t_run_main.htm"/>
       
    53 				<topic label="Specifying execution arguments" href="tasks/cdt_t_run_arg.htm"/>
       
    54 				<topic label="Setting environment variables" href="tasks/cdt_t_run_env.htm"/>
       
    55 				<topic label="Defining debug settings" href="tasks/cdt_t_run_dbg.htm"/>
       
    56 				<topic label="Specifying the location of source files" href="tasks/cdt_t_run_source.htm"/>
       
    57 				<topic label="Specifying the location of the run configuration" href="tasks/cdt_t_run_com.htm"/>
       
    58 			</topic>
       
    59 			
       
    60 			<topic label="Debugging" href="tasks/cdt_o_debug.htm">
       
    61 				<topic label="Debugging a program" href="tasks/cdt_t_debug_prog.htm"/>
       
    62 				<topic label="Debugging an existing executable" href="tasks/cdt_t_debug_exes.htm"/>
       
    63 				
       
    64 				<topic label="Using breakpoints, watchpoints, and breakpoint actions" href="tasks/cdt_o_brkpnts_watch.htm">
       
    65 					<topic label="Adding breakpoints" href="tasks/cdt_t_add_brkpnts.htm"/>
       
    66 					<topic label="Adding watchpoints" href="tasks/cdt_t_add_watch.htm"/>
       
    67 					<topic label="Adding breakpoint actions" href="tasks/cdt_t_add_brk_action.htm"/>
       
    68 					<topic label="Removing breakpoints and watchpoints" href="tasks/cdt_t_rem_wtch_brk.htm"/>
       
    69 					<topic label="Enabling or disable breakpoints and watchpoints" href="tasks/cdt_t_endis_able_brk_wtch.htm"/>
       
    70 					<topic label="Attaching or removing breakpoint actions" href="tasks/cdt_t_addrmv_brk_action.htm"/>
       
    71 				</topic>
       
    72 				
       
    73 				<topic label="Controlling debug execution" href="tasks/cdt_t_controldebug.htm"/>
       
    74 				<topic label="Stepping into assembler funcitons" href="tasks/cdt_t_disassembly.htm"/>
       
    75 				<topic label="Working with variables" href="tasks/cdt_t_variables.htm"/>
       
    76 				<topic label="Adding expressions" href="tasks/cdt_t_expressions.htm"/>
       
    77 				<topic label="Working with registers" href="tasks/cdt_t_registers.htm"/>
       
    78 				<topic label="Working with memory" href="tasks/cdt_t_memory.htm"/>
       
    79 			</topic>
       
    80 		</topic>
       
    81 		
       
    82 		<topic label="Searching the CDT" href="tasks/cdt_t_search.htm">
       
    83 			<topic label="Selection Searching for C/C++ elements" href="tasks/cdt_t_sel_search.htm"/>
       
    84 			<topic label="Setting Source Folders" href="tasks/cdt_t_set_src_fold.htm"/>
       
    85 		</topic>
       
    86 </toc>