Jonghun Park

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Jonghun Park created a post, How can i refresh FilenameIndex immediately?
In my plugin, I created a file using VirtualFile.createChildData method.. Just after creating a file, I checked current project have some files that have *.abc extension. (for any reason..) In this... -
-
-
Jonghun Park created a post, AnsweredWhat is the order system for Editor Tabs in IntelliJ by default?
I tried to find the rule for ordering editor tabs, but i cannot find it. I closed all tabs, and tried: - I pressed 'Ctrl + E' to show 'Recent files' and then click the files bottom-up, but it ope... -
Jonghun Park created a post, AnsweredHow can i FULLY refresh VirtualFileSystem(VFS)?
I try to refresh a folder that is not included in project (outside the project) I called VirtualFileManager.getInstance().refreshWithoutFileWatcher(false); but it looks like not working... How ... -
-
-
Jonghun Park created a post, AnsweredHow to handle multiple error messages in Editor?
Hi, I'm create a custom editor provider that implements com.intellij.openapi.fileEditor.FileEditorProvider com.intellij.openapi.project.PossiblyDumbAware And in the createEditor method, i... -
Jonghun Park commented, -