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

Project Subdirectories Issue #23

Closed
AmazinAxel opened this issue Jan 20, 2024 · 2 comments
Closed

Project Subdirectories Issue #23

AmazinAxel opened this issue Jan 20, 2024 · 2 comments
Labels
bug Something isn't working done in a future version

Comments

@AmazinAxel
Copy link

The new 2.1.1 update added the projects feature (which I enabled in my settings.json). The projects feature works and I am able to select a directory to see all my files within a folder. However, I noticed a pretty major problem with how it handles subdirectories.

When you select a folder that contains multiple other folders, you are only able to see 1 folder (and the content within that folder) and you aren't able to see other folders or any other content. Here is an example of this behavior:

Say this is a directory tree that is opened using this new project feature:

/project/
-- folder1/
---- viewableskript.sk
---- anotherskript.sk
-- invisiblefolder/
---- nonviewableskript.sk
-- nonviewableskript.sk

When opening this folder, the directory tree will only show folder1 and its contents. It wont show any other folders or files.

In Windows, this is what my project folder looks like:
image

In SkEditor, this is what the folder looks like:
image

As you can see, folder2 and test.sk are missing from the tree.

Other QoL improvements:
This is an amazing great start and this new project feature is so useful. I understand its still experimental and not finished, but I figured I could share a few changes that would improve this feature of the application:

  • File renaming, creation, and deletion from within the project directory tree
  • The option to single-click (instead of double-clicking) to open a file
  • Project saving on close (whenever you close the application and reopen it, you have to reselect the directory your project is in)

Not sure if this is relevant but I'm using Windows 11 on SkEditor version 2.1.1.

Anyways, I love this new project feature and it's a step towards making SkEditor feel like an even more advanced IDE. I would love for it to be improved more but it's a great start!

@NotroDev
Copy link
Member

That's really weird, it worked for me.
I'll look into it

@NotroDev NotroDev added bug Something isn't working done in a future version labels Jan 21, 2024
@AmazinAxel
Copy link
Author

Just wanted to say that update 2.1.2 fixed the problem and the issue is now gone. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done in a future version
Projects
None yet
Development

No branches or pull requests

2 participants