shan wang

- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 com.jetbrains.python doesn't exist in the Pythonid:242.20224.300 plugin
已回答Hi, I'm developing a plugin which depends PyFile class, it is included in Pythonid:241.17011.79, but when I want to target 2024.2, I found it doesn't exist in the Pythonid:242.20224.300. How to use... -
创建于 How to add an exception filter to build tab?
已回答Hi, I added an MyExcetionFilter by implements JvmExceptionOccurrenceFilter and implemented the applyFilter() function. But I noticed that the filter works in run tab, it won't work in the build tab... -
已编辑于 Get the current path in the subprocess started by KillableProcessHandler
已回答Hi, I started a nodejs process like '/[NODE_HOME]/node /Users/[USER]/workspace/my-intellij-extension/build/idea-sandbox/plugins/my-plugin/dist/myscript.js' by using KillableProcessHandler. And It w... -
创建于 How to open the Terminal in New UI
已回答Hi I use the code below to open the Terminal in IDE then paste some text to the command line, in the old UI it works well, but it won't work in New UI. ToolWindow toolWindow = ToolWindowManager.get... -
创建于 Fontsize changed in settings won't trigger editorex.addPropertyChangeListener
已回答Hi, I'm using this code to get notified when user has changed fontsize and it works well with shot-cut event. But after I changed fontsize in Settings - Editor -Font, it won't trigger the listener.... -
创建于 How to add a button to the toolbar of the DiffView of Compare Files?
已回答Is it possible to do that? Thank you very much for help! -
已编辑于 gradle-intellij-plugin didn't pack the jar generated by proguard in the zip file.
已回答Hi, 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... -
创建于 How can I be notified when a user has changed the font size?
已回答Hi 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! -
创建于 How to add Git4Idea dependency
已回答Hi, 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? -
创建于 How to disable the DaemonCodeAnalyzer for a LightVirtualFile?
已回答Hi, I created a a LightVirtualFile: LightVirtualFile snippetFile = new LightVirtualFile("", language, content); then create an editor holding the document of the LightVirtualFile: EditorTextField e...