a modified plugin not recognised by plugin manager
Hello all
I downloaded an existing plugin (checkparallels) and created a modified the code (just got rid of marktext statements)
now the plugin manager does not want to show it!
(the qml code is in the plugin directory)
I must had done something wrong .... what this might be?
thanks
Comments
We can't tell without you sharing the qml file
You could check the logs, they usually do list the reason why a plugin can't get loaded
In reply to You could check the logs,… by Jojo-Schmitz
I am a complete newbie when it comes to qml
- don' know hot to check the logs
- I suspect the edited code is incorrect
so here it is
In reply to I am a complete newbie when… by sittingBugle
ok found!
In reply to ok found! by sittingBugle
Found what?
In reply to I am a complete newbie when… by sittingBugle
The log (as well as QtCreator) says:
2024-01-30T10:02:25.699 | ERROR | main_thread | PluginView::load | "file:///C:/Users/Jojo/Documents/MuseScore4/Plugins/checkQuint.qml:253:27: Expected token `:'"
In reply to The log (as well as… by Jojo-Schmitz
ok thanks!
wrote 3 scripts modifying the parallels control:
- for 5ths only (colors only without message)
- for 8ves only (colors only without message)
- back to color black when everything is supposed to be ok
where can I share those scripts?
In reply to ok thanks! wrote 3 scripts… by sittingBugle
See https://musescore.org/en/node/add/project_project
In reply to See https://musescore.org/en… by Jojo-Schmitz
thanks!
done here: https://musescore.org/en/project/modifications-parallels-plugins
In reply to thanks! done here: https:/… by sittingBugle
Seen and updated ;-)