FIXED: problems in gui icons and highlighting [10.70 b1]

Post bug reports when testing beta versions here.
Post Reply
destiny_child
Posts: 10
Joined: 06 Oct 2015 15:30
Location: Russia

FIXED: problems in gui icons and highlighting [10.70 b1]

Post by destiny_child »

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

Code: Select all

!~
but on next line we have incorrect color for this operator. And because this line contains escaped symbol

Code: Select all

\'
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

Code: Select all

\'
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
Attachments
5.png
5.png (6.86 KiB) Viewed 9773 times
4.png
4.png (43.8 KiB) Viewed 9773 times
3.png
3.png (21.63 KiB) Viewed 9773 times
2.png
2.png (5.92 KiB) Viewed 9773 times
1.png
1.png (11.08 KiB) Viewed 9773 times
Last edited by destiny_child on 12 Oct 2015 09:47, edited 4 times in total.
endeco
Posts: 4
Joined: 12 Sep 2015 17:46
Location: Russia

Re: problems in gui icons and syntax highlighting [10.70 b1]

Post by endeco »

I confirm the bug with icons in Windows XP. Please correct this the bug. Thanks in advance.
Windows XP Pro SP3, 32-bit, AMD Athlon 2.71 GHz, 1.75 GB RAM.
User avatar
Rickard Johansson
Site Admin
Posts: 6623
Joined: 19 Jul 2006 14:29

Re: problems in gui icons and syntax highlighting [10.70 b1]

Post by Rickard Johansson »

Fixed in v10.70 (beta 2).
endeco
Posts: 4
Joined: 12 Sep 2015 17:46
Location: Russia

Re: FIXED: problems in gui icons and highlighting [10.70 b1]

Post by endeco »

Thank you Rickard for the job! But there is a bug in the addons.
Attachments
rj_addons.jpg
rj_addons.jpg (171.69 KiB) Viewed 9739 times
Windows XP Pro SP3, 32-bit, AMD Athlon 2.71 GHz, 1.75 GB RAM.
Post Reply