Package liveplugin.toolwindow.settingsmenu

Examples of liveplugin.toolwindow.settingsmenu.RunAllPluginsOnIDEStartAction


        }
      };
      actionGroup.add(new AddPluginJarAsDependency());
      actionGroup.add(new AddIDEAJarsAsDependencies());
      actionGroup.add(new Separator());
      actionGroup.add(new RunAllPluginsOnIDEStartAction());
      actionGroup.add(new Separator());
      actionGroup.add(new DefaultActionGroup("Languages Support", true) {{
        add(new AddScalaLibsAsDependency());
        add(new AddClojureLibsAsDependency());
        add(new DownloadScalaLibs());
View Full Code Here

TOP

Related Classes of liveplugin.toolwindow.settingsmenu.RunAllPluginsOnIDEStartAction

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.