Naming Inconsistency
MS 2.0.2 & Win 7
I'm entering a lot of songs and have just noticed an inconsistency in the naming of files.
I have a song with title "Stand Up"
If I use "Save" when I first save the song, it offers the name "Stand_Up.mscz" ie it uses underscore in place of spaces.
However, If I use "Save As" when I first save the song, it offers the name "Stand Up.mscz", no underscore but space.
I'm not entering the debate about use of space versus underscore but shouldn't the software be consistent in the naming files regardless of which form of Save I use?
Comments
Hmm, maybe you've discovered a feature - a way for the people who hate underscores to get what they want?
In reply to Hmm, maybe you've discovered by Marc Sabatella
indeen on 'Save as' the function createDefaultFileName() is not used, unless you're saving a part.
See https://github.com/musescore/MuseScore/blob/master/mscore/file.cpp#L2171 ff.
Not sure whether this is deliberate though.