Page 1 of 1

Encoding in Tasks Pane

Posted: Fri Jul 13, 2012 3:10 pm
by soMan
Can I change a tasks pane displayed encoding? I wrote my tasks in russian and after searching via pane I got unreadable characters.
Used codepage in files: cp1251
Windows 7
CodeLite 4.0.5589
Image

Re: Encoding in Tasks Pane

Posted: Mon Jul 16, 2012 10:06 am
by eranif
Hi,

unfortunately no. It is hard coded to

Code: Select all

data.SetEncoding(wxT("ISO-8859-1")); 
I fixed it in trunk by adding a little drop drop down for encoding selection

Eran

Re: Encoding in Tasks Pane

Posted: Tue Jul 17, 2012 3:45 pm
by soMan
Now it works, thanks, but it would be good to replace this option to somewhere in Settings without damage to UI usability.

Re: Encoding in Tasks Pane

Posted: Tue Jul 17, 2012 5:22 pm
by eranif
soMan wrote:damage to UI usability
Since Tasks is using the 'Find In Files' it would be logical to use the encoding inside the Find In Files dialog, but it also makes it harder for
users to find this settings. Placing it in a visible location - makes it easier IMO

Eran