Page 1 of 1

How do I get the graphical toolbar?

Posted: Sun Dec 13, 2015 4:06 pm
by Turon
I've just downloaded CodeLite and I've noticed that the buttons under the top toolbar that I always see in videos seem non existent when I actually open CodeLite...
This is what I'm seeing
Image
and this is what I want to see...
Image
I'm currently using the Mac OS X Operating System and I've installed version 9.0 of codelite.

Re: How do I get the graphical toolbar?

Posted: Sun Dec 13, 2015 4:21 pm
by eranif
from the menu:
view->show tool bar

Eran

Re: How do I get the graphical toolbar? what are those block

Posted: Mon Dec 14, 2015 12:28 pm
by Turon
Thanks! I've been delving deeper now but... what are those CRLF blocks for?
and what setting turns them on and off?
Image

Re: How do I get the graphical toolbar?

Posted: Mon Dec 14, 2015 12:38 pm
by eranif
CRLF are the line ending (its "\r\n")

On Linux / OSX the default should be "\n"
While on Windows its "\r\n"

You can change the EOL type from: settings->preferences->editor->guides->EOL mode
To remove them from the view (i.e. don't show the blocks) view->Display EOL

Important:
Please remember to _always_ state your CodeLite version and OS
Also, read the HOW TO POST thread (check my signature for the link)

Eran