Workspace tags/syntax highlight problem

Discussion about CodeLite development process and patches
lavyadrian
CodeLite Curious
Posts: 6
Joined: Wed Jun 04, 2014 3:08 pm
Genuine User: Yes
IDE Question: C++
Contact:

Workspace tags/syntax highlight problem

Post by lavyadrian »

Hi all.
I'm using codelite version : 6.0 and 5.4 before, both already compiled from the installer, on windows 7 x64 with compiler mingw 4.72. The problem here I have been able to observe with these two versions, is that workspace tags are working only partially : as of right now, for instance, only symbols names beginning with a capital A is being colored according to the syntax highlighting scheme. Sometimes it colors only symbol names beginning with any capital letter, but never is it able to color ALL workspace tags. Please forgive me if I am missing something, I just begun using codelite. And I checked everything mentioned in the "HOW TO POST" topic relating to workspace tags, but it couldn't help, so I thought it might actually be a bug. Thanks for your replys.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace tags/syntax highlight problem

Post by eranif »

Try increasing the number of elements to highlight
Settings -> Tags Settings -> Colouring -> Max number of workspace items to colour

Eran
Make sure you have read the HOW TO POST thread
lavyadrian
CodeLite Curious
Posts: 6
Joined: Wed Jun 04, 2014 3:08 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace tags/syntax highlight problem

Post by lavyadrian »

Hey thanks for quick reply, however, tried that already and reached 10000, didn't change anything. Great app though, finally free of eclipse!!! :D
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace tags/syntax highlight problem

Post by eranif »

Can you please open a bug report?

https://github.com/eranif/codelite/issues/new

Eran
Make sure you have read the HOW TO POST thread
lavyadrian
CodeLite Curious
Posts: 6
Joined: Wed Jun 04, 2014 3:08 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace tags/syntax highlight problem

Post by lavyadrian »

OK.
Post Reply