Songxilong Sxl
- 活动总数 84
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 7
- 订阅数 23
-
创建于 make popupList searchable
已回答BaseListPopupStep<String> baseListPopupStep = new BaseListPopupStep<>("tags", tags);ListPopup listPopup = JBPopupFactory.getInstance().createListPopup(baseListPopupStep); how to make it support s... -
已编辑于 create references do not navigate to PsiElement
已回答I need to create a create a reference for PsiLiteralExpression , when cmd + click , I want show my own toolWindow and select relative Ui component.I read the SDK Reference Contributor, but... -
创建于 why module.getModuleFile return null
已回答call method com.intellij.openapi.module.impl.ModuleImpl#getModuleFile , follow the code to com.intellij.openapi.vfs.impl.FilePartNode#myFile(java.lang.Object), the parameter is .iml file path, ... -
创建于 when the folding enabled ?
已回答use Editor#getFoldingModel() then com.intellij.openapi.editor.FoldingModel#getAllFoldRegions, get empty array. -
创建于 can I find a topic to subscribe for ExecuteAction/StopAction ?
已回答topic for subsrible or extensionPoint to do something when application run/stop! -
已编辑于 Add custom BeforeRunTask to SpringApplicaitonRunconfiguration when it create
已回答is it possible to add my own BeforeRunTask like bulid task do in springApplicationRunConfiguration. -
创建于 No test found when running junit test
已回答I create a configuration with Pattern, but when I run it , got no test found .when I change some thing and click apply button it make sense , so I think some things I lost when I create the ... -
创建于 how to get fileBaseIndex ready
已回答I create a toolwindow when project opened , and throw a indexNotReady Exception, I want to make the index ready, so I try to call FileEditorManager#openFile to load fileIndex , then I call me... -
创建于 listening psi element change
已回答My use case , when user edit the JavaPsiFile , I want to know the edition in which psiMethod , which listener can be used ? -
创建于 get com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments in Action, dispatchThread= false
已回答It works well at other pc,but one get this exception , stack is : 2021-07-21 16:42:46,335 [ 822039] ERROR - oncurrency.BoundedTaskExecutor - EventQueue.isDispatchThread()=false Toolkit.getEvent...