Bug #17186 2010-05-25 20:47

folco

Auto-completion of functions pointers in a structure

I have talked about this bug here : http://forums.codeblocks.org/index.php/topic,12568.0.html

Summary : the code completion box doesn't show functions pointers which are part of a structure. Only data members are suggested.

I don't know if it's important, but I was writing C code, not C++.

Reproductible : always.

How to reproduce : just write a struct definition which contains some functions pointers, and use this structure to get the completion box. Functions will be missing.

Config :

Code::Blocks svn 6218 on Debian Lenny 32 bits (package by Jens), Fedora 13 64 bits (compiled by myself) and Win XP 32 bits (nighty build 6271).

Package provided by Jens.

Category
Plugin::CodeCompletion
Group
 
Status
Closed
Close date
2010-08-09 05:04
Assigned to
mortenmacfly
ollydbg 2010-08-07 09:00

This bug is fixed in the cc_branch, so can be closed.

see the following posts of:

http://forums.codeblocks.org/index.php/topic,12568.0.html

mortenmacfly 2010-08-09 05:04

This bug is now fixed in HEAD.

Thank you for reporting it.