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