[ Last edited by MaximKorobov at 2008-8-8 13:35 ]Author:
Passion Time: 2008-8-9 11:41
Thanks for your suggestion. In fact, we considered this requirement before, but due to IDE's limitation, it's not so easy to draw the background color "transparently" under IDE chars.
We'll try to do some researching to find a practicable way to implement it.Author:
MaximKorobov Time: 2008-8-11 22:19
Hm. Stange to read that feature is not easy to implement cause you already do it such for "Lines and Structure Background Highlight" in the last release.Author:
Passion Time: 2008-8-11 23:19
The style of a Keyword is simple(bold or color), we can just fill the rect and re-textout it. But for the whole line, it's not easy to re-parse the line text to get to know what should be painted as bold, what to be symbol or comment. So hard to re-paint them.