Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Vladimir Krivosheev
Total activity
449
Last activity
December 07, 2022 09:20
Member since
June 29, 2009 11:53
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
176
Activity overview
Articles (0)
Posts (0)
Comments (273)
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?
1 vote
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
December 07, 2022 09:20
Please use `ToolWindowFactory.getAnchor` to return a custom anchor and `ExperimentalUI.isNewUI()` to check is New UI is enabled. Please note — API is internal. Such customization is not recommended.
Community
IntelliJ IDEA Open API and Plugin Development
New UI toolWindow Anchor "top" no more compatible
0 votes
Next
›
Last
»