shan wang
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Edited gradle-intellij-plugin didn't pack the jar generated by proguard in the zip file.
AnsweredHi, I'm using a build.gradle.kts like https://github.com/beansoft/intellij-platform-plugin-template-proguard/blob/main/build.gradle.ktsproguard is triggered before prepareSandbox then copy back and... -
Created How can I be notified when a user has changed the font size?
AnsweredHi I'm developing a jetbrains plugin. How can I be notified when a user has changed the font size? Which listener should I use? Thanks for any help! -
Created How to add Git4Idea dependency
AnsweredHi, I add a <depends/> to plugin.xml, and it shows errors. What's the correct way to include it? Should I add it to plugins {} or dependencies {} in build.gradle.kts? -
Created How to disable the DaemonCodeAnalyzer for a LightVirtualFile?
AnsweredHi, I created a a LightVirtualFile: LightVirtualFile snippetFile = new LightVirtualFile("", language, content); then create an editor holding the document of the LightVirtualFile: EditorTextField e...