Bug #15804 2009-06-03 15:39

churam

explicit extern functions aren't available for completion

Hello,

Any function with explicit extern declaration are neither available for completion nor search (through Right click menu on the name of the function and "Find declaration of:" or "Find implementation of:" items) in C::B.

Prototype of function:

extern <Type> FunctionName (<parameters>)

The funny thing is that non-explicit extern function are totally available for completion and search.

Basically everything with the "extern" keyword seems to be ignored.

I'm using Code::Blocks Release 8.02 (2008-02-27 19:55:16) gcc 4.2.1 Windows/unicode

Category
Plugin::CodeCompletion
Group
 
Status
Closed
Close date
2010-10-15 12:44
Assigned to
loaden
loaden 2010-10-15 12:44

This bug has been already fixed in HEAD.

Thank you.