lolOriginally Posted by impeteperry
You don't seem to pay attention to profile on the right of each post! I'm a Windows user, even if I would like to change there's no way, other users would'nt agree!![]()
I don' mind!Originally Posted by elcuco
![]()
1) three ways:
- either reimplementing the whole paint event which may be very hard.
- either using each time font gets modified :- either hacking the keypress event so that any tab char is translated as x spaces [pretty uggly and stupid]Qt Code:
To copy to clipboard, switch view to plain text mode
2)Sure it is! Actually I took the reimplementation from QSA and subclassed it as C++ syntax highlighter. Yes it's based on QRegExp which is an inherently slow method with large files but, well...
3)What do you call current line? Isn't that implemented in two ways?
What do you call match bracket? Indentation? Indentation is planned but not that easy!
There was a "parenthesis matcher" in QSA code but I didn't understand it's goal so I removed it!
Bookmarks