zoulejiu
- 活动总数 53
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 12
-
创建于 AsyncTreeModel getSelectionPath() cache problem
已回答After 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 ... -
已编辑于 About paid plug-in activation
已回答I 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... -
-
创建于 thread problem
已回答Hello 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... -
创建于 Notification if monitor activation plugin is successful
已回答When the plugin is successfully activated, is there any TOPIC that can get this status? -
创建于 Open a default database console programmatically
已回答Hello 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... -
创建于 About language injection
已回答Hello 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... -
创建于 About PsiJavaElementPattern matching interface method parameters
已回答Hello 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... -
创建于 Language injection PsiElement acquisition
已回答How 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... -
创建于 Uninstall a plug-in when the plug-in is installed
已回答Are there any ways to detect whether certain plug-ins are installed when the user installs the plug-ins, and uninstall them automatically