Adding NppVoicePlugin v 1.1#1130
Conversation
Added NppVoicePlugin
| "display-name": "NppVoicePlugin", | ||
| "version": "1.1", | ||
| "npp-compatible-versions": "[8.8.8,]", | ||
| "old-versions-compatibility": "[,1.1][8.8.8]", |
There was a problem hiding this comment.
As this is the first version added old-versions-compatibility is not needed.
Current version creates error:
{'category': 'error',
'details': '',
'message': "'[,1.1][8.8.8]' does not match "
"'^\\\\[(\\\\d+(\\\\.\\\\d+){,3})?,(\\\\d+(\\\\.\\\\d+){,3})?\\\\]\\\\[(\\\\d+(\\\\.\\\\d+){,3})?,(\\\\d+(\\\\.\\\\d+){,3})?\\\\]$'"}
as a comma is missing for [8.8.8] , so likely [8.8.8,] should work
|
@bms-2015 Is it intentional not to publish the sourcecode of your plugin? |
|
@chcg I've already made some changes to the plugin. I'm wondering if I should format it as this release or as the next one, with the lines: I still don't see version 1.1 in the plugin list. Is there anything else I need to do? |
Adding NppVoicePlugin v 1.1