mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PlatformDataKeys -> CommonDataKeys
This commit is contained in:
@@ -39,7 +39,7 @@ public class RunSphinxQuickStartAction extends AnAction implements DumbAware {
|
||||
final Presentation presentation = RestPythonUtil.updateSphinxQuickStartRequiredAction(e);
|
||||
assert presentation.isEnabled() && presentation.isVisible() : "Sphinx requirements for action are not satisfied";
|
||||
|
||||
final Project project = e.getData(PlatformDataKeys.PROJECT);
|
||||
final Project project = e.getData(CommonDataKeys.PROJECT);
|
||||
|
||||
if (project == null) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user