Module implementing the Editor Styles configuration page (1).
EditorStyles1Page | Class implementing the Editor Styles configuration page (1). |
create | Module function to create the configuration page. |
Class implementing the Editor Styles configuration page (1).
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. |
Constructor
Private slot to set the foreground colour of the caret.
Private slot to set the background colour of the caretline.
Private slot to set the colour for the highlight of the current line.
Private method used to select the default font for the editor.
Private slot to set the colour for the highlight of the error line.
Private method used to select the font for the editor margins.
Private method used to select the font to be used as the monospaced font.
Private slot to set the background colour of the selection.
Private slot to set the foreground colour of the selection.
Public slot to perform some polishing actions.
Public slot to save the Editor Styles configuration.
Module function to create the configuration page.