Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anton Kashnikov
Total activity
65
Last activity
September 17, 2021 09:34
Member since
April 10, 2019 11:10
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
13
Activity overview
Posts (12)
Comments (37)
Sort by recent activity
Recent activity
Votes
Created
May 24, 2019 12:40
So, you mean, that regular accept() method calling is provided by open API and it is normal work?Thank you any way!
Community
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 votes
Created
May 24, 2019 12:04
I did not try to remove DumbAware interface. Can problem be occured by it?
Community
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 votes
Created
May 24, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 votes
Created
May 24, 2019 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. ...
Community
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 votes
Created
May 24, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 votes
Created
May 24, 2019 11:07
Problem occurs only with property6 file name.
Community
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 votes
Created
May 24, 2019 11:03
@Overridepublic boolean accept(@NotNull Project project, @NotNull VirtualFile virtualFile) { String fileName = virtualFile.getName(); if (fileName.equals(getProperties().getString("property1"...
Community
IntelliJ IDEA Open API and Plugin Development
Problems with FileEditorProvider implemetation
0 votes
«
First
‹
Previous