MBulli / SmartCommandlineArgs

A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
GNU General Public License v2.0
99 stars 35 forks source link

Data Loss when moving elements inside folders #86

Closed DominikGrabiec closed 5 years ago

DominikGrabiec commented 5 years ago

Had a rather long list of arguments and I wanted to group them to make them easier to manage.

Folders which had many entries in them (5+) now contained only a single one. Other folders had entries missing, and because the JSON file saved automatically I had to go to a really old backup to restore the command line parameters.

MBulli commented 5 years ago

Sorry for the data loss! This sounds like that the selection of the elements was messed up internally. Right now I can't reproduce this behavior. Usually there is one important detail on how to trigger the erratic behavior. Does is happen all the time to you?

MBulli commented 5 years ago

Irame told me that he couldn't reproduce the error but reworked some code parts related to this in 713364ae5742bdd99a459a619f63f16d14073d3b. So it might be fixed in the next version.