musescore / musescore/MuseScore
Retain element type's "view" of properties between selections
@avvvvve is already working on this.
Since Jan 22, 2024.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
At the moment, the properties do retain the view if the user immediately selects the same type. For example,
- Select a fingering text
- Click "Appearance" in properties. Later
- Click another fingering text
The result will show the "Appearance" section as activated. This seems good.
However, if the user selects nothing after 2) and then clicks another fingering, that properties view is lost back into default options. Personally, I think it would be better if it was retained.
I'd even venture to say it would be even better if you could retain views between different element-type selections. That is to say, for example say you selected a note-head and then opened up the "Beam" area, then later clicked a fingering text, then click back onto a note-head again. At this point, it would be nice if the beam area was still activated.
Problem to be solved
Loss of properties configuration between element-type selections of score.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.