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 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
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
Created
October 13, 2022 14:10
Could you please check that project is fully built? I see a strange error "Caused by: java.lang.ClassNotFoundException: com.intellij.util.lang.PathClassLoader"
Community
IntelliJ IDEA Open API and Plugin Development
error running installers.cmd: log file not found
0 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
«
First
‹
Previous
Next
›
Last
»