Commit 3db589f9 authored by Alexander.Kirsanov's avatar Alexander.Kirsanov Committed by intellij-monorepo-bot
Browse files

[rdct] Use intention ordering from the backend. Fix CWM-534, CWM-7208, etc.

(cherry picked from commit 0566fb189db9520170bb4209886044b877238544)

IJ-CR-94807

GitOrigin-RevId: c8f83be422b9abc77f39102fb0452b257893eefc
parent 9eb74b32
Branches unavailable Tags unavailable
No related merge requests found
Showing with 7 additions and 0 deletions
+7 -0
......@@ -15,6 +15,7 @@ import com.intellij.openapi.util.Iconable;
import com.intellij.psi.PsiFile;
import com.intellij.ui.awt.RelativePoint;
import com.intellij.util.IncorrectOperationException;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
......@@ -69,6 +70,12 @@ public class GutterIntentionAction extends AbstractIntentionAction implements Co
return 0;
}
@ApiStatus.Experimental
@ApiStatus.Internal
public @NotNull AnAction getAction() {
return myAction;
}
@Override
public Icon getIcon(@IconFlags int flags) {
return myIcon;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment