Łukasz Zieliński

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Łukasz Zieliński commented, -
Łukasz Zieliński commented, -
Łukasz Zieliński created a post, AnsweredDynamic 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... -
Łukasz Zieliński commented, -
Łukasz Zieliński created a post, AnsweredDataGrip 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... -
-
Łukasz Zieliński created a post, 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 ... -
Łukasz Zieliński commented, -
Łukasz Zieliński created a post, 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... -
Łukasz Zieliński created a post, 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...