class browser on function parameters
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
DevC++ 4.9.9.2
The class browser window does not appear for variables
which are in the parameter list of a function. For
example, compare the situation when you type the '.'
character after the variable names in the following:
struct foo {
int a, b;
};
void bar(c.foo)
{
struct foo d;
// try typing "c." and "d." here
}
Logged In: NO
Bloodshed Dev-C++ works great, specially in class/struct
browsing.
However it does not browse variables which are function
parameters, although it does browse locally declared
structure variables.
Logged In: YES
user_id=1407021
I've experienced the same problem. If edits are made to my
structs, the changes do not take effect in class
browser/code completion until the project is closed and
then reopened.