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

Add Default Projects Folder to Browser #998

Merged

Conversation

manongjohn
Copy link
Collaborator

@manongjohn manongjohn commented May 15, 2022

This PR fixes #996 by adding an entry for Projects in the File Browser if a Default Project Path is set. In case of multiple paths (separated by ;), multiple entries will be created with the base path name appended to Projects.

image

image

@manongjohn manongjohn added the 1.4 Included in Version 1.4 label May 15, 2022
@DarrenTAnims
Copy link

Amazing!!
Thanks MJ

@artisteacher
Copy link
Contributor

Works well with macOS!

I did find that if I add a second path later on in a different session, three project directories temporarily display in the Browser, until T2D is restarted:

  • Projects
  • Projects (1st name)
  • Projects (2nd name)

@manongjohn
Copy link
Collaborator Author

I did find that if I add a second path later on in a different session, three project directories temporarily display in the Browser, until T2D is restarted:

I see the problem. It's replacing the wrong entry when you update root Project folder list. In Windows, there is an entry in the folders list for Network that doesn't exist in macOS/Linux versions so it's replacing whatever normally follows the Projects folder (recent open projects lists). Because of this, if you click on the wrong Project folder, it will crash T2D.

I'll submit a fix shortly.

@manongjohn manongjohn merged commit e377300 into tahoma2d:master Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.4 Included in Version 1.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add your Default Project Path into the list of root folders
3 participants