Mac v1.0.2419

General questions regarding the usage of CodeLite
marksibly
CodeLite Enthusiast
Posts: 23
Joined: Thu Oct 30, 2008 1:40 am
Contact:

Mac v1.0.2419

Post by marksibly »

Hi,

I just downloaded v1.0.2419 for Mac, and the 'toolbars' submenu in 'view' is disabled so I can't turn off all those annoying (to me anyway) little toolbar thingys!

Bug?

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

Re: Mac v1.0.2419

Post by eranif »

NO it is not a bug, 2419 reverted to the Mac OSX toolbar.
by default, to enable to multi-toolbar, you need to turn it on from: settings - > editor -> misc and untick 'use single toolbar'

You will need to restart codelite.

EDIT: When using the one toolbar look, you can hide the entire toolbar with the little button to the top-right.

Eran
Make sure you have read the HOW TO POST thread
marksibly
CodeLite Enthusiast
Posts: 23
Joined: Thu Oct 30, 2008 1:40 am
Contact:

Re: Mac v1.0.2419

Post by marksibly »

Hi,

Sweet - thanks!

One final thing: I still find that files added to a project on windows don't work on mac/linux because the project file contains '\' instead of '/'.

It's not a huge hassle to change '\' to '/' manually via textedit, but it takes a while for me to 'click' to what's happened(!) and it'd be nice if the IDE did it for you, either when loading .project/.workspace files, or when adding files. Perhaps based on a settings option?

Does anyone else have this problem or is it just me?!?

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

Re: Mac v1.0.2419

Post by eranif »

marksibly wrote:Does anyone else have this problem or is it just me?!?
I am having this problem as well when I add files on WIndows and then open the same workspace under Linux / mac (I am not only writing CodeLite, I am actually also using it ;))

As a rule of tumb, whenever CodeLite complains about project which is corrupted, or when I double click on a file whcih I know is there, but CodeLite refuses to open, I do the following:
- Close CodeLite
- cd to the workspace directory
- run le_dos2unix.sh

On LInux le_dos2unix.sh is part of the installation, while it is not part of the Mac installation...

However, you can download it from here:
http://codelite.svn.sourceforge.net/vie ... vision=937

What this script does is:
- Search for the all .project / .workspace and
- replace \ with /
- replace .dll with .so

Eran
Make sure you have read the HOW TO POST thread
Post Reply