[Done] PB 5.41-5.42 Cyrillic comments IDE parser problem

Post bugs related to the IDE here
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

[Done] PB 5.41-5.42 Cyrillic comments IDE parser problem

Post by Korolev Michael »

;бла-бла-бла
;TODO: проверка связи
IDE incorrectly parses cyrillic comments. In this example, there two "TODO" in issue browser will appear.
I don't remember exactly, but in Linux IDE there is the same problem.

This problem is not only related to issues. Almost all code highlighting works incorrectly.

Image

Image

Image

Image
Last edited by Korolev Michael on Tue Mar 01, 2016 6:59 pm, edited 2 times in total.
Former user of pirated PB.
Now registered user :].
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by Korolev Michael »

Can anybody confirm?
Former user of pirated PB.
Now registered user :].
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by Korolev Michael »

I made short gif-animation illustrating this annoying bug:

Image
Former user of pirated PB.
Now registered user :].
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by Korolev Michael »

Added code sample to reproduce it:

Code: Select all

; PB 5.41 - 5.42
; TODO: Test message
; TODO: Test message

; TODO: Start to print cyrillic symbols here:
; TODO: Then do some mouse selections of code below (select it together with TODO lines):
; TODO: You must see highlight glitches

CreateDialog(#Dialog_Main)
OpenXMLDialog(#Dialog_Main,#XML_UI,"Window_Main",stConfig\WndPosX,stConfig\WndPosY)
SetWindowTitle(#Window_Main,#App$+" v"+g_VersionShort$)
hMain = WindowID(#Window_Main)
Last edited by Korolev Michael on Tue Mar 01, 2016 6:55 pm, edited 2 times in total.
Former user of pirated PB.
Now registered user :].
User_Russian
Addict
Addict
Posts: 1519
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by User_Russian »

I confirm this bug.
User avatar
deseven
Enthusiast
Enthusiast
Posts: 367
Joined: Wed Jan 12, 2011 3:48 pm
Location: Serbia
Contact:

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by deseven »

The same for OS X: screenshot
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by useful »

confirm
Dawn will come inevitably.
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by useful »

Done !
Dawn will come inevitably.
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by Korolev Michael »

What do you mean under "done"?
Bug is still not fixed (Beta 5)
Former user of pirated PB.
Now registered user :].
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by useful »

Dawn will come inevitably.
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Re: [PB 5.41] Cyrillic comments IDE parser problem

Post by Korolev Michael »

Did you test it?

Just checked, still not fixed even in 5.42 Final
Former user of pirated PB.
Now registered user :].
User avatar
Thunder93
Addict
Addict
Posts: 1788
Joined: Tue Mar 21, 2006 12:31 am
Location: Canada

Re: [PB 5.41-5.42] Cyrillic comments IDE parser problem

Post by Thunder93 »

As Fred would say... if the topic title hasn't been changed to include ' [Done] ...' It hasn't been addressed yet. :wink:
ʽʽSuccess is almost totally dependent upon drive and persistence. The extra energy required to make another effort or try another approach is the secret of winning.ʾʾ --Dennis Waitley
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: [PB 5.41-5.42] Cyrillic comments IDE parser problem

Post by useful »

was I dreaming :shock: :)
Dawn will come inevitably.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [PB 5.41-5.42] Cyrillic comments IDE parser problem

Post by Fred »

Seems to work as expected in current release, can anybody else confirm ?
User_Russian
Addict
Addict
Posts: 1519
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: [PB 5.41-5.42] Cyrillic comments IDE parser problem

Post by User_Russian »

Probably fixed. I don't see this error in the current version.
Post Reply