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 votes
Recent activity
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: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
December 03, 2018 09:06
I would suggest to use kotlin class for serialization. What is your base class for run configuration?
Community
IntelliJ IDEA Open API and Plugin Development
Extending com.intellij.execution.configurations.RunConfigurationOptions in Java Plugin Implementation
1 vote
Created
May 07, 2018 15:47
`com.intellij.openapi.editor.impl.RangeHighlighterImpl` is not serializable. I suggest you to write own simple POJO structure.
Community
IntelliJ IDEA Open API and Plugin Development
XmlSerializerUtil "Unable to serialize state" for PersistentStateComponent
1 vote
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
July 20, 2016 07:40
`TaskTimerPropertiesComponent` must be registered as a service. ```<projectService serviceImplementation="yourPackage.TaskTimerPropertiesComponent"/>``` and instead `new`, add `getInstance` method ...
Community
IntelliJ IDEA Open API and Plugin Development
Why I cannot persist plugin settings (project scope)?
1 vote
Created
September 12, 2013 14:03
http://youtrack.jetbrains.com/issue/WEB-44041) open Google Chrome Extensions page chrome://extensions/ and check "Allow in incognito" flag for JetBrains Chrome Extension.2) open IDE settings: Setti...
Community
IntelliJ IDEA Users
launching chrome incognito in intellij 12
1 vote
Created
February 13, 2015 08:41
Yes, it is painful. Definitely, it should be improved. We are going to add setting "Automatically invoke property getter" and enable it by default. I will increase priority of this task to deliver ...
Community
RubyMine
When debugging Javascript, can I make the debug window execute all getters for an object?
1 vote
Created
October 17, 2024 08:21
What's the value of `mimicJarUrlConnection` on `new ClassPath` creation for your plugin? We have logic `val mimicJarUrlConnection = !module.isBundled && module.vendor != "JetBrains"` and I am wonde...
Community
IntelliJ IDEA Open API and Plugin Development
ClassCastException when accessing JAR resources in Clojure dependency for JetBrains Plugin
0 votes
Next
›
Last
»