Page 1 of 1

Shortcut for Run not valid and no-assic string search

Posted: Thu Nov 15, 2012 11:43 am
by kipade
I use CodeLite under linux, I found two features don't work for me:
1. Ctrl+F5 can't fire the program, so, I have to select from main menu
2. It can't search non-latin strings, such as Chinese strings. Because Im Chinese, so, I use Chinese comments for my projects widely.

So, I want to know how to configure my CodeLite? Its version is 4.1.5770

Thanks.

Re: Shortcut for Run not valid and no-assic string search

Posted: Thu Nov 15, 2012 6:44 pm
by eranif
kipade wrote:1. Ctrl+F5 can't fire the program, so, I have to select from main menu
I think its a bug in wxWidgets / GTK (it used to work in previous versions of ubuntu, but now it also fails for me in 12.04)
kipade wrote:2. It can't search non-latin strings, such as Chinese strings. Because Im Chinese, so, I use Chinese comments for my projects widely.
Have you tried changing the file encoding? When you open the 'find-in-files' dialog, there is a drop down in the dialog that offers the file-encoding to use when searching, try setting it to UTF8

In addition, make sure that the global encoding is set to UTF8 from settings -> global editor preferences -> misc -> locale

Eran