zoulejiu

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
Created AsyncTreeModel getSelectionPath() cache problem
AnsweredAfter AsyncTreeModel refreshes the tree with treeStructureChanged(null, null, null), it finds that the TreePath obtained by calling this.myTree.getSelectionPath() is still the old TreePath, and it ... -
Edited About paid plug-in activation
AnsweredI found that if you directly use CheckLicense to detect whether the plug-in is activated, there is a certain delay. My current practice is CheckLicense.isLicensed() to verify,I get all inactive, ca... -
Created Plugin statistics page error
AnsweredThe plugin cannot count installations and sales after August 2 -
Created thread problem
AnsweredHello If the problem with popup boxes like Messages.showInputDialog is handled in Task.Backgroundable 1. I want my function to be processed asynchronously2. I think my function is in the process... -
Created Notification if monitor activation plugin is successful
AnsweredWhen the plugin is successfully activated, is there any TOPIC that can get this status? -
Created Open a default database console programmatically
AnsweredHello I am developing a function now. After I get the sql statement, it will automatically open a default database console. I have been looking for a long time, but I have not seen the code implem... -
Created About language injection
AnsweredHello I have customized a language. If I inject it into the xml file, I cannot complete the parameter reference and parameter renaming operations, but if I use it as a separate file, I can automat... -
Created About PsiJavaElementPattern matching interface method parameters
AnsweredHello Here is my method snippet: I am writing a parameter matching expression, I can now match the parameters starting with @Param, but I have been unable to match the parameter c2, this is my... -
Created Language injection PsiElement acquisition
AnsweredHow to query all elements in xml file injected by language PsiElement I have an xml file, I customized a language myself, and then injected it into this xml file, now I have a requirement, that i... -
Created Uninstall a plug-in when the plug-in is installed
AnsweredAre there any ways to detect whether certain plug-ins are installed when the user installs the plug-ins, and uninstall them automatically