如何删除 qscintilla 中的词法分析器

How to remove lexer in qscintilla

如果用户想返回纯文本,我如何删除我在 qscintilla 中设置的词法分析器 with.setLexer(lexer)?我在 documentation 中没有找到任何内容。我在 Python3.

中使用 PyQt5

我按照@ekumoro 在上面的评论中的回复进行了尝试,它工作得很好。

self.__editor.setLexer(None)

https://scintilla.sourceforge.io/ScintillaDoc.html#SCI_SETLEXER