jgadsden / tin-whistle-tablature

MuseScore plugin to add tablature / finger diagrams to a tin whistle staff in a score
https://musescore.org/en/project/tin-whistle-tablature
GNU General Public License v2.0
21 stars 6 forks source link

MuseScore 3 plugin no longer executes #16

Closed jgadsden closed 4 years ago

jgadsden commented 5 years ago

When invoking the plugin in the latest MuseScore 3 (version 3.2.3.22971) the plugin fails to run withconsole message:

Running… Creating component failed line 63: Expected token ;' line 63: Expected token;'

When the function dumpObjectEntries() is removed using the builtin 'Plugin Creator' tool the plugin works as expected.

DLLarson commented 4 years ago

The reason this breaks is that the Windows version of ECMAScript is newer than the version used on the Mac platform. It was discovered a while ago but the fix is still in my PR for the 3.3 release.

That broken diagnostic has been recoded to work in the older ECMAScript in commit.

-Dale