Menu

Bug: Function list and constructors

2007-04-19
2012-11-14
  • Nobody/Anonymous

    The function list incorrectly displays C++ constructors in the following case:

    ClassA::ClassA(int foo, int bar):
    Foo(foo), Bar(bar)
    {
    }

    Actual result:
    The function name visible in the function list is:

    Bar

    Expected result:
    The function name visible in the list is:

    ClassA

     
    • MJG

      MJG - 2007-04-19

      For what version?  Some of these kinds of problems have been fixed; see the beta version 1.2 for Notepad++ 4.0x at the Plugins support SourceForge page -- https://sourceforge.net/projects/npp-plugins -- on one of the menus.  Also, you can post your bug reports there.

      There is another upcoming version that will address still other issues.  --Joel

       
    • Nobody/Anonymous

      Hello users,

      in next version, you could change all rules as you want. I think about to add a new forum on http://sourceforge.net/projects/npp-plugins/ for user to share this rules/file.

      Best Regards
      Jens