aporto / mariamole

MariaMole: An alternative Arduino IDE
GNU General Public License v3.0
78 stars 21 forks source link

Text flickering on code editor #21

Open aporto opened 10 years ago

aporto commented 10 years ago

There is an anonoying flickering on text inside the code editor, whenever user clicks on a brace/bracket.

Text also flickers when user move from inside a brace/bracket block to outside this block, with the mouse

This only happens when the brace-matching feature of QScintilla is turned on. As a workaround, I've added an option on Edit -> Preferences to disable the brace-matching.

The flicker is not so bad on dark color themes.

This appear to affect only the Windows port