Page 1 of 1

Mac v1.0.2419

Posted: Mon Nov 17, 2008 1:42 am
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

Re: Mac v1.0.2419

Posted: Mon Nov 17, 2008 1:46 am
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

Re: Mac v1.0.2419

Posted: Mon Nov 17, 2008 3:24 am
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

Re: Mac v1.0.2419

Posted: Mon Nov 17, 2008 9:21 am
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