主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vladimir Krivosheev
活动总数
451
最后的活动
2024年10月17日 08:21
成员加入日期
2009年06月29日 11:53
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
177
活动概览
文章(0)
帖子(0)
评论(274)
按最近的活动排序
最近的活动
投票数
创建于
2019年11月05日 17:15
No. Consider to use IJ Platform Services and Extensions.
社区
IntelliJ IDEA Open API and Plugin Development
Dependency injection in IDEA plugins
1 票
创建于
2019年07月25日 14:18
Yes, it is safe. please note, that in this case also component will be not exportable via `Export Settings` action.
社区
IntelliJ IDEA Open API and Plugin Development
Changing Persistent settings from roamable to local without breaking something
1 票
创建于
2018年12月03日 09:06
I would suggest to use kotlin class for serialization. What is your base class for run configuration?
社区
IntelliJ IDEA Open API and Plugin Development
Extending com.intellij.execution.configurations.RunConfigurationOptions in Java Plugin Implementation
1 票
创建于
2018年05月07日 15:47
`com.intellij.openapi.editor.impl.RangeHighlighterImpl` is not serializable. I suggest you to write own simple POJO structure.
社区
IntelliJ IDEA Open API and Plugin Development
XmlSerializerUtil "Unable to serialize state" for PersistentStateComponent
1 票
创建于
2018年04月18日 09:34
For what do you need to explicitly save? `Project.save` or `Application.saveSettings`.
社区
IntelliJ IDEA Open API and Plugin Development
how to persist PersistentStateComponent manually?
2 票
创建于
2018年03月19日 08:48
I changed `error` to `warn` (https://github.com/JetBrains/intellij-community/commit/b8632fad0dfad796f50d978e2172ee9fbf739a20#diff-24b6be7d38beec11f0c1dd4b3eb2a550 five days ago.
社区
IntelliJ IDEA Open API and Plugin Development
Error during Java compilation in plugin unit test
1 票
创建于
2016年07月20日 07:40
`TaskTimerPropertiesComponent` must be registered as a service. ```<projectService serviceImplementation="yourPackage.TaskTimerPropertiesComponent"/>``` and instead `new`, add `getInstance` method ...
社区
IntelliJ IDEA Open API and Plugin Development
Why I cannot persist plugin settings (project scope)?
1 票
创建于
2013年09月12日 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...
社区
IntelliJ IDEA Users
launching chrome incognito in intellij 12
1 票
创建于
2015年02月13日 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 ...
社区
RubyMine
When debugging Javascript, can I make the debug window execute all getters for an object?
1 票
创建于
2024年10月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ClassCastException when accessing JAR resources in Clojure dependency for JetBrains Plugin
0 票
下一页
›
最后
»