openfluid icon indicating copy to clipboard operation
openfluid copied to clipboard

Improvements for fragment management in OpenFLUID apps

Open Arthoni opened this issue 3 years ago • 1 comments

Adding a fragment in DevStudio

  • [x] #1109 (minor fix)
  • [x] Automatic submodule management when creating a new fragment
  • [ ] Inclusion strategy choice: inplace / in workspace / in userdata

Removing a fragment in DevStudio

  • [x] Cleaning operations refactoring
  • [ ] add progress bar for delete operations
  • [x] Unsaved files case: check if any open and changed file from the fragment before triggering the removal operation to avoid removal if user says "cancel"?

Arthoni avatar Dec 19 '22 16:12 Arthoni

About cleaning operations refactoring

Move all actions to global window since have effects on global window through a "fragmentRemovalAsked" signal? (changing action from SLOT to SIGNAL, follow "deleteWareAsked" logic)

Arthoni avatar Jan 04 '23 14:01 Arthoni