Package com.intellij.ide.actions

Examples of com.intellij.ide.actions.StartUseVcsAction


                    public void update(AnActionEvent e) {
                        setEnabled(!GitHelper.isGitEnabled(getProject()));
                    }

                    public void runActionPerformed(AnActionEvent anActionEvent) {
                        new StartUseVcsAction().actionPerformed(anActionEvent);
                        HerokuSetupWindow.this.doUpdate();
                        updatePanels();
                    }
                },
                // /general/getProjectfromVCS.png
View Full Code Here

TOP

Related Classes of com.intellij.ide.actions.StartUseVcsAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.