Up/down next/previous staff navigation buttons in Staff Properties dialog, similar to existing feature in Measure Properties
The Measure Properties dialog includes an immensely useful pair of buttons in the lower left corner, enabling the user to switch to editing the properties of the next or previous measure without closing and reopening the dialog. However, these buttons are missing from the Staff Properties dialog. They would need to be vertically oriented rather than horizontally, but the principle is the same, and hopefully it would be easy to implement.
Comments
Requested again at https://musescore.org/en/node/93806.
I think I'd like to have a go at this one. The request itself seems isolated/simple enough for someone like myself. It might take me some time, as I'm not that intimate with the code yet and I might fail at this attempt completely in the end but trying never hurt anyone :)
I'll check how the measure properties dialog handles this and see if I can figure out similar behavior.
https://github.com/musescore/MuseScore/pull/2365
Requested again at https://musescore.org/en/node/98241.
Any developments?
The PR is still penging a merge, it does need to get rebases though
Rebases done now. As the method for retrieving a staff index changed; this might need a separate PR against 2.0.4 though..
Fixed in branch master, commit 35ce481dca
fix #74181 adds previous and next buttons to the staff properties dialog
Fixed in branch master, commit 0be9066b30
Merge pull request #2365 from jeetee/74181_add_next_prev_to_staff_dialog
fix #74181 adds previous and next buttons to the staff properties dialog
reopening as 2.0.4 should have this too
Hmm, lasconic wrote:
It's merged but it's a pain to cherry pick in 2.0.4. If everybody thinks it's valuable in 2.0.4 (I don't, for the record), I'm fine accept a PR on the 2.0.4 branch.
Over to jeetee ;-)
Can do. 2.0.4 PR coming before Christmas, promise :)
https://github.com/musescore/MuseScore/pull/2884 against 2.0.4
Fixed in branch 2.0.4, commit 04377b507b
fix #74181 adds previous and next buttons to the staff properties dialog
Fixed in branch 2.0.4, commit 6934671f6d
Merge pull request #2884 from jeetee/74181_next-prev_staff-prop-dialog_2_0_4
fix #74181 adds previous and next buttons to the staff properties dialog
Automatically closed -- issue fixed for 2 weeks with no activity.