PeterCJ
1911875411
Fix Python FunctionList absorbing next function issue if space after colon
...
Allow spaces between ':' and EOL.
Fix #16636 , close #16637
2025-06-06 02:52:55 +02:00
Don Ho
0d05dae4ba
Add more unit tests for Function List of Python
2024-02-07 22:30:55 +01:00
Cyberslas
84402e755f
Fix Python Function List not showing functions
...
Functions defined at the top of the file or below a class with nothing in between would not show in the Function List.
This changes the function regex to fix this. A small unit test that the old regex won't pass but the new will included.
Close #9844
2021-05-11 23:48:22 +02:00
Don HO
f9fa72b9db
Fix unit tests problem for Python
2020-08-28 23:47:29 +02:00
Don HO
71b532710f
Fix Python the variable "def" not working correctly in Function List
...
Fix #3645 , close #3672
2020-08-28 14:36:23 +02:00
Don HO
fad747300a
Update python unit-tests files
2020-08-28 00:18:19 +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