Songxilong Sxl
- Total activity 84
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 7
- Subscriptions 23
-
Created make popupList searchable
AnsweredBaseListPopupStep<String> baseListPopupStep = new BaseListPopupStep<>("tags", tags);ListPopup listPopup = JBPopupFactory.getInstance().createListPopup(baseListPopupStep); how to make it support s... -
Edited create references do not navigate to PsiElement
AnsweredI 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... -
Created why module.getModuleFile return null
Answeredcall 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, ... -
Created when the folding enabled ?
Answereduse Editor#getFoldingModel() then com.intellij.openapi.editor.FoldingModel#getAllFoldRegions, get empty array. -
Created can I find a topic to subscribe for ExecuteAction/StopAction ?
Answeredtopic for subsrible or extensionPoint to do something when application run/stop! -
Edited Add custom BeforeRunTask to SpringApplicaitonRunconfiguration when it create
Answeredis it possible to add my own BeforeRunTask like bulid task do in springApplicationRunConfiguration. -
Created No test found when running junit test
AnsweredI 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 ... -
Created how to get fileBaseIndex ready
AnsweredI 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... -
Created listening psi element change
AnsweredMy use case , when user edit the JavaPsiFile , I want to know the edition in which psiMethod , which listener can be used ? -
Created get com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments in Action, dispatchThread= false
AnsweredIt 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...