shan wang
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
shan wang created a post, AnsweredSeveral users reported that JCEF is not supported on 2024.2.3
He is using windows and his IDE version:IntelliJ IDEA 2024.2.3 (Ultimate Edition)Build #IU-242.23339.11, built on September 25, 2024Licensed to signup scooterYou have a perpetual fallback license f... -
shan wang commented, -
shan wang created a post, Answeredcom.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... -
shan wang created a post, AnsweredHow 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... -
shan wang created a post, AnsweredGet 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... -
shan wang created a post, AnsweredHow 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... -
shan wang created a post, AnsweredFontsize 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.... -
shan wang created a post, AnsweredHow 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! -
shan wang created a post, Answeredgradle-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... -