Denis - 2009-09-04

I installed np 5.4.5 and the unicode version of the plugin. It works perfectly, but it shows in the box the prototypes of the functions as well as the functions themselves.
To make it not to show the prototypes I tried changing the pursing rules: in the "Function End" field I add "(?!;)" to make it matches only if the ")" is not followed by ";" but it didn't work.
Actually, with this modification only the prototypes were shown in the list!!
Does anybody know how to solve my problem?