Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Vladimir Krivosheev
Follow
New articles and posts
New articles, posts, and comments
Total activity
445
Last activity
November 10, 2021 16:32
Member since
June 29, 2009 11:53
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
174
Activity overview
Articles (0)
Posts (0)
Comments (271)
Sort by recent activity
Recent activity
Votes
Created
November 10, 2021 16:32
I don't like this forum, as you have already used the platform dev Slack group, let's use — I created https://jetbrains-platform.slack.com/archives/C5U8BM1MK/p1636561931285000?thread_ts=1636561919....
Community
IntelliJ IDEA Open API and Plugin Development
Does anyone know the classloader wizardry required to use external third-party jars as "provided" at runtime?
0 votes
Created
November 10, 2021 15:12
It is easy. See example https://github.com/JetBrains/intellij-community/blob/6b1e814e93698fc89ecf580494c838b6f11267b5/platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/BuildHelper.gro...
Community
IntelliJ IDEA Open API and Plugin Development
Does anyone know the classloader wizardry required to use external third-party jars as "provided" at runtime?
0 votes
Created
April 28, 2020 12:04
https://github.com/guikeller/jetty-runner/issues/70#issuecomment-620553263
Community
IntelliJ IDEA Open API and Plugin Development
GenericDebuggerRunner - VMParametersList params getting lost
0 votes
Created
January 28, 2020 11:22
Just use `ProgramRunner` directly. `JavaPatchableProgramRunner` doesn't add any value anymore.
Community
IntelliJ IDEA Open API and Plugin Development
JavaPatchableProgramRunner.execute() final in 2020.1
0 votes
Created
December 11, 2019 08:32
Use `getService` or `getComponent` only in the implementation of `getInstance`. Do not call it directly otherwise. If some platform component or service doesn't have corresponding `getInstance`, it...
Community
IntelliJ IDEA Open API and Plugin Development
API: Components vs Services Errors are they really needed?
0 votes
Created
November 05, 2019 17:15
No. Consider to use IJ Platform Services and Extensions.
Community
IntelliJ IDEA Open API and Plugin Development
Dependency injection in IDEA plugins
1 vote
Created
July 25, 2019 14:43
New API: `IconManager.getInstance().createLayeredIcon()` You are not forced to to have different version of plugin — you can continue using old API and migrate in next release (2019.3)
Community
IntelliJ IDEA Open API and Plugin Development
Method completion with multiple icons
0 votes
Created
July 25, 2019 14:30
> preferably one that will work for both 2019.2 and previous versions In this case, no variants, new API is not available in old versions.
Community
IntelliJ IDEA Open API and Plugin Development
Method completion with multiple icons
0 votes
Created
July 25, 2019 14:18
Yes, it is safe. please note, that in this case also component will be not exportable via `Export Settings` action.
Community
IntelliJ IDEA Open API and Plugin Development
Changing Persistent settings from roamable to local without breaking something
1 vote
Created
June 21, 2019 11:32
I recommend you to copy code from [JDOMUtil](https://github.com/JetBrains/intellij-community/blob/50dad46e47402f029c4aab96086208caf9f90432/platform/util/src/com/intellij/openapi/util/JDOMUtil.java#...
Community
IntelliJ IDEA Open API and Plugin Development
XMLInputFactory Error - Using StAX in Java Plugin
0 votes
1
2
3
4
5
6
›
»