Mac help! Programs won't run from drop-down menu

CodeLite installation/troubleshooting forum
walevert
CodeLite Curious
Posts: 3
Joined: Tue Feb 23, 2010 6:21 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mac help! Programs won't run from drop-down menu

Post by walevert »

While I'm on a roll with the noobish questions, my codelite has stopped indenting for braces. Is there something in the preferences that I can do to remedy this?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mac help! Programs won't run from drop-down menu

Post by eranif »

From: 'settings -> global editor preferences > Indentation' make sure that the option 'Disable smart indent' is not checked

If the above does not work for you, do this:

Turn ON 'View -> Display EOL'. Now, if your file line ending is 'CR' convert it to 'LF' (from Edit -> Convert to UNIX format') and you will have your line ending back

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