Examples of AddClojureLibsAsDependency


Examples of liveplugin.toolwindow.settingsmenu.languages.AddClojureLibsAsDependency

      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());
        add(new DownloadClojureLibs());
      }});

      return actionGroup;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.