module extras.code_editor.code_editor

Global Variables

  • TYPE_CHECKING
  • PYQT6
  • PYQT5
  • PYSIDE2
  • PYSIDE6

class CodeEditor

method CodeEditor.__init__

__init__(*args, changed=None, model=None, highlighter=None, **kwargs)

method CodeEditor.duplicate_selection

duplicate_selection(direction)

method CodeEditor.eventFilter

eventFilter(obj, event)

method CodeEditor.expand_selection

expand_selection(cursor)

method CodeEditor.indent_selection

indent_selection(direction)

method CodeEditor.insert_completion

insert_completion(completion)

method CodeEditor.keyPressEvent

keyPressEvent(event: PySide6.QtGui.QKeyEvent)

method CodeEditor.move_selection

move_selection(direction)

method CodeEditor.text

text()

method CodeEditor.text_under_cursor

text_under_cursor()

method CodeEditor.toggle_comments

toggle_comments()

method CodeEditor.update_tab_width

update_tab_width()

method CodeEditor.wrap_selection

wrap_selection(key)

This file was automatically generated via lazydocs.