Nikita Shtengauer
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Nikita Shtengauer 创建了一个帖子, 已完成Can'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 创建了一个帖子, 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. ...