We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee2f80 commit bfe766fCopy full SHA for bfe766f
QCodeEditor.py
@@ -55,7 +55,7 @@ def __init__(self, parent, lang):
55
def highlightBlock(self, text):
56
cb = self.currentBlock()
57
p = cb.position()
58
- text=self.document().toPlainText()
+ text=self.document().toPlainText()+'\n'
59
highlight(text,self.lexer,self.formatter)
60
61
#dirty, dirty hack
0 commit comments