# HG changeset patch # User fturovic # Date 1282242699 18000 # Node ID 63d0f74e878ecd036b69d2f9782baecb1f3b2e56 # Parent dc0f51078b9e451b03fe97c812d7eacad68ec7de add commands to cheat sheet to open pref panels diff -r dc0f51078b9e -r 63d0f74e878e core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_editors.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_editors.xml Wed Aug 18 19:49:06 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_editors.xml Thu Aug 19 13:31:39 2010 -0500 @@ -10,69 +10,93 @@ + title="Set the C/C++ editor appearance"> - Under the Preferences > General > Editor section are several preference panels that control many aspects of the C/C++ editor. + Under the Editor preference panel to control the appearance of text highlighting in C/C++ editors. + title="Set editor assistance triggers"> - Body + Use the Content Assist preference panel to customize the Content Assist feature in C/C++ editors. + title="Change editor folding behavior"> - Body + Use the Folding preference panel to customize the C/C++ editor folding behavior. + + title="Change hovering behavior"> - Body + Use the Hovers preference panel to customize the C/C++ editor hover behavior. + + title="Set annotation appearance"> - Body + Use the Mark Occurrences preference panel to set annotations for the C/C++ Editor view. + + title="Set automatic save actions"> - Body + Use the Save Actions preference panel to configure actions performed by the C/C++ editor while saving a file. + + title="Set large file options"> - Body + Use the Scalability preference panel to configure options for dealing with large source files. + + title="Configure source code appearance"> - Body + Use the Syntax Coloring preference panel to specify how C/C++ source code is rendered. + + title="Modifying source templates"> - Body + Use the Templates preference panel to manipulate any of the common templates predefined within CDT or create your own. + + title="Configure automatic formatting"> - Body + Use the Typing preference panel to assist in formatting input as you type. +