Menu

#567 class browser on function parameters

open
nobody
5
2012-09-26
2005-06-23
dmcminn
No

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

}

Discussion

  • Nobody/Anonymous

    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.

     
  • wars

    wars - 2005-12-17

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.