eric4.Preferences.ConfigurationPages.EditorStyles2Page

Module implementing the Editor Styles configuration page (2).

Classes

EditorStyles2Page Class implementing the Editor Styles configuration page (2).

Functions

create Module function to create the configuration page.


EditorStyles2Page

Class implementing the Editor Styles configuration page (2).

Derived from

ConfigurationPageBase, Ui_EditorStyles2Page

Methods

EditorStyles2Page Constructor
on_edgeBackgroundColorButton_clicked Private slot to set the colour for the edge background or 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.
save Public slot to save the Editor Styles configuration.

EditorStyles2Page (Constructor)

EditorStyles2Page()

Constructor

EditorStyles2Page.on_edgeBackgroundColorButton_clicked

on_edgeBackgroundColorButton_clicked()

Private slot to set the colour for the edge background or line.

EditorStyles2Page.on_matchingBracesBackButton_clicked

on_matchingBracesBackButton_clicked()

Private slot to set the background colour for highlighting matching braces.

EditorStyles2Page.on_matchingBracesButton_clicked

on_matchingBracesButton_clicked()

Private slot to set the colour for highlighting matching braces.

EditorStyles2Page.on_nonmatchingBracesBackButton_clicked

on_nonmatchingBracesBackButton_clicked()

Private slot to set the background colour for highlighting nonmatching braces.

EditorStyles2Page.on_nonmatchingBracesButton_clicked

on_nonmatchingBracesButton_clicked()

Private slot to set the colour for highlighting nonmatching braces.

EditorStyles2Page.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