Skip to content

fix: replace deprecated action invocation in CypherLineMarkerProvider#8

Merged
mdelambilly merged 1 commit into
mainfrom
fix/linemarker-action-invocation
May 12, 2026
Merged

fix: replace deprecated action invocation in CypherLineMarkerProvider#8
mdelambilly merged 1 commit into
mainfrom
fix/linemarker-action-invocation

Conversation

@mdelambilly
Copy link
Copy Markdown
Owner

Summary

  • Replace ActionUtil.invokeAction + AnActionEvent.createFromAnAction (both deprecated) with ActionManager.tryToExecute()
  • Remove @OverrideOnly call on actionPerformed
  • Simplify: remove getDataContext() helper and its unused imports

Detected by verifyPlugin after PR #7 merge.

Test plan

  • Gutter play button executes the query correctly

🤖 Generated with Claude Code

@mdelambilly mdelambilly merged commit b29d737 into main May 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant