FIXED: problems in gui icons and highlighting [10.70 b1]
Posted: 06 Oct 2015 16:17
Hi!
My first observation concerns gui presentation of icons, see attaches:
1.png and 2.png
this ugly black background for icons - is not a correct view.
As I understand here should be transparent alpha channel for each wrong icon.
btw my system is Windows XP SP3.
And my answer for possible your question - yes, if I wil run the editor on win7 - icons will look correctly.
But I have to to use winxp on my machine. And you are saying that "The program has been tested in windows XP/....."
so I hope that this problem will be fixed.
And my second observation concerns not correct syntax highlighting of (for example) Perl.
see next attach: 5.png
lines from 14 till 22 - have proper highlighting of perl's operator
but on next line we have incorrect color for this operator. And because this line contains escaped symbol
if I will remove \ symbol - color for operator !~ will return to correct.
The same problem remains for next 6 lines and all goes to normal only on line 29.
Looks like the option "AllowEscapeOutsideString" of the syntax template influences on operator's color behavior.
If it's = YES - color paints wrongly - if it's = NO - operator's color paints correctly, but whole right part of code
after till the EOF treats like a huge string block.
P.S. as an additional bug pls see on next attaches.
3.png and 4.png
My first observation concerns gui presentation of icons, see attaches:
1.png and 2.png
this ugly black background for icons - is not a correct view.
As I understand here should be transparent alpha channel for each wrong icon.
btw my system is Windows XP SP3.
And my answer for possible your question - yes, if I wil run the editor on win7 - icons will look correctly.
But I have to to use winxp on my machine. And you are saying that "The program has been tested in windows XP/....."
so I hope that this problem will be fixed.
And my second observation concerns not correct syntax highlighting of (for example) Perl.
see next attach: 5.png
lines from 14 till 22 - have proper highlighting of perl's operator
Code: Select all
!~
Code: Select all
\'
The same problem remains for next 6 lines and all goes to normal only on line 29.
Looks like the option "AllowEscapeOutsideString" of the syntax template influences on operator's color behavior.
If it's = YES - color paints wrongly - if it's = NO - operator's color paints correctly, but whole right part of code
after
Code: Select all
\'
P.S. as an additional bug pls see on next attaches.
3.png and 4.png