BCIEditor¶
-
class
bci_framework.framework.editor.editor.
BCIEditor
(linenumber: PySide2.QtWidgets.QTextEdit, extension: Literal[.py, .css] = '.py', *args, **kwargs)[source]¶ Custom QTextEdit with autocompleter and linenumbers.
- Parameters
linenumber – QTextEdit object that will be updated with linenumbers.
extension – To set the highlighter.