主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anton Kashnikov
活动总数
65
最后的活动
2021年09月17日 09:34
成员加入日期
2019年04月10日 11:10
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
13
活动概览
帖子(12)
评论(37)
按最近的活动排序
最近的活动
投票数
创建于
2019年05月24日 12:40
So, you mean, that regular accept() method calling is provided by open API and it is normal work?Thank you any way!
社区
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 票
创建于
2019年05月24日 12:04
I did not try to remove DumbAware interface. Can problem be occured by it?
社区
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 票
创建于
2019年05月24日 12:04
There are no stacktraces problem, because problem occurs immediately after file selection in project file tree. And accept() method is only one method was called. Yes, it is problem for me, because...
社区
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 票
创建于
2019年05月24日 11:53
No. As i understand, for each project file Intellij IDEA call accept() method of my implementation of FileEditorProvider. If accept() return true, this implementation will be used to handle file. ...
社区
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 票
创建于
2019年05月24日 11:16
The return value of CLIENT.testConnection(); i logged with custom build. In that case it was always true. PluginUtil.getUserPropertyFromProjectByKey(Configuration.getProperties().getString("proper...
社区
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 票
创建于
2019年05月24日 11:07
Problem occurs only with property6 file name.
社区
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 票
创建于
2019年05月24日 11:03
@Overridepublic boolean accept(@NotNull Project project, @NotNull VirtualFile virtualFile) { String fileName = virtualFile.getName(); if (fileName.equals(getProperties().getString("property1"...
社区
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 票
«
第一页
‹
上一页