eric4.Preferences.ConfigurationPages.EditorStyles1Page

Module implementing the Editor Styles configuration page (1).

Classes

EditorStyles1Page Class implementing the Editor Styles configuration page (1).

Functions

create Module function to create the configuration page.


EditorStyles1Page

Class implementing the Editor Styles configuration page (1).

Derived from

ConfigurationPageBase, Ui_EditorStyles1Page

Methods

EditorStyles1Page Constructor
on_caretForegroundButton_clicked Private slot to set the foreground colour of the caret.
on_caretlineBackgroundButton_clicked Private slot to set the background colour of the caretline.
on_currentLineMarkerButton_clicked Private slot to set the colour for the highlight of the current line.
on_defaultFontButton_clicked Private method used to select the default font for the editor.
on_errorMarkerButton_clicked Private slot to set the colour for the highlight of the error line.
on_linenumbersFontButton_clicked Private method used to select the font for the editor margins.
on_monospacedFontButton_clicked Private method used to select the font to be used as the monospaced font.
on_selectionBackgroundButton_clicked Private slot to set the background colour of the selection.
on_selectionForegroundButton_clicked Private slot to set the foreground colour of the selection.
polishPage Public slot to perform some polishing actions.
save Public slot to save the Editor Styles configuration.

EditorStyles1Page (Constructor)

EditorStyles1Page()

Constructor

EditorStyles1Page.on_caretForegroundButton_clicked

on_caretForegroundButton_clicked()

Private slot to set the foreground colour of the caret.

EditorStyles1Page.on_caretlineBackgroundButton_clicked

on_caretlineBackgroundButton_clicked()

Private slot to set the background colour of the caretline.

EditorStyles1Page.on_currentLineMarkerButton_clicked

on_currentLineMarkerButton_clicked()

Private slot to set the colour for the highlight of the current line.

EditorStyles1Page.on_defaultFontButton_clicked

on_defaultFontButton_clicked()

Private method used to select the default font for the editor.

EditorStyles1Page.on_errorMarkerButton_clicked

on_errorMarkerButton_clicked()

Private slot to set the colour for the highlight of the error line.

EditorStyles1Page.on_linenumbersFontButton_clicked

on_linenumbersFontButton_clicked()

Private method used to select the font for the editor margins.

EditorStyles1Page.on_monospacedFontButton_clicked

on_monospacedFontButton_clicked()

Private method used to select the font to be used as the monospaced font.

EditorStyles1Page.on_selectionBackgroundButton_clicked

on_selectionBackgroundButton_clicked()

Private slot to set the background colour of the selection.

EditorStyles1Page.on_selectionForegroundButton_clicked

on_selectionForegroundButton_clicked()

Private slot to set the foreground colour of the selection.

EditorStyles1Page.polishPage

polishPage()

Public slot to perform some polishing actions.

EditorStyles1Page.save

save()

Public slot to save the Editor Styles configuration.

Up


create

create(dlg)

Module function to create the configuration page.

dlg
reference to the configuration dialog
Up