Consider allowing more than 50 scripts in menu
See: https://notepad-plus-plus.org/community/topic/14256/pythonscript-maximum-menu-items I have recently encountered this limit myself.
Instead of increasing the number I would vote for a more dynamic solution. While it might be less performant than an static definition I assume it doesn't really count as the UI interactions for creating a new script is the bottleneck anyway.
Currently this is limited by https://github.com/bruderstein/PythonScript/blob/f941c7f1542d9b9c49cd79fea227efbb447e2c72/PythonScript/src/MenuManager.h#L151 with
https://github.com/bruderstein/PythonScript/blob/7b38cb46024be88faf2fd4c97b90a586cda1a092/PythonScript/src/PythonScript.h#L6
Probably this could be also done dynamically.