Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladimir Krivosheev
Total activity
451
Last activity
October 17, 2024 08:21
Member since
June 29, 2009 11:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
177
Activity overview
Articles (0)
Posts (0)
Comments (274)
Sort by recent activity
Recent activity
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
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
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
Created
March 04, 2019 14:51
> However if you have previously ran a JUnit configuration for this class, then JUnit always "grabs" the config and won't allow this run provider to take precedence This behaviour is correct and...
Community
IntelliJ IDEA Open API and Plugin Development
Override JUnit Run Provider
0 votes
Created
December 18, 2018 16:04
Your version of IDEA is quite old. Please try latest one.
Community
IntelliJ IDEA Open API and Plugin Development
Exception: Cannot init ToolWindowManager component state: Name is null
0 votes
Created
August 01, 2018 09:31
Do not use `Import Settings` if you use Cloud Config plugin or Settings Repository plugin.
Community
IntelliJ IDEA Users
IDEA Ultimate 2018.2 - Import Settings with LiveTemplate fails
0 votes
Created
June 25, 2018 10:33
> to have to constantly keep resizing/repositioning Do you mean size and position of project window frame or about tool windows?
Community
GoLand
Open Project in Same Window and Keep Current Window Settings
0 votes
«
First
‹
Previous
Next
›
Last
»