Module implementing the Editor Styles configuration page.
None |
EditorStylesPage | Class implementing the Editor Styles configuration page. |
create | Module function to create the configuration page. |
Class implementing the Editor Styles configuration page.
None |
None |
EditorStylesPage | 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_edgeBackgroundColorButton_clicked | Private slot to set the colour for the edge background or line. |
on_errorMarkerButton_clicked | Private slot to set the colour for the highlight of the error line. |
on_foldmarginBackgroundButton_clicked | Private slot to set the background colour for the foldmargin. |
on_linenumbersFontButton_clicked | Private method used to select the font for the editor margins. |
on_marginsBackgroundButton_clicked | Private slot to set the background colour for the margins. |
on_marginsForegroundButton_clicked | Private slot to set the foreground colour for the margins. |
on_matchingBracesBackButton_clicked | Private slot to set the background colour for highlighting matching braces. |
on_matchingBracesButton_clicked | Private slot to set the colour for highlighting matching braces. |
on_monospacedFontButton_clicked | Private method used to select the font to be used as the monospaced font. |
on_nonmatchingBracesBackButton_clicked | Private slot to set the background colour for highlighting nonmatching braces. |
on_nonmatchingBracesButton_clicked | Private slot to set the colour for highlighting nonmatching braces. |
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. |
None |
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 edge background or line.
Private slot to set the colour for the highlight of the error line.
Private slot to set the background colour for the foldmargin.
Private method used to select the font for the editor margins.
Private slot to set the background colour for the margins.
Private slot to set the foreground colour for the margins.
Private slot to set the background colour for highlighting matching braces.
Private slot to set the colour for highlighting matching braces.
Private method used to select the font to be used as the monospaced font.
Private slot to set the background colour for highlighting nonmatching braces.
Private slot to set the colour for highlighting nonmatching braces.
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.