in reply to Notepad++ Perl Function List with "Classes"
I had to change the following line to get it to work with non-package, non-parentheses defined subroutines
<function mainExpr="^[\s]*(?<!#)[\s]*sub[\s]+[\w]+[\s]*\(?[^\)\(] +*?\)?[\n\s]*\{">
changed to:
<function mainExpr="^[\s]*(?<!#)[\s]*sub[\s]+[\w]+[\n\s]*\{">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Notepad++ Perl Function List with "Classes"
by Anonymous Monk on Jul 12, 2017 at 21:22 UTC |