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
May 07, 2018 15:34
Is there empty constructor for `RangeHighlighter` class? Maybe there is full error text with details?
Community
IntelliJ IDEA Open API and Plugin Development
XmlSerializerUtil "Unable to serialize state" for PersistentStateComponent
0 votes
Created
April 26, 2018 06:47
This class is internal. I suggest you just copy required code for you to your own class.
Community
IntelliJ IDEA Open API and Plugin Development
RestService - visibility of method getLastFocusedOrOpenedProject
0 votes
Created
April 18, 2018 09:34
For what do you need to explicitly save? `Project.save` or `Application.saveSettings`.
Community
IntelliJ IDEA Open API and Plugin Development
how to persist PersistentStateComponent manually?
2 votes
Created
March 19, 2018 08:48
I changed `error` to `warn` (https://github.com/JetBrains/intellij-community/commit/b8632fad0dfad796f50d978e2172ee9fbf739a20#diff-24b6be7d38beec11f0c1dd4b3eb2a550 five days ago.
Community
IntelliJ IDEA Open API and Plugin Development
Error during Java compilation in plugin unit test
1 vote
Created
February 19, 2018 10:05
Your configurable has to implement `apply` method — do whatever you want in this method. Common code — set settings to your configuration component.
Community
IntelliJ IDEA Open API and Plugin Development
Reloading plugins in IntelliJ after changing settings
0 votes
Created
December 19, 2017 08:57
Could you please try IntelliJ IDEA 2017.3.2 EAP (build 173.4127.2)? https://confluence.jetbrains.com/display/IDEADEV/IDEA+2017.3+EAP
Community
IntelliJ IDEA Users
Saving JUnit VM Options
0 votes
Created
September 25, 2017 14:03
I have added X-Requested-With to allowed request headers. Will be available in the next 2017.3 EAP. > Is it possible to add extension points in a future version I prefer to keep it simple. Is it ...
Community
IntelliJ IDEA Open API and Plugin Development
adding to netty pipeline in plugin
0 votes
Created
August 22, 2017 16:04
I suggest to use separate state class instead of reusing current instance. In this case you also don't need to use XmlSerializerUtil.copyBean
Community
IntelliJ IDEA Open API and Plugin Development
Persistent data get missing
0 votes
Created
March 20, 2017 15:55
Please do not use ctor ` RunnerAndConfigurationSettingsImpl(RunManagerImpl manager, @NotNull RunConfiguration configuration, boolean isTemplate) ` please use ` RunnerAndConfigurationSettingsImpl(Ru...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically Load Run Configurations From Disk
0 votes
Created
March 20, 2017 15:18
As this forum doesn't support markdown, I have answered using GitHub gist — https://gist.github.com/develar/70e874eaa8d27958aeef2337c917e1b2
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically Load Run Configurations From Disk
0 votes
«
First
‹
Previous
Next
›
Last
»