51st-Vfw / DCSWaypointEditor

51st VFW fork of the DCS Waypoint Editor. Works with DCS-BIOS to allow waypoints and other setup to be injected into the jet via clickable cockpit controls.
GNU General Public License v3.0
6 stars 0 forks source link

Add save feature for current named profile #9

Closed knightelessar closed 3 years ago

knightelessar commented 3 years ago

Currently, for a named profile there is only the save as option, and updating an existing profile is hard. Making the save as button into save will make the updating easier. Maybe the save as option is already included in the file export options.

ilominar commented 3 years ago

Agreed, persistence is wonky. Considering a few thins, but will likely start to track clean/dirty state of the profile and use save/save_as/revert/delete verbs for profiles that are available based on clean/dirty state. This is more in line with UX expectations than the implementation we forked from.

ilominar commented 3 years ago

B5 changes up profile model. Should be easier to update existing profiles with the new UX.

knightelessar commented 3 years ago

Menu bar > profile > save feature is added in https://github.com/51st-Vfw/DCSWaypointEditor/releases/tag/v1.0.0-raven_BETA.6