PCEF 0.1.1 documentation

Pre-configured editors

«  Core   ::   Contents   ::   Modes  »

Pre-configured editors

This page contains documentation about the available pre-configured editor widgets.

Generic editor

class pcef.editors.QGenericEditor(parent=None)[source]

A generic (language independent) pre-configured code editor widget.

Installed modes:

Installed panels:

It also populates the text edit context menu with a set of default actions. (some modes might also add their own menu entry or sub-menus).

autoIndentMode[source]
Returns:the editor auto indent mode
Return type:pcef.modes.indent.AutoIndentMode
codeCompletionMode[source]
Returns:the code completion mode.
Return type:pcef.modes.code_completion.CodeCompletionMode
foldPanel[source]
Returns:the fold Panel instance
Return type:pcef.panels.folding.FoldPanel
highlightLineMode[source]
Returns:the highlight active line mode instance.
Return type:pcef.modes.clh.HighlightLineMode
lineNumberPanel[source]
Returns:the line number Panel instance.
Returns:pcef.panels.line_numbers.LineNumberPanel
rightMarginMode[source]
Returns:the right margin mode instance.
Return type:pcef.modes.margin.RightMarginMode
searchPanel[source]
Returns:the search and replace panel instance
Returns:pcef.panels.search_and_replace.QSearchPanel
syntaxHighlightingMode[source]
Returns:the syntax highlighting mode instance.
Return type:pcef.modes.sh.SyntaxHighlighterMod
zoomMode[source]
Returns:the editor zoom mode.
Return type:pcef.modes.zoom.EditorZoomMode

«  Core   ::   Contents   ::   Modes  »