How do I get the graphical toolbar?

General questions regarding the usage of CodeLite
Turon
CodeLite Curious
Posts: 2
Joined: Sun Dec 13, 2015 2:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

How do I get the graphical toolbar?

Post 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.
Last edited by Turon on Mon Dec 14, 2015 8:04 pm, edited 1 time in total.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How do I get the graphical toolbar?

Post by eranif »

from the menu:
view->show tool bar

Eran
Make sure you have read the HOW TO POST thread
Turon
CodeLite Curious
Posts: 2
Joined: Sun Dec 13, 2015 2:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How do I get the graphical toolbar?

Post 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
Make sure you have read the HOW TO POST thread
Post Reply