Alternatives To M2eclipse Scala
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Theia17,919
4 hours ago1,394otherTypeScript
Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
Che6,79068 hours ago91December 16, 2020402epl-2.0TypeScript
The Kubernetes-Native IDE for Developer Teams
Recaf4,507
2 months ago75mitJava
The modern Java bytecode editor
Pravega1,852232 days ago23April 12, 2022210apache-2.0Java
Pravega - Streaming as a new software defined storage primitive
Goclipse842
6 years ago48epl-1.0Java
Eclipse IDE for the Go programming language:
Smartim4intellij825
3 years ago41apache-2.0Java
IntelliJ IDEA上的SmartIM(原SmartQQ)插件,可以在IDEA中使用QQ或微信聊天
Intellij Plugin Save Actions504
6 months ago58mitJava
Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
Buildship501
11 hours ago278Java
The Eclipse Plug-ins for Gradle project.
Scala Ide494
3 years ago2bsd-3-clauseScala
Scala IDE for Eclipse
Samples435
a year ago27bsd-3-clauseJava
JavaFX samples to run with different options and build tools
Alternatives To M2eclipse Scala
Select To Compare


Alternative Project Comparisons
Readme

m2eclipse-scala

m2eclipse-scala is a work in progress to ease integration between m2eclipse and scala-ide for eclipse.

Working configuration

The plugin is "validated" by importing into Eclipse the sample projects :

Changes

0.5.1

  • remove use of Jobs to update classpath (fix #35 & #36 )

0.5.0

  • improve compatibility with scala version auto-detection of Scala-IDE 4.0

0.4.3

  • add license in feature (EPL)
  • fix a bug in support of "add-source": "src/main/scala" and "src/test/scala" should be added when "add-source" is executed

0.4.2

  • add support for eclipse WTP contribution of Fred Bricon
  • upgrade tycho (0.15.0)
  • remove automatic add of "src/main/scala" and "src/test/scala"

0.4.1

  • upgrade tycho (0.14.1), eclipse p2 repository (indigo)
  • modify lifecycle: every goals are modified to "ignore" or to avoid run during incremental compilation
  • add JavaNature to project if it missing

0.4.0

  • remove scala-tools.org from catalags
  • add support for scala-maven-plugin
  • sort classpath and entries of the project

0.3.1

  • support of m2eclipse 1.0.0
  • upate update-site to propose install of m2eclipse

0.3.0

  • support of m2eclipse 0.13.0

0.2.3

  • change urls of scala-tools.org catalags

0.2.2

  • rebuild to work with m2eclipse 0.12

0.2.1

  • fix critical bug about detection/activation of scala (plugin, nature) => 0.2.0 useless

0.2.0

  • should work with lift-archetype-basic 2.0-scala280-SNAPSHOT (new sample project added)
  • support current and futur ids of scala-ide, select from the installed plugin (ch.epfl... and org.scala-ide....)

0.1.0

  • reintegration to sonatype repository

0.0.5

  • use assembla as "project host" to be under Scala-IDE umbrella
  • re-do tycho configuration (to build on any box)
  • rename directory
  • generate update-site via tycho
  • align groupId/artifactId to m2eclipse-extras

0.0.4

  • include a workaround to run JUnit test, but right-click on JUnit test doesn't propose 'Run as unit test'. Tu run as junit :
    • select source file and use keybord shortcut (Alt+Shit+X T)
      • source file have to be named with test class name and being in the 'right' directory (like in java)
      • I only test with annotation (see source of samples projects listed on wiki)
    • create JUnit Launch configuration

0.0.3

  • try to fix a issue (NPE) if default folders doesn't exist

0.0.2

0.0.1

  • I fork the m2eclipse-scala project from sonatype and add the following feature
  • remove of scala-library, scala-compiler, scala-dbc, scala-swing from "Maven Dependencies" Container (under eclipse only)
  • re-order JRE Container and Scala Container (to avoid scala.ScalaObject NotFound and C° when use "Run As Scala Application")
  • add Scala-tools.org catalog
Popular Eclipse Projects
Popular Ide Projects
Popular Integrated Development Environments Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Scala
Eclipse
Ide
Junit