Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Successfully using CDT 4.0 for large project, but cannot search for static functions....

Static functions and variables are part of the index. However, the
search
does not look for them:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=196414

There is an issue with modeling static functions/vars when they are
declared in a header:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=180305

Markus.
 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Fredrik Ohrstrom
> Sent: Mittwoch, 17. Oktober 2007 16:26
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Successfully using CDT 4.0 for large 
> project,but cannot search for static functions....
> Importance: Low
> 
> it seems like the index does not contain static functions, at least
> not for global searches. I have to use the file search to 
> find static functions.
> 
> I have searched for a reason for this, but alas, I have only found
> that the question has been asked before:
> http://wiki.eclipse.org/CDT/calls/Indexing23102006
> "Do we want to model static functions, unnamed namespaces in 
> the index?"
> 
> What was the outcome of this discussion?
> 
> For very large projects, I find it easier to use search to go 
> to the definition
> of a function instead of clicking my way down to the correct file.
> Therefore it would be great if the incremental search could lookup
> static functions and variables. Or at least if one could 
> toggle a switch
> if this should be done.
> 
> Thanks!
> 
> //Fredrik
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top