Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Songxilong Sxl
Total activity
84
Last activity
August 01, 2022 09:55
Member since
April 12, 2021 03:58
Following
0 users
Followed by
1 user
Votes
7
Subscriptions
23
Activity overview
Posts (17)
Comments (37)
Sort by votes
Recent activity
Votes
Created
October 13, 2021 12:51
or just let the custom task show on the menu after clilck '+'
Community
IntelliJ IDEA Open API and Plugin Development
Add custom BeforeRunTask to SpringApplicaitonRunconfiguration when it create
0 votes
Created
October 13, 2021 12:47
com.intellij.execution.impl.RunManagerImpl#setBeforeRunTasks to add , but still don't find how to add default like build
Community
IntelliJ IDEA Open API and Plugin Development
Add custom BeforeRunTask to SpringApplicaitonRunconfiguration when it create
0 votes
Created
August 09, 2021 12:25
any other method I can make the file index ready? by open/close files, it takes long time !
Community
IntelliJ IDEA Open API and Plugin Development
how to get fileBaseIndex ready
0 votes
Created
July 21, 2021 09:31
and this exception not caught by bulltin reporter, I found it in idea.log !
Community
IntelliJ IDEA Open API and Plugin Development
get com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments in Action, dispatchThread= false
0 votes
Created
July 21, 2021 09:23
can not found where to change Build Number , just get Version: 2021.1.1 (Release notes) Build: 211.7142.45 Released: 30 April 2021
Community
IntelliJ IDEA Open API and Plugin Development
get com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments in Action, dispatchThread= false
0 votes
Created
July 21, 2021 09:17
any way I can get this build version IntelliJ IDEA 2021.1.1 Build #IU-211.7142.45 ?
Community
IntelliJ IDEA Open API and Plugin Development
get com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments in Action, dispatchThread= false
0 votes
Created
July 07, 2021 03:37
I need modify run/debug configuration and change presentText , I can add two own action on this menu ,but make thie menu has duplicate actions (only different configuration).
Community
IntelliJ IDEA Open API and Plugin Development
any way to replace or disable run/debug action on TestTreePopupMenu
0 votes
Created
June 28, 2021 03:22
already resovled, display file by using VirtualFileList.getSelectionModel().addTreeSelectionListener(x->{ if(x.getPath()!= null) { Object lastPathComponent = x.getPath().getLastPathCompon...
Community
IntelliJ IDEA Open API and Plugin Development
how to display .class file and popup custom menu when Cilck VirtualFiles item
0 votes
Created
June 24, 2021 07:55
is there any way I can make it like below( just list file without dir)
Community
IntelliJ IDEA Open API and Plugin Development
how to create a custom project view panel
0 votes
Created
June 16, 2021 02:34
I use the method runWhenSmart 、runReadActionInSmartMode,but got the same result
Community
IntelliJ IDEA Open API and Plugin Development
IndexNotReadyException
0 votes
«
First
‹
Previous
Next
›
Last
»