Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3586463c5401def777ebc865209d285c1a2cf260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?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"/>
			<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"/>
			<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"/>
			<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"/>
			<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>
		<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"/>
			<topic label="Searching External Files" href="tasks/cdt_t_search_ext.htm"/>
			<topic label="Enable/Disable the C/C++ Indexer" href="tasks/cdt_t_endis_indexer.htm"/>
			<topic label="C/C++ Indexer Problem Reporting" href="tasks/cdt_t_indexer_prob_rep.htm"/>
			<topic label="C/C++ Indexer - Indexer Timeout" href="tasks/cdt_t_indexer_timeout.htm"/>
			<topic label="Setting Source Folders" href="tasks/cdt_t_set_src_fold.htm"/>
		</topic>
</toc>

Back to the top