Not able to open files in CodeLite

General questions regarding the usage of CodeLite
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Not able to open files in CodeLite

Post by DavidGH »

Hi,
Also, how do I set my locale to Hebrew?
All this is in a terminal.
First see what locales are available:
locale -a
If a hebrew one isn't listed, add it by doing:
sudo locale-gen he_IL.utf8
(I presume that's the correct choice.)

You can now change the language for that terminal by doing:
export LANG=he_IL.utf8

This doesn't change your system locale; it only affects programs run in that particular terminal.

Regards,

David
HW71
CodeLite Curious
Posts: 1
Joined: Tue Oct 13, 2015 9:25 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Not able to open files in CodeLite

Post by HW71 »

Hi all,

first of all thanks to all folks involved in this project. I just started CodeLite for evaluation purposes but it looks pretty impressive... :)

Now sorry for pushing such an old Thread to the top, but I had exactly the same issue as outlined in the initial thread-starting post: my Workspace was not located on the same drive as my sources and this caused the mentioned problems with the not opening files after double-clicking in explorer.

Maybe this would be a candidate for the FAQs - and additionally for the Documentation where the steps to create a custom makefile project is explained (because in this case one most probably would like to also import existing sources):

http://codelite.org/LiteEditor/CustomMakefiles

I finally found the solution, but prior my registration here and searching the board I spend quite some time to track this issue down - and maybe in some cases folks just give up without further evaluating this tool.

Thanks again & have a great one!

Cheers, Erik
Post Reply