Custom plugin isn't in menu when ticked

• Nov 17, 2019 - 17:13
Reported version
3.3
Type
Plugins
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
by design
Regression
No
Workaround
No
Project

OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.3.2.8849, revision: 492d7ef

To reproduce:
- Enable custom plugin in plugin manager, click OK
- Disable or reenable, click OK again
- Continue playing with disabling and enabling until bug occurs

Hi folks - I've been working on a plugin (attached qml file) to double the value of each note in a score (if you look at the attached mscz you'll see why). I finished up the first pass and wanted to test it out, but when I put it into my plugins folder and ticked its box in the plugin manager, it didn't appear in the plugin menu. Not only that, but when I went back to the plugin manager, the box was ticked - so I unticked it to see what would happen, and suddenly the ABC Import plugin was enabled instead.

Looked around and I don't see anything too similar on the issue tracker, though there are other problems with the plugin manager that have been reported. Any help is appreciated. Thanks!

Attachment Size
Kaleidoscope.mscz 27.42 KB
_PerfectLength.qml 2.57 KB

Comments

Status active needs info

Does it load and run when you fix the syntax errors in line 31 ("Unexpected token var'") and line 42 ("Expected token,'")