Releases: lgvr123/musescore-elementanalyser
Releases · lgvr123/musescore-elementanalyser
1.2.0
1.1.2
What's new in 1.1.2 ?
User Interface
- New option for searching only for Non-Null elements. This provides a faster search result, but will hide some properties you might be looking for
- New option for providing the tick of the selected element
- Store the last used option for faster re-use.
Library
- New dontdig option ("do not dig into") defining a list of elements to never dig into. This mostly applies when in include mode. The default value contains properties such as
next
,prev
,color
,bbox
,align
, ... - New limitToNotNull option specifying whether to hide or display the properties that are not defined.
1.1.0
1.0.0 - Initial release
Initial release.
Use it as a separated plugin or incorporate into your own plugins as a library for debug and development