Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d088af93536cbf1a2ae082e6925af581a2d0a99d (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<contexts>

<!-- 
	PLUGINS LINKED TO THESE HELP CONTEXT IDs
	plugin="org.eclipse.cdt.ui"
-->

<context id ="projects_view">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_cproj_view.htm"
   	label="C/C++ Projects view"/>
</context>
<context id ="navigator_view">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_navigator_view.htm"
   	label="Navigator view"/>
</context>
<context id ="outline_view">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_outline_view.htm"
   	label="Outline view"/>
</context>
<context id ="make_targets_view">
   <description>Click below to see help.</description>
   <topic href="rreference/cdt_u_make_targets_view.htm"
   	label="Make Targets view"/>
</context>
<context id ="editor_view">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_editor_view.htm"
   	label="Editor view"/>
</context>
<context id ="problems_view">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_problems_view.htm"
   	label="Problems view (C/C++)"/>
</context>
<context id ="tasks_view">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_tasks_view.htm"
   	label="Tasks view"/>
</context>
<context id ="properties_view">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_properties_view.htm"
   	label="Properties view"/>
</context>
<context id ="search_view">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_search_view.htm"
   	label="Search view"/>
</context>
<context id ="find_replace">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_find_replace.htm"
   	label="C/C++ Find and Replace"/>
</context>
<context id ="c_pref">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_pref.htm"
   	label="C/C++ Preferences"/>
</context>
<context id ="build_pref">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_build_pref.htm"
   	label="Build Console"/>
</context>
<context id ="code_temp">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_code_temp.htm"
   	label="C/C++ Editor Templates Preferences"/>
</context>
<context id ="codeformatter_preference_page_context">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_code_style_pref.htm"
   	label="C/C++ Code Style Preferences"/>
</context>
<context id ="c_editor_gen">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_editor_gen.htm"
   	label="C/C++ Editor Advanced Preferences"/>
</context>
<context id ="c_editor_color">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_editor_color.htm"
   	label="C/C++ Editor Syntax Coloring Preferences"/>
</context>
<context id ="c_editor_con_assist">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_editor_con_assist.htm"
   	label="C/C++ Editor Content Assist Preferences"/>
</context>
<context id ="c_editor_hov">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_editor_hov.htm"
   	label="C/C++ Editor Hovers Preferences"/>
</context>
<context id ="save_actions_preference_page_context">
   <description>This page allows to configure editor save actions.</description>
   <topic href="reference/cdt_u_c_editor_save_actions.htm"
   	label="C/C++ Editor Save Actions Preferences"/>
</context>
<context id ="scalability_preference_page_context">
   <description>This page allows to configure editor scalability mode options. The scalability mode helps to deal with very large source files.</description>
   <topic href="reference/cdt_u_c_editor_scalability.htm"
   	label="C/C++ Editor Scalability Preferences"/>
</context>
<context id ="c_editor_typing">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_editor_typing.htm"
   	label="C/C++ Editor Typing Preferences"/>
</context>
<context id ="c_editor_folding">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_editor_folding.htm"
   	label="C/C++ Editor Folding Preferences"/>
</context>
<context id ="c_file_types">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_c_file_types.htm"
   	label="File Types"/>
</context>
<context id ="make_targets_pref">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_make_targets_pref.htm"
   	label="Make Targets"/>
</context>
<context id ="newproj_buildset">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_newproj_buildset.htm"
   	label="Make Builder"/>
</context>
<context id ="newproj_parser_error">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_newproj_parser_error.htm"
   	label="Error Parser"/>
</context>
<context id ="newproj_parser_binary">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_newproj_parser_binary.htm"
   	label="Binary Parser"/>
</context>
<context id ="discovery_preferences">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_discovery_preferences.htm"
   	label="Discovery Options"/>
</context>
<context id ="man_prop_info">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_mprop_info.htm"
   	label="Info"/>
</context>
<context id ="man_prop_builder">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_mprop_builders.htm"
   	label="Builders"/>
</context>
<context id ="man_prop_build">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_mprop_build.htm"
   	label="Build"/>
</context>
<context id ="man_prop_file_types">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_mprop_file_types.htm"
   	label="File Types"/>
</context>
<context id ="man_prop_indexer">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_prop_general_idx.htm"
   	label="Indexer"/>
</context>
<context id ="man_prop_error">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_mprop_merror.htm"
   	label="Error Parser"/>
</context>
<context id ="man_prop_references">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_mprop_ref.htm"
   	label="Project References"/>
</context>
<context id ="std_prop_info">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_info.htm"
   	label="Info"/>
</context>
<context id ="std_prop_builder">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_builders.htm"
   	label="Builders"/>
</context>
<context id ="std_prop_file_types">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_file_types.htm"
   	label="File Types"/>
</context>
<context id ="std_prop_include">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_includes.htm"
   	label="Include Paths and Symbols"/>
</context>
<context id ="std_prop_indexer">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_prop_general_idx.htm"
   	label="Indexer"/>
</context>
<context id ="std_prop_build">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_mbuild.htm"
   	label="Make Builder"/>
</context>
<context id ="std_prop_error">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_merror.htm"
   	label="Error Parser"/>
</context>
<context id ="std_prop_binary">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_mbinary.htm"
   	label="Binary Parser"/>
</context>
<context id ="std_prop_discovery">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_mdiscovery.htm"
   	label="Discovery Options"/>
</context>
<context id ="std_prop_source">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_psource.htm"
   	label="Source"/>
</context>
<context id ="std_prop_output">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_poutput.htm"
   	label="Output"/>
</context>
<context id ="std_prop_projects">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_pproj.htm"
   	label="Projects"/>
</context>
<context id ="std_prop_libraries">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_plib.htm"
   	label="Libraries"/>
</context>
<context id ="std_prop_containers">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_pcontainers.htm"
   	label="Path Containers"/>
</context>
<context id ="std_prop_references">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_sprop_ref.htm"
   	label="Project References"/>
</context>
<context id ="new_proj_wiz">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz.htm"
   	label="C/C++ New Project Wizard"/>
</context>
<context id ="new_proj_wiz_m_name">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_m_name.htm"
   	label="Name"/>
</context>
<context id ="new_proj_wiz_m_target">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_m_target.htm"
          label="Select a Project Type"/>
</context>
<context id ="new_proj_wiz_m_proj">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_m_proj.htm"
   	label="Referenced Projects"/>
</context>
<context id ="new_proj_wiz_m_errorp">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_m_errorp.htm"
   	label="Error Parsers"/>
</context>
<context id ="new_proj_wiz_m_cindexer">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_m_cindexer.htm"
   	label="C/C++ Indexer"/>
</context>
<context id ="new_proj_wiz_s_name">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_s_name.htm"
   	label="Name"/>
</context>
<context id ="new_proj_wiz_s_proj">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_s_proj.htm"
   	label="Referenced Projects"/>
</context>
<context id ="new_proj_wiz_s_mbuilder">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_s_mbuilder.htm"
   	label="Make Builder"/>
</context>
<context id ="new_proj_wiz_s_errorp">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_s_errorp.htm"
   	label="Error Parsers"/>
</context>
<context id ="new_proj_wiz_s_binary">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_s_binary.htm"
   	label="Binary Parser"/>
</context>
<context id ="new_proj_wiz_s_discovery">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_s_discovery.htm"
   	label="Discovery Options"/>
</context>
<context id ="new_proj_wiz_s_cindexer">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_new_proj_wiz_s_cindexer.htm"
   	label="C/C++ Indexer"/>
</context>
<context id ="run_dbg_main">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_run_dbg_main.htm"
   	label="Main"/>
</context>
<context id ="run_dbg_arg">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_run_dbg_arg.htm"
   	label="Arguments"/>
</context>
<context id ="run_dbg_env">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_run_dbg_env.htm"
   	label="Environment"/>
</context>
<context id ="run_dbg_dbg">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_run_dbg_dbg.htm"
   	label="Debugger"/>
</context>
<context id ="run_dbg_srce">
   <description>Click below to see help.</description>
   <topic href="reference/cdt_u_run_dbg_srce.htm"
   	label="Source"/>
</context>
<context id ="run_dbg_comm">
   <description>Click below to see help.</description>
   <topic href="reference/run_dbg_comm"
   	label="Common"/>
</context>
<context id ="cdt_u_search">
   <description>Use the C/C++ Search to search for occurrences of C/C++ elements.</description>
   <topic href="reference/cdt_u_search.htm"
   	label="C/C++ search page"/>
</context>
<context id ="open_element_dialog_context">
   <description>This dialog allows to open up the declaration of C/C++ classes, structures, unions, typedefs, enumerations, namespaces, functions, methods, variables and macros.</description>
   <topic href="reference/cdt_u_open_element.htm"
   	label="Open Element"/>
</context>
<context id="code_templates_preference_context">
    <description>Specify the templates used for code generation and new files.</description>
    <topic label="Code Templates Preferences" href="reference/cdt_u_c_code_templates_pref.htm"/>
</context>
<context id="toggle_mark_occurrences_action_context">
    <description>Allows you to switch mark occurrences on and off.</description>
</context>
<context id="format_all_action">
    <description>This command formats selected C/C++ source files.</description>
</context>

<context id="appearance_preference_page_context">
    <description>Customize the appearance of C/C++ elements in viewers.</description>
    <topic label="Appearance Preferences" href="reference/cdt_u_appearance_pref.htm"/>
</context>

<context id="cdt_u_prop_build">
   <description></description>
   <topic href="reference/cdt_u_prop_build.htm" label="C/C++ Build"/> 
</context>                         
<context id="cdt_u_prop_build_variables">
   <description></description>
   <topic href="reference/cdt_u_prop_build_variables.htm" label="Build Variables"/> 
   <topic href="tasks/cdt_t_add_build_var.htm" label="Adding and Editing Build Variables"/> 
</context>
<context id="cdt_u_prop_build_discovery">
   <description></description>
   <topic href="reference/cdt_u_prop_build_discovery.htm" label="Discovery Options"/> 
</context>               
<context id="cdt_u_prop_build_environment">
   <description></description>
   <topic href="reference/cdt_u_prop_build_environment.htm"    	
   label="Environment tab"/> 
</context>             
<context id="cdt_u_prop_build_setting_tool">
   <description></description>
   <topic href="reference/cdt_u_prop_build_setting_tool.htm"    	
   label="Tool Settings"/> 
</context>            
<context id="cdt_u_prop_build_setting_steps">
   <description></description>
   <topic href="reference/cdt_u_prop_build_setting_steps.htm"    	
   label="Build Steps"/> 
</context>           
<context id="cdt_u_prop_build_setting_artifact">
   <description></description>
   <topic href="reference/cdt_u_prop_build_setting_artifact.htm"    	
   label="Build Artifact"/>
</context>        
<context id="cdt_u_prop_build_setting_binparser">
   <description></description>
   <topic href="reference/cdt_u_prop_build_setting_binparser.htm"    	
   label="Binary Parsers"/> 
</context>       
<context id="cdt_u_prop_build_setting_errparser">
   <description></description>
   <topic href="reference/cdt_u_prop_build_settings_errparser.htm"    	
   label="Error Parsers"/> 
</context>       
<context id="cdt_u_prop_build_toolchain">
   <description></description>
   <topic href="reference/cdt_u_prop_build_toolchain.htm"    	
   label="Tool Chain Editor"/> 
</context>               
<context id="cdt_u_prop_pns_inc">
   <description></description>
   <topic href="reference/cdt_u_prop_pns_inc.htm"    	
   label="Include paths"/> 
</context>                       
<context id="cdt_u_prop_pns_sym">
   <description></description>
   <topic href="reference/cdt_u_prop_pns_sym.htm"    	
   label="Symbols"/> </context>                       
<context id="cdt_u_prop_pns_libpath">
   <description></description>
   <topic href="reference/cdt_u_prop_pns_libpath.htm"    	
   label="Library paths"/> 
</context>                   
<context id="cdt_u_prop_pns_lib">
   <description></description>
   <topic href="reference/cdt_u_prop_pns_lib.htm"    	
   label="Libraries"/> 
</context>                       
<context id="cdt_u_prop_pns_ref">
   <description></description>
   <topic href="reference/cdt_u_prop_pns_ref.htm"    	
   label="References"/> 
</context>                       
<context id="cdt_u_prop_pns_src">
   <description></description>
   <topic href="reference/cdt_u_prop_pns_src.htm"    	
   label="Source Location"/> 
</context>                       
<context id="cdt_u_prop_pns_out">
   <description></description>
   <topic href="reference/cdt_u_prop_pns_out.htm"    	
   label="Output Locations"/> 
</context>                       
<context id="cdt_u_prop_exp">
   <description></description>
   <topic href="reference/cdt_u_prop_exp.htm"    	
   label="Exported data"/> 
</context>                           
<context id="cdt_u_prop_resource">
   <description></description>
   <topic href="reference/cdt_u_prop_resource.htm"    	
   label="Resource"/> 
</context>                      
<context id="cdt_u_prop_builders">
   <description></description>
   <topic href="reference/cdt_u_prop_builders.htm"    	
   label="Builders"/> 
</context>                      
<context id="cdt_u_prop_general">
   <description></description>
   <topic href="reference/cdt_u_prop_general.htm"    	
   label="Common"/> 
</context>                       
<context id="cdt_u_prop_general_doc">
   <description></description>
   <topic href="reference/cdt_u_prop_general_doc.htm"    	
   label="Documentation"/> 
</context>                   
<context id="cdt_u_prop_general_typ">
   <description></description>
   <topic href="reference/cdt_u_prop_general_typ.htm"    	
   label="File Types"/> 
</context>                   
<context id="cdt_u_prop_general_idx">
   <description></description>
   <topic href="reference/cdt_u_prop_general_idx.htm"    	
   label="Indexer"/> 
</context>                   
<context id="cdt_u_prop_general_lng">
   <description></description>
   <topic href="reference/cdt_u_prop_general_lng.htm"    	
   label="Language Mappings"/> 
</context>                   

<context id="cdt_u_pref_multi_cfg">
   <description></description>
   <topic href="reference/cdt_u_pref_multi_cfg.htm"    	
   label="Multi Configuration Edit tab"/> 
</context>                   
<context id="cdt_u_pref_prop_pages">
   <description></description>
   <topic href="reference/cdt_u_pref_prop_pages.htm"    	
   label="Property Pages Settins tab"/> 
</context>
<context id="tasktags_preference_page_context" title="Task Tags (C/C++)">
   <description>Create todo task tags.</description>
   <topic href="reference/cdt_u_pref_task_tags.htm" label="Task Tags preference"/>
</context>                   
<context id="cdt_u_pref_wizard_defaults">
   <description></description>
   <topic href="reference/cdt_u_pref_wizard_defaults.htm"    	
   label="CDT New Project Wizard Defaults tab"/> 
</context>                   
<context id="cdt_u_pref_wizard_toolchains">
   <description></description>
   <topic href="reference/cdt_u_pref_wizard_toolchains.htm"    	
   label="Preferred Toolchains tab"/> 
</context>                   

<context id="type_hierarchy_view_context" title="About Type Hierarchy view">
    <description>This view displays a type&apos;s hierarchy.</description>
    <topic label="Type Hierarchy view" href="reference/cdt_u_type_hierarchy_view.htm"/>
</context>
<context id="call_hierarchy_view_context" title="About Call Hierarchy view">
    <description>The Call Hierarchy shows all callers or callees of the given function.</description>
    <topic label="Call Hierarchy view" href="reference/cdt_u_call_hierarchy_view.htm"/>
</context>
<context id="include_browser_view_context" title="About Include Browser view">
    <description>This view displays include file relationships.</description>
    <topic label="Include Browser view" href="reference/cdt_u_include_browser_view.htm"/>
</context>
<context id="cdt_t_conv_proj_context" title="Converting a C or C++ nature for a project">
   <description>This wizard converts a project to a C/C++ project.</description>
   <topic href="tasks/cdt_t_conv_proj.htm" label="Converting a C or C++ nature for a project"/>
</context>
<context id="cdt_creating_cpp_file_context" title="Creating your C++ file">
   <topic href="getting_started/cdt_w_newcpp.htm" label="Creating your C++ file"/>
</context>
<context id="project_explorer_context" title="Project Explorer">
   <description>The Project Explorer displays project information.</description>
   <topic href="reference/cdt_u_project_explorer_view.htm" label="Project Explorer view"/>
</context>
<context id="content_outline_context" title="Outline">
   <topic href="reference/cdt_u_outline_view.htm" label="Outline view"/>
</context>

<context id="indexer_preference_page" title="Indexer">
   <description>Configure the C/C++ Indexer.</description>
   <topic href="reference/cdt_u_indexer_preference.html" label="C/C++ Indexer preferences"/>
</context>
<context id="language_mapping_preference_page" title="Language Mappings">
   <description>Customize the use of C/C++ language associations for the workspace.</description>
   <topic href="reference/cdt_u_language_mapping_pref.htm" label="C/C++ Language Mapping preferences"/>
</context>
<context id="build_console_preference_page" title="Build Console">
   <description>Customize the appearance of messages that appear in the Build Console.</description>
   <topic href="reference/cdt_u_console_pref.htm" label="C/C++ Console preferences"/>
</context>

</contexts>

Back to the top