Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in

Devenyangdi

Avatar
  • Total activity 16
  • Last activity August 29, 2024 06:18
  • Member since January 10, 2024 07:58
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 6
Activity overview Posts (6) Comments (3)
Sort by recent activity Recent activity Votes
  • Created August 21, 2024 02:49
    While reading the article in the link, it mentioned using VcsDataKeys.COMMIT_WORKFLOW_HANDLER, which requires an additional conversion to AbstractCommitWorkflowHandler to finally get CommitWorkflow...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. How to get the selected content in a Commit?
    • 0 votes
  • Created August 21, 2024 02:11
    Project project = anActionEvent.getProject();CommitWorkflowUi data = anActionEvent.getData(VcsDataKeys.COMMIT_WORKFLOW_UI);if (data != null){   List<Change> includedChanges = data.getIncludedChange...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. How to get the selected content in a Commit?
    • 0 votes
  • Created January 26, 2024 02:25
    Thank you so much for your response. I really appreciate the time and effort you took to help me out. Your information/advice was incredibly helpful.
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. Why are there no API tutorials for Inlay Hints, only two example demos?
    • 0 votes
Copyright © 2000– JetBrains s.r.o.