wizofaus
wizofaus
Completed untested, but perhaps something like ``` static validateFile( content?: string, options: IRequestOptions = {}, ): Promise { return new Promise((resolve, reject) => { let url = '/v1/validateFile' const configs:...
You can type *past* a '.' just fine, but yes, as you say, you can't have more than two decimal places after the ".", so you need to remove some...
But it would be good to have a general principle around field validation - personally I much prefer field validation to be done *after* exiting the field (tabbing/clicking away or...
Can't reproduce on windows with latest nightly build
I did search but couldn't find anything. Hemant's solution will show the same "select a note or rest" message in every case you add any type of text element and...
Actually I'm not convinced that either solution covers all cases properly - really that function to determine if you can add a text element based on the current selection should...
In particular it's still showing an empty message if you use the "add text frame" command and no horizontal or vertical frame is selected. Normally that's not possible because the...
But "bar" is wrong, there's no requirement a measure be selected before adding a frame. Not sure what you mean about "note or figured bass", are you supposed to be...
I believe that will need to wait for 4.1 given the "string freeze". I think we can agree that this PR at least improves the current situation in 4.0.
I just retested with the latest nightly and as far as I can tell Shift+L does not re-select what the last selection was, or scroll it into view. I had...