I know there is no official link between qscintilla and pyside6, but I would like to know if there is any alternative or unofficial port.
In search of information, I found only an empty repository http://gitorious.org/pyside-qscintilla and (as I understand it) a build script https://github.com/LuaDist/scintilla/tree/master/qt/ScintillaEditPy
As mentioned by @ekhmoro, there are probably never been a
QScintillaversion of theScintillacontrol.However, here are a list of my suggested alternative text editors:
pip install pyqode3-core.PySide. TranslatepyqtSlotintoSlotandpyqtSignalintoSignal, etc.Yes, you can definitely implement your own
QsciScintillacomponent with just one PySide (without any additional libraries!) See the example page below:Refer to the following link. You will find a way that perfectly combines
QTextCharFormatwithQPlainTextEdit, viaQSyntaxHighlighter.These simple little code are just equivalent to those bulky
QsciLexer*.You might like to compare the feature of
QScintillaand the Qt Rich Text engine. In this case, Manuals are your good friends. You can always check the documentation and see the similar stuff betweenPySide::Qt-RichTextandQsci::QsciScintilla. For instance,