Package liveplugin.toolwindow.settingsmenu.languages

Examples of liveplugin.toolwindow.settingsmenu.languages.DownloadScalaLibs


      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

Related Classes of liveplugin.toolwindow.settingsmenu.languages.DownloadScalaLibs

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.