Indentation guidelines in a QPlainTextEdit
Unsolved
General and Desktop
-
So, I'm in the process of writing my own IDE and I've came across this problem:
How do I draw indentation guidelines on my QPlainTextEdit like PyCharm does it here:I'm looking for a clue on where to start, any help would be appreciated! (I'm writing this IDE using PyQt5, not Qt5)
-
May be, you are looking for this !
-
Hi,
You might want to take a look at KDE's KTextEditor which provides the features you are looking to implement.