4 Commits

Author SHA1 Message Date
PeterCJ
a91b22bd83 Enhance Perl FunctionList for class
Add perl packages as the functionList class, handling either normal package syntax, package-block syntax, and fully-qualified sub names,
also allow prototypes and attributes syntax between sub name and body.

Fix #17043, close #17068
2025-10-10 19:27:30 +02:00
Don HO
38037035e4 Fix some Perl functions not being recognized in function list issue
Fix Perl functions without parentheses / with attributes are not recognized in function list issue.

Fix #4265, close #4266
2020-08-29 02:06:06 +02:00
Don HO
95a924f4f3 Make valid perl unit tests for function list 2020-08-27 21:17:08 +02:00
Don HO
3aaf083c1d Add unit tests for function list feature
go to notepad-plus-plus\PowerEditor\Test\FunctionList directory then
launch the following commands:
powershell ./unitTestLauncher.ps1
2018-04-13 12:46:03 +02:00