PythonScript icon indicating copy to clipboard operation
PythonScript copied to clipboard

Consider allowing more than 50 scripts in menu

Open sasumner opened this issue 7 years ago • 2 comments

See: https://notepad-plus-plus.org/community/topic/14256/pythonscript-maximum-menu-items I have recently encountered this limit myself.

sasumner avatar Jun 05 '18 13:06 sasumner

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.

ghost avatar Jun 09 '18 02:06 ghost

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.

chcg avatar Jun 10 '18 06:06 chcg