Class implementing a dialog for the configuration of eric3.
Methods
|
|
|
|
__init__
|
__init__ (
self,
parent=None,
name=None,
modal=0,
fl=0,
)
|
|
enableStyleList
|
enableStyleList ( self, b )
Private method to enable/disable the style list and related widgets.
|
|
enableStyleWidgets
|
enableStyleWidgets ( self, b )
Private method to enable/disable the style related widgets.
|
|
handleBackgroundColour
|
handleBackgroundColour ( self )
Private method used to select the background colour of the selected style and lexer.
|
|
handleCurrentLineColour
|
handleCurrentLineColour ( self )
Private slot to set the colour for the highlight of the current line.
|
|
handleDebugClientSelection
|
handleDebugClientSelection ( self )
Private slot to handle the Debug Client selection.
|
|
handleEolFill
|
handleEolFill ( self, b )
Private method used to set the eolfill for the selected style and lexer.
|
|
handleErrorLineColour
|
handleErrorLineColour ( self )
Private slot to set the colour for the highlight of the error line.
|
|
handleFont
|
handleFont ( self )
Private method used to select the font of the selected style and lexer.
|
|
handleForegroundColour
|
handleForegroundColour ( self )
Private method used to select the foreground colour of the selected style and lexer.
|
|
handleHeaderFont
|
handleHeaderFont ( self )
Private method used to select the font for the page header.
|
|
handleInterpreterSelection
|
handleInterpreterSelection ( self )
Private slot to handle the Python interpreter selection.
|
|
handleLayoutReset
|
handleLayoutReset ( self )
Private method to reset layout to factory defaults
|
|
handleLexerSelected
|
handleLexerSelected ( self, language )
Private slot to fill the style combo of the source tab.
|
|
handleLinenumbersFont
|
handleLinenumbersFont ( self )
Private method used to select the font for the editor margins.
|
|
handleMatchingBracesColour
|
handleMatchingBracesColour ( self )
Private slot to set the colour for highlighting matching braces.
|
|
handleNonMatchingBracesColour
|
handleNonMatchingBracesColour ( self )
Private slot to set the colour for highlighting nonmatching braces.
|
|
handleShellFont
|
handleShellFont ( self )
Private method used to select the font for the python shell.
|
|
handleStyleSelected
|
handleStyleSelected ( self, style )
Private method to set up the style element part of the source tab.
|
|
handleWorkspacePreview
|
handleWorkspacePreview ( self, workspace )
Private slot to show a preview of the selected workspace view type.
|
|
initDebuggerTab
|
initDebuggerTab ( self )
Private method to initialize the debugger tab.
|
|
initEditorTabs
|
initEditorTabs ( self )
Private method to initialize the editor tab.
|
|
initInterfaceTab
|
initInterfaceTab ( self )
Private method to initialize the interface tab.
|
|
initLanguageCombo
|
initLanguageCombo ( self )
Private method to initialize the language combobox of the interface tab.
|
|
initPrinterTab
|
initPrinterTab ( self )
Private method to initialize the printer tab.
|
|
initProjectTab
|
initProjectTab ( self )
Private method to initialize the project tab.
|
|
initVariousTab
|
initVariousTab ( self )
Private method to initialize the help tab.
|
|
initWindowViewCombo
|
initWindowViewCombo ( self )
Private method to initialize the window view combobox of the interface tab.
|
|
selectColour
|
selectColour (
self,
colourstr,
button,
)
Private method used by the buttons selecting the marker colours.
|
|
setPreferences
|
setPreferences ( self )
Public method called to store the selected values into the preferences storage.
|