Skip to content

Commit

Permalink
Port away from deprecated PopupHandler#installUnknownPopupHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
uwolfer committed Jun 13, 2021
1 parent 927bde2 commit 4b2fa40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ private void addCommentActionToEditor(Editor editor,
.get();
addCommentAction.registerCustomShortcutSet(CustomShortcutSet.fromString("C"), editor.getContentComponent());
group.add(addCommentAction);
PopupHandler.installUnknownPopupHandler(editor.getContentComponent(), group, ActionManager.getInstance());
PopupHandler.installUnknownPopupHandler(editor.getContentComponent(), group);
}

private void addCommentsGutter(Editor editor,
Expand Down

0 comments on commit 4b2fa40

Please sign in to comment.