Module implementing the Editor Colours configuration page.
EditorColoursPage | Class implementing the Editor Colours configuration page. |
create | Module function to create the configuration page. |
Class implementing the Editor Colours configuration page.
EditorColoursPage | Constructor |
__initEditorColoursColour | Private method to initialize the colour buttons. |
__selectEditorColour | Private method used by the buttons selecting the marker colours. |
on_calltipsBackgroundButton_clicked | Private slot to set the background colour for calltips. |
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_errorMarkerButton_clicked | Private slot to set the colour for the highlight of the error line. |
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_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. |
save | Public slot to save the Editor Colours configuration. |
Constructor
Private method to initialize the colour buttons.
Private method used by the buttons selecting the marker colours.
Private slot to set the background colour for calltips.
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 slot to set the colour for the highlight of the error line.
Private slot to set the background colour for highlighting matching braces.
Private slot to set the colour for highlighting matching braces.
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 save the Editor Colours configuration.
Module function to create the configuration page.