Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Dmitry Kravchenko
Total activity
27
Last activity
January 20, 2022 11:26
Member since
April 13, 2016 12:15
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
9
Activity overview
Posts (9)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
January 09, 2022 16:08
Which project type is better suitable for testing custom file type plugin? I thought there is "empty" prohect type, but it contains no modules...
Community
IntelliJ IDEA Open API and Plugin Development
How to disable / minitmize startup processes when running Plugin?
0 votes
Created
November 25, 2021 12:00
It worked. I was to notice, that there was no connection between editor and type before...
Community
IntelliJ IDEA Open API and Plugin Development
`getComponent` of my custom `FileEditor` is never called
0 votes
Created
November 25, 2021 09:20
Context is full :) I did only what I wrote, I am a newbiew and didn't knew about FileEditorProvider at all! Thank you, will dig at this direction!
Community
IntelliJ IDEA Open API and Plugin Development
`getComponent` of my custom `FileEditor` is never called
0 votes
Created
November 24, 2021 12:59
Thanks. I don't see any additional hints in `Registering a FIle Type` article. It says to derive from ` LanguageFileType` which I did.
Community
IntelliJ IDEA Open API and Plugin Development
Required properties of <extensions> tag is incosistent with documentation
0 votes
Created
November 08, 2021 18:27
The following code returns only one window IdeFrame[] ideFrames = windowManager.getAllProjectFrames(); and only last by unknown reason
Community
IntelliJ IDEA Open API and Plugin Development
How to enumerate editors and know their locations in Intellij Platform SDK?
0 votes