Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to save project #13

Merged
merged 17 commits into from
Jan 18, 2020
Merged

Ability to save project #13

merged 17 commits into from
Jan 18, 2020

Conversation

schleifenkauz
Copy link
Owner

This fixes #12.

@schleifenkauz
Copy link
Owner Author

Directory and file names should be chosen according to the project structure instead of randomly generating names. Special consideration must be taken when renaming directories and files.
It is not completely clear how to save directories.

  • One possibility would be creating a dedicated .directory file in each directory, mentioning all sub-items
  • Or we just look for sub-items in the physical folder

@schleifenkauz
Copy link
Owner Author

The user should also be able to move and copy/paste files and directories.
Also, FilteredTokenEditor must support undo/redo.

@schleifenkauz schleifenkauz merged commit b07f02f into master Jan 18, 2020
@schleifenkauz schleifenkauz deleted the save-project branch January 18, 2020 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to save in project explorer
1 participant