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:
Post
by Turon » Sun Dec 13, 2015 4:06 pm
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.
Last edited by
Turon on Mon Dec 14, 2015 8:04 pm, edited 1 time in total.
-
eranif
- CodeLite Plugin
- Posts: 6121
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif » Sun Dec 13, 2015 4:21 pm
from the menu:
view->show tool bar
Eran
-
Turon
- CodeLite Curious
- Posts: 2
- Joined: Sun Dec 13, 2015 2:03 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by Turon » Mon Dec 14, 2015 12:28 pm
Thanks! I've been delving deeper now but... what are those CRLF blocks for?
and what setting turns them on and off?

-
eranif
- CodeLite Plugin
- Posts: 6121
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif » Mon Dec 14, 2015 12:38 pm
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