Color (Editor Options)

From RAD Studio
Jump to: navigation, search

Go Up to Editor Options


Tools > Options > User Interface > Editor Options > Color

Use this page to specify how the different elements of your code are to appear in the Code Editor, as shown in the sample window in the lower part of the page.

Item Description

Color SpeedSetting

Enables you to quickly configure the Code Editor display using predefined color combinations. Select a Color SpeedSetting from the drop-down list and look at the sample code window to see how the settings will appear in the Code Editor.

RAD Studio 10.4 Sydney allows you to save your defined custom Code Editor color schemes.

Language display pane

Click the language tab to see how option choices affect the appearance of the code source of that language.

Element

Specifies syntax highlighting for a particular code element or search strings. You can choose from the Element list box or click the element in the sample Code Editor. As you change highlighting on code elements, you can see the effect in the sample code window.

Foreground Color

Sets the foreground color for the selected code element. The foreground color changes automatically for each element you choose in the Element list box.

Enable the Use Default option to use the default color associated with the selected Color SpeedSetting.

Background Color

Sets the background color for the selected code element.

Enable the Use Default option to use the default color associated with the selected Color SpeedSetting.

Bold

Applies bold formatting to the selected element.

Italic

Italicizes the selected element.

Underline

Underlines the selected element.

Note: The foreground color and background colors of the Modified line item in the Element list are the colors used to mark lines modified since last save and lines modified and saved in the current session, respectively.

For more information, see Colors in FireMonkey.

See Also