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

- display whole file path for the root element (if applicable) #140

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Tortenschachtel
Copy link

This shows the whole path for the root element if a file or folder is opened (including the default minecraft folder), so the user can tell which files they are currently viewing. I created a base class to handle this and all of the four classes i found that use a file as their base now inherit this new AbstractFileDataNode instead of the DataNode.

The reason i did this was because i am currently using NBTExplorer to view a lot of region files for another project and it becomes hard to remember which windows has what file open. Now i don't need to remember, i can just look at the root node.

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.

1 participant