Shortcut for Run not valid and no-assic string search

General questions regarding the usage of CodeLite
kipade
CodeLite Enthusiast
Posts: 10
Joined: Thu Nov 01, 2012 11:14 am
Genuine User: Yes
IDE Question: C++
Contact:

Shortcut for Run not valid and no-assic string search

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
Make sure you have read the HOW TO POST thread
Post Reply