madskristensen / FileNesting

Nest files in Solution Explorer
Other
119 stars 59 forks source link

Unnesting a file with unsaved changes loses the changes. #68

Open JohanLarsson opened 7 years ago

JohanLarsson commented 7 years ago

Installed product versions

Description

Unnesting a file with unsaved changes loses the changes.

Steps to recreate

  1. Nest a file.
  2. Change something in the nersted file without saving.
  3. Unnest the file.
  4. to recreate

Current behavior

The unnest command works but unsaved changes are lost.

Expected behavior

Nicest is perhaps to check if the document is dirty and ask for save or cancel the unnesting.