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

Improve Default Project Name Logic in New Project Wizard #466

Closed
skyler-rs opened this issue Jun 16, 2022 · 2 comments
Closed

Improve Default Project Name Logic in New Project Wizard #466

skyler-rs opened this issue Jun 16, 2022 · 2 comments
Assignees

Comments

@skyler-rs
Copy link
Contributor

Describe the bug
The New Project wizard defaults to project_1 every time

To Reproduce
Steps to reproduce the behavior:

  1. Click File > New Project
  2. Finished the wizard using the default name project_1
  3. Restart the app (note this step is only currently required due to New Project menu pick is disabled after finishing project creation #464)
  4. Click File > New Project
  5. Observe that the default project name is still project_1

Expected behavior
Logic should be updated to increment the default project_X number if the project directory already exists, repeat until a unique path is found.

@skyler-rs
Copy link
Contributor Author

Initial gui task for Zaryab once he starts working in the code

@zaryabkhan-rs
Copy link
Contributor

This issue has been fixed. Need to review @skyler-rs

chungshien-chai pushed a commit that referenced this issue Mar 13, 2024
Follow up from #1200. Now the
FOEDAG code will not do assertion and will return status.

Again, whatever status is returned (true or false), the main function
will just ignore it.

Update the FOEDAG to latest
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

No branches or pull requests

3 participants