Page 1 of 2

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

Posted: Thu Jan 14, 2016 3:40 am
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

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Fri Feb 12, 2016 2:24 pm
by Korolev Michael
Can anybody confirm?

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Sat Feb 13, 2016 8:55 pm
by Korolev Michael
I made short gif-animation illustrating this annoying bug:

Image

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Wed Feb 17, 2016 5:42 pm
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)

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Wed Feb 17, 2016 5:51 pm
by User_Russian
I confirm this bug.

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Wed Feb 17, 2016 6:36 pm
by deseven
The same for OS X: screenshot

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Wed Feb 24, 2016 10:47 am
by useful
confirm

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Tue Mar 01, 2016 1:43 pm
by useful
Done !

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Tue Mar 01, 2016 3:09 pm
by Korolev Michael
What do you mean under "done"?
Bug is still not fixed (Beta 5)

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Tue Mar 01, 2016 3:27 pm
by useful

Re: [PB 5.41] Cyrillic comments IDE parser problem

Posted: Tue Mar 01, 2016 6:54 pm
by Korolev Michael
Did you test it?

Just checked, still not fixed even in 5.42 Final

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

Posted: Tue Mar 01, 2016 7:10 pm
by Thunder93
As Fred would say... if the topic title hasn't been changed to include ' [Done] ...' It hasn't been addressed yet. :wink:

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

Posted: Tue Mar 01, 2016 8:38 pm
by useful
was I dreaming :shock: :)

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

Posted: Wed Feb 19, 2025 2:38 pm
by Fred
Seems to work as expected in current release, can anybody else confirm ?

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

Posted: Wed Feb 19, 2025 4:37 pm
by User_Russian
Probably fixed. I don't see this error in the current version.