Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Guswlsdl0121
Total activity
6
Last activity
September 23, 2024 04:40
Member since
September 01, 2024 16:26
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2024 04:40
Thank you for your kind answer!
Community
IntelliJ IDEA Open API and Plugin Development
if there's a way to create or get an instance of CommitWorkflowHandler in the test code.
0 votes
Edited
September 03, 2024 14:33
@Service(Service.Level.PROJECT) class CommitManager { fun getCheckedChanges(event: AnActionEvent): List<Change> { val handler = getHandler(event) ?: throw RuntimeException() // v...
Community
IntelliJ IDEA Open API and Plugin Development
if there's a way to create or get an instance of CommitWorkflowHandler in the test code.
0 votes