diff --git a/doc/org.eclipse.cdt.doc.user/help.css b/doc/org.eclipse.cdt.doc.user/help.css index fc9c54455aa..28c9f006f67 100755 --- a/doc/org.eclipse.cdt.doc.user/help.css +++ b/doc/org.eclipse.cdt.doc.user/help.css @@ -42,8 +42,8 @@ th { font-weight: bold } display: none; } -.menu td { vertical-align: top; } -td.menu_name {font-weight: bold;} +.menu, .option td { vertical-align: top; } +td.menu_name, td.option_name {font-weight: bold;} /* Mike Behm's addition to the style sheet */ .userinput { font-family: monospace; } diff --git a/doc/org.eclipse.cdt.doc.user/images/editor_general_preferences.png b/doc/org.eclipse.cdt.doc.user/images/editor_general_preferences.png old mode 100644 new mode 100755 index 1b7687dce23..1ebb1bea8b0 Binary files a/doc/org.eclipse.cdt.doc.user/images/editor_general_preferences.png and b/doc/org.eclipse.cdt.doc.user/images/editor_general_preferences.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm old mode 100644 new mode 100755 index bc4e3f6f780..a004422136c --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm @@ -1,72 +1,104 @@ - + - - - - Editor preferences - - + + +Editor preferences + + +
+

Editor preferences

+

+ Use the command linkEditor preference panel to control the + appearance of text highlighting in C/C++ editors. +

+

+ Editor Preferences Panel +

-

Editor preferences

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionDescription
Smart caret + positioning in identifiersTreats CamelCase identifiers as + being made up of separate words.
Report problems as + you typeProblems found will be immediately + highlighted in the editor.
Highlight matching + bracketsWhen the cursor is beside a bracket, + the matching bracket is highlighted.
Highlight inactive + codeHighlights inactive code when the + cursor is positioned inside it.
Appearance color + optionsLists the items for which you can + specify a color.
ColorSpecifies the color in which to + display the selected item.
Documentation tool + commentsSpecifies which documentation tool + should be used to determine editor presentation and behaviors. + This enables editor features such as content-assist, documentation + comment generation and syntax highlighting. The particular tool + selected here will be used for files that are not associated with + a project, or where no project level preference has been set.
-

Use the Editor preference panel to control the appearance of text highlighting in C/C++ editors.

-

Editor Preferences Panel

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Editor Preference Options
OptionDescription
Smart caret positioning in identifiersIf enabled, there are additional word boundaries inside identifiers.
Highlight matching bracketsWhen the cursor is beside a bracket, the matching bracket is highlighted.
Highlight inactive codeHighlights inactive code when the cursor is positioned inside it.
Appearance color optionsLists the items for which you can specify a color.
ColorSpecifies the color in which to display the selected item.
Documentation tool commentsSpecifies which documentation tool should be used to determine editor presentation and behaviors. This - enables editor features such as content-assist, documentation comment generation and syntax highlighting. The particular - tool selected here will be used for files that are not associated with a project, or where no project level preference has - been set.
- -

Related concepts
-Coding aids

-

Related tasks -
-Customizing the C/C++ editor

-

Related reference -
-C/C++ editor preferences

-
-IBM Copyright Statement - -
- - \ No newline at end of file +

+ Related concepts
Coding aids +

+

+ Related tasks
Customizing the C/C++ + editor +

+

+ Related reference
C/C++ + editor preferences +

+
+ IBM Copyright Statement +
+ +