Nikita Shtengauer
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Nikita Shtengauer created a post, CompletedCan't get file inside jar file
I need to get virtualFile from a third-party .jar file. I use URL url = new File(file_path).toURI().toURL();VirtualFile virtualFile = VfsUtil.findFileByURL(url); It only works for files that are no... -
Nikita Shtengauer created a post, Synchronize file text and default text editor
(Perhaps this problem has been published here, sorry) I created my FileEditor and placed it after the default text editor (TextEditorImpl). In my editor, the file is edited using the java tools. ...