Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Seto
Total activity
60
Last activity
April 07, 2023 23:46
Member since
April 05, 2019 10:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Posts (13)
Comments (34)
Sort by recent activity
Recent activity
Votes
Created
June 14, 2020 15:14
It's working after I make children actions implement DumbAware. What's it? No documentaiton for it.
Community
IntelliJ IDEA Open API and Plugin Development
ActionGroup is disabled. Why?
0 votes
Created
June 06, 2020 11:36
I finally get it working by using the method below. ApplicationManager.getApplication().invokeLater But I don't know why. Application.runReadAction, Application.runWriteAction, ProgressManager.run ...
Community
IntelliJ IDEA Open API and Plugin Development
FileAnnotation.reload problem.
0 votes
Created
May 03, 2020 13:52
I'm not using my own FileAnnotaion. But Task.Backgroundable + AnnotationActionGroup.revalidateMarkupInAllEditors helps. Thank you.
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Created
May 03, 2020 10:39
@Nullable@Overridepublic LineAnnotationAspect createColumn(@NotNull FileAnnotation annotation) { VcsUtil.setAspectAvailability("Danmaku", true); return new DanmakuLineAnnotationAspect(annotat...
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Next
›
Last
»