Hi Eran
Thank you for you great IDE. I helped my so much doing apart from MSVC since i don't like to be linked to Microsoft.
Is there any way to colorize user defined keywords (e.g. class names, enums, structs, typedef, ...).
I've tried to add to keyword set, but with no result in both coloring or intelliecense.
Regards,
Mohamed Lotfy
Coloring missed
-
- CodeLite Curious
- Posts: 6
- Joined: Thu Dec 09, 2010 1:29 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Coloring missed
Yes there is a way but you were looking at the wrong placemlotfy wrote:Is there any way to colorize user defined keywords (e.g. class names, enums, structs, typedef, ...).
From the main menu: Settings | Tags Settings
Now, I am not sure which version of codelite do you have, but under my version of codelite there is a tab named 'Colouring' and under it there is an option:
'Color workspace tags', once enabled you will be able to define what codelite will color
Note that due to scintilla limitations (the editing control used by codelite), you can choose only one color.
To select that color:
Settings | Syntax highlight and fonts | C++
and modify the option 'Workspace tags'
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 6
- Joined: Thu Dec 09, 2010 1:29 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Coloring missed
Dear Eran
Thank you for fast reply. The options you mentioned is existed in my version (ver. 2.8.0) and I activated it, but it's not working !!!.
The selected workspaces still appear in black.
Regards,
Mohamed Lotfy
Thank you for fast reply. The options you mentioned is existed in my version (ver. 2.8.0) and I activated it, but it's not working !!!.
The selected workspaces still appear in black.
Regards,
Mohamed Lotfy
-
- CodeLite Curious
- Posts: 6
- Joined: Thu Dec 09, 2010 1:29 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Coloring missed
Dear Eran
I noticed that it's working but with some un-expected behavior when selecting either typedef or macro as workspace to be colored. Hoping fix it in the coming release.
Regards,
Mohamed Lotfy
I noticed that it's working but with some un-expected behavior when selecting either typedef or macro as workspace to be colored. Hoping fix it in the coming release.
Regards,
Mohamed Lotfy