Łukasz Zieliński
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
已编辑于 Dynamic plugin & lost settings
已回答Hello, I have following setup in my plugin - there are 3 configurations (PersistentStateComponent with Kotlin data classes as state): application level - annotated with @State(name = "GitToolBoxAp... -
创建于 DataGrip Git4Idea plugin dependency
已回答Hi, I have a plugin with following xml: https://github.com/zielu/GitToolBox/blob/191-develop/GitToolBox/src/main/resources/META-INF/plugin.xml I depend on APIs exposed by Git4Idea so following depe... -
创建于 Project View refresh
I'm developing plugin for SVN that uses ProjectViewNodeDecorator do show current branch for modules and switched files in Project Vie.It works great however I encountered problem with Project View ... -
创建于 RMI Stubs generation fails with External Build
Hi, I opened an issue http://youtrack.jetbrains.com/issue/IDEA-105644 but also write here because no one seems to be assigned to "Project Compilation" module bugs.To sum up - compilation with "Exte... -
创建于 Changing and saving configuration during plugin initialization
I've got a following usecase - I check if some plugin services are enabled I would like to change plugin configuration accordingly.To propagate these changes to configuration gui I must persist mut... -
创建于 ContentBasedClassFileProcessor and File Structure navigation
I'm using ContentBasedClassFileProcessor to provide decompiled file source and this works as expected - source is shown.Now for such editor I open File Structure popup (Navigate -> File Structure) ...