public class CodeInsightEditorAction
extends java.lang.Object
| Constructor and Description |
|---|
CodeInsightEditorAction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beforeActionPerformedUpdate(AnActionEvent e)
Commit all PSI if there is editor and project in data context.
|
public static void beforeActionPerformedUpdate(AnActionEvent e)
AnAction.beforeActionPerformedUpdate(AnActionEvent) implementations before calling super,
if the action's update method should work with up-to-date PSI, and the action is invoked in editor.