Quick search

General questions regarding the usage of CodeLite
DSP_Programmer
CodeLite Veteran
Posts: 63
Joined: Mon Apr 06, 2009 10:43 am
Contact:

Quick search

Post by DSP_Programmer »

Hello Eran,

If I use the quick search for functions, within the result, there will be 2 outputs: the declaration and the implementation. This is ok, but I can not easily differenciate the one from the other (see attachement). Is there any way within the results window to mark e.g. the declaration with another color than the implementation or use a different symbol in front of the name for declaration and implementation?

Best regards.
You do not have the required permissions to view the files attached to this post.
DSP_Programmer
CodeLite Veteran
Posts: 63
Joined: Mon Apr 06, 2009 10:43 am
Contact:

Re: Quick search

Post by DSP_Programmer »

I found a quick and dirty way to change this. Within the soure file "quickfinder_selectsymbol.cpp" I changed the return value for the "prototype" kind within the function "getImageId" to a value of 7, which results in a non loaded image for prototypes.
Post Reply