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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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