mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

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>
76 lines
2.6 KiB
XML
76 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?NLS TYPE="org.eclipse.help.contexts"?>
|
|
<!--
|
|
******************************************************************
|
|
** (C) COPYRIGHT International Business Machines Corp. 2001,2003
|
|
** All Rights Reserved * Licensed Materials - Property of IBM
|
|
******************************************************************
|
|
-->
|
|
<!DOCTYPE contexts [
|
|
<!ENTITY defaultCSHelp "Default Context Sensitive Help">
|
|
<!ENTITY registersView "Registers view">
|
|
<!ENTITY registersViewPrefs "Registers view preferences">
|
|
<!ENTITY memoryView "Memory view">
|
|
<!ENTITY memoryViewPrefs "Memory view preferences">
|
|
<!ENTITY ModulesView "Modules view">
|
|
<!ENTITY sharedLibsViewPrefs "Shared Libraries view preferences">
|
|
<!ENTITY signalsView "Signals view">
|
|
<!ENTITY debugPrefs "Debug preferences">
|
|
<!ENTITY srcPrefs "Source Code Locations">
|
|
]>
|
|
<contexts>
|
|
|
|
<context id ="default_cs_help">
|
|
<description>Click below to see help.</description>
|
|
<topic href="default_cs_help.htm"
|
|
label="&defaultCSHelp;"/>
|
|
</context>
|
|
|
|
<context id ="registers_view_context">
|
|
<description>The registers view displays the register values of a selected stack frame. </description>
|
|
<topic href="reference/cdt_u_registersview.htm"
|
|
label="®istersView;"/>
|
|
</context>
|
|
|
|
<context id ="registers_preference_page_context">
|
|
<description>Change the color in which register values are displayed. </description>
|
|
<topic href="reference/cdt_u_reg_view_pref.htm"
|
|
label="®istersViewPrefs;"/>
|
|
</context>
|
|
|
|
<context id ="memory_view_context">
|
|
<description>The memory view displays process memory. </description>
|
|
<topic href="reference/cdt_u_memoryview.htm"
|
|
label="&memoryView;"/>
|
|
</context>
|
|
|
|
<context id ="memory_preference_page_context">
|
|
<description>Click below to see help</description>
|
|
<topic href="reference/cdt_u_mem_view_pref.htm"
|
|
label="&memoryViewPrefs;"/>
|
|
</context>
|
|
|
|
<context id ="modules_view_context">
|
|
<description>Click below to see help</description>
|
|
<topic href="reference/cdt_u_modules_view.htm"
|
|
label="&modulesView;"/>
|
|
</context>
|
|
|
|
<context id ="signals_view_context">
|
|
<description>Click below to see help</description>
|
|
<topic href="reference/cdt_u_signals_view.htm"
|
|
label="&signalsView;"/>
|
|
</context>
|
|
|
|
<context id ="c_debug_preference_page_context">
|
|
<description>View information about your program as you debug. </description>
|
|
<topic href="reference/cdt_u_dbg_pref.htm"
|
|
label="&debugPrefs;"/>
|
|
</context>
|
|
|
|
<context id ="source_preference_page_context">
|
|
<description>Source code locations. </description>
|
|
<topic href="reference/cdt_u_dbg_src.htm"
|
|
label="&srcPrefs;"/>
|
|
</context>
|
|
</contexts>
|