Task pane encoding seems to not working

CodeLite installation/troubleshooting forum
pawo
CodeLite Curious
Posts: 3
Joined: Fri Apr 16, 2021 2:40 pm
Genuine User: Yes
IDE Question: C++
Contact:

Task pane encoding seems to not working

Post by pawo »

Hello,

I use UTF-8 Encoding for my code, and I tried to make comments with polish letters (e.g. "zażółć żółcią gęśl" to test if encoding works). When I'm searching TODO in task pane it shows "_" instead of this letters (e.g. "za____ ___ci_ g__l") Encoding in Task Pane is also UTF-8, but I checked some other encodings like Windows-1250.

Problem occurs on version 15.0, but I also checked weekly build 15.2

Regards
Pawo

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Task pane encoding seems to not working

Post by eranif »

is it possible for you to attach a sample file with TODO in polish? so I might try it locally for debugging purposes?

Make sure you have read the HOW TO POST thread
pawo
CodeLite Curious
Posts: 3
Joined: Fri Apr 16, 2021 2:40 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Task pane encoding seems to not working

Post by pawo »

Sure I attach example code with polish letters in BUG task

Regards
Pawo

You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Task pane encoding seems to not working

Post by eranif »

Tasks pane was removed and combined with the "Find in files" dialog (the output is now part of the Search tab)

The attached sample is working as expected.

1.png
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
Post Reply