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

Adds saving and loading of project files #53

Merged
merged 4 commits into from
Nov 8, 2024

Conversation

alexhroom
Copy link
Collaborator

@alexhroom alexhroom commented Nov 4, 2024

Fixes #51 by adding the project file to the save and load functions.

Here's an example project that can be used to test loading (it's the DSPC standard layers example project)
standard_layers.zip

@alexhroom alexhroom marked this pull request as ready for review November 6, 2024 15:03
Copy link
Contributor

@StephenNneji StephenNneji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good please see comment

rascal2/ui/model.py Show resolved Hide resolved
Copy link
Contributor

@StephenNneji StephenNneji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, now that we have this I will create an issue to add confirm save on close so the user cannot close the software with unsaved changes accidentally

@alexhroom alexhroom merged commit f8e884c into RascalSoftware:main Nov 8, 2024
10 checks passed
@alexhroom alexhroom deleted the 51-save-project branch November 8, 2024 13:15
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.

Make Projects save as well as Controls
2 participants