Skip to content

Adding NppVoicePlugin v 1.1#1130

Open
bms-2015 wants to merge 3 commits into
notepad-plus-plus:masterfrom
bms-2015:master
Open

Adding NppVoicePlugin v 1.1#1130
bms-2015 wants to merge 3 commits into
notepad-plus-plus:masterfrom
bms-2015:master

Conversation

@bms-2015

@bms-2015 bms-2015 commented Jul 6, 2026

Copy link
Copy Markdown

Adding NppVoicePlugin v 1.1

@bms-2015

bms-2015 commented Jul 7, 2026

Copy link
Copy Markdown
Author

@donho @chcg @Thorium
Hello, I would like to submit my plugin NPPVoicePlugin v1.1 (first submission, filed on 05 July 2026).
Could you please review and approve this PR?
Thank you!

Comment thread src/pl.x64.json Outdated
"display-name": "NppVoicePlugin",
"version": "1.1",
"npp-compatible-versions": "[8.8.8,]",
"old-versions-compatibility": "[,1.1][8.8.8]",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@chcg

chcg commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

@bms-2015 Is it intentional not to publish the sourcecode of your plugin?

@bms-2015

bms-2015 commented Jul 9, 2026

Copy link
Copy Markdown
Author

@chcg
I'm still struggling with local setup =) and I'm not very familiar with GitHub. I'll post it later when I figure it out.

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:
"display-name": "NppVoicePlugin",
"version": "1.2",
"npp-compatible-versions": "[8.8.8,]",
"old-versions-compatibility": "[,1.1][8.8.8,]",
and at the same time, I'll practice formatting version updates...

I still don't see version 1.1 in the plugin list. Is there anything else I need to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants