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

feat: refresh file system #36

Merged
merged 2 commits into from
Apr 25, 2024
Merged

feat: refresh file system #36

merged 2 commits into from
Apr 25, 2024

Conversation

MarcinVaadin
Copy link
Member

@MarcinVaadin MarcinVaadin commented Apr 24, 2024

Description

Handler for refreshing file system in case file has been created / deleted / modified outside IDE plugin.

Handler is running single VirtualFileManager.getInstance().asyncRefresh command and refreshes whole workspace. I've tested with refreshing file by file using VirtualFileManager.getInstance().findFileByNioPath(file).refresh but with refresh of first file whole project structure has been refreshed. So no point in calling it multiple times.

Copy link

Artifact build on last commit: distributions.zip.
For MacOS users: there is a zip inside this zip and Finder unzips them both at once. Use unzip distributions.zip from Terminal or check solution for Archive Manager.

@MarcinVaadin MarcinVaadin merged commit 3ef09ef into main Apr 25, 2024
3 checks passed
@MarcinVaadin MarcinVaadin deleted the feat/refresh-file branch April 25, 2024 09:34
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.

2 participants