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

Locking a command line. #84

Closed Donaldpherman closed 5 years ago

Donaldpherman commented 5 years ago

I find myself accidentally double (instead of single) clicking on the command line and then typing space and F5 deleting the command line. Can a new feature be added to change a command line to readonly.

MBulli commented 5 years ago

I don't think we gonna add that specific feature. Maybe we add a 'lock' button to disable the GUI or even better a nice undo/redo feature. This should also fix your problem.

MBulli commented 5 years ago

We added undo/redo functionality.