Łukasz Zieliński
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Edited Dynamic plugin & lost settings
AnsweredHello, 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... -
Created DataGrip Git4Idea plugin dependency
AnsweredHi, 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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) ...