diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm index 23d74992d87..576b18d8658 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm @@ -23,35 +23,35 @@
Use the Scalability preference panel to configure options for dealing with large source files. Click Window > Preferences > C/C++ > Editor > Scalability to make changes.
Alert me when scalability mode will be turned on | If enabled, an information dialog pops up when a large file is opened with the C/C++ Editor which exceeds the specified line limit. | ||||||||||
Enable scalability mode options when the number of lines in the file is more than | If the number of lines in a file exceeds the specified number the C/C++ Editor will enable scalability mode and all scalability mode options below will take effect. | ||||||||||
Enable all scalability mode options | If enabled, all options below are enabled, too. | ||||||||||
Disable editor live parsing | If enabled, parsing while typing will be disabled. This disables also other features like Outline view, semantic highlighting, folding, etc. | ||||||||||
Disable semantic highlighting | If enabled, C/C++ identifiers will not be colored. | ||||||||||
Disable syntax coloring | If enabled, no coloring of keywords, comments and literals is done. | ||||||||||
Disable parsing-based content assist proposals | If enabled, content assist proposals which require parsing the file will not be available. | ||||||||||
Disable content assist auto activation | If enabled, content assist will not be activated automatically on trigger sequences, like '.', '::' or '->'. | ||||||||||
"Strings" | If enabled, automatically close string quotes. | ||||||||||
(Parenthesis) and [square] brackets | If enabled, automatically close parenthesis and square brackets. | ||||||||||
<Angle> brackets | If enabled, automatically close angle brackets. | ||||||||||
{Braces} | If enabled, automatically close curly braces. | ||||||||||
Tab key indents the current line | If enabled, indent the current line when the tab key is pressed. | ||||||||||
Adjust indentation | Adjust the indentation of pasted text to match the current indentation level. | ||||||||||
Wrap automatically | Enable to automatically wrap string literals when they exceed the max line length. | ||||||||||
Escape text when pasting into a literal string | If enabled, special characters in pasted strings are escaped when pasted into an existing string literal. | ||||||||||
Automatically indent - New lines and braces | If enabled, a new line or brace will be indented according to the Code Style preferences. If disabled, the default Text Editor indentation strategy is applied (copy indent from previous line) | ||||||||||
Follow unindexed header files when producing the outline view | Activate to do a more exhaustive search of header paths to build a more complete outline view. | ||||||||||
New... | Opens the New Template dialog to create a new template. | ||||||||||
Edit... | Opens the Edit Template dialog to edit the selected template. | ||||||||||
Remove | Removes the selected templates from the list. | ||||||||||
Restore Removed | Restores templates deleted by the last Remove action. | ||||||||||
Revert to Default | Removes the last edits made to the selected template restoring it to it's unmodified state. | ||||||||||
Import... | Imports a template. | ||||||||||
Export... | Exports the selected templates. | ||||||||||
Use code formatter | Enable to apply the currently selected code style to the template. | ||||||||||
New... | To create a new breakpoint action, click New. |
||||||||||
Edit... | To edit the currently selected action, click Edit. In the Action dialog box that appears, edit the action settings, then click OK. | ||||||||||
Delete | To delete the currently selected action, click Delete. | ||||||||||
Show full paths | Displays the full path of resources. | ||||||||||
Default variable format | Specifies the number system in which to display variables (Natural, Hexadecimal, Decimal, or Binary). | ||||||||||
Default expression format | Specifies the number system in which to display expressions (Natural, Hexadecimal, Decimal, or Binary). | ||||||||||
Default register format | Specifies the number system in which to display registers (Natural, Hexadecimal, Decimal, or Binary). | ||||||||||
Maximum number of displayed instructions | The maximum number of assembler instructions displayed in the Disassembly view. | ||||||||||
Color of source lines | The color of source lines in the Disassembly view if mixed source/disassembly code is shown. | ||||||||||
Add... | Opens the Add Source dialog to insert a new source container of one of the following types:
|
|
Edit... | Opens the Edit File System Directory dialog to modify the currently selected souce container. | |
Remove | Remove the currently selected souce container. | |
Up | Move the currently selected source container higher in the list. | |