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
and this is what I want to see...
I'm currently using the Mac OS X Operating System and I've installed version 9.0 of codelite.
How do I get the graphical toolbar?
-
- 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?
Last edited by Turon on Mon Dec 14, 2015 8:04 pm, edited 1 time in total.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How do I get the graphical toolbar?
from the menu:
view->show tool bar
Eran
view->show tool bar
Eran
Make sure you have read the HOW TO POST thread
-
- 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
Thanks! I've been delving deeper now but... what are those CRLF blocks for?
and what setting turns them on and off?
and what setting turns them on and off?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How do I get the graphical toolbar?
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
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