Skip to content

mcmil/wuff-intellij-plugin

Repository files navigation

Wuff IntelliJ Plugin

Release Current

A plugin which attempts to ease Eclipse E4 development using Wuff in IntelliJ IDEA. To try it out, you can use the Wuff e(fx)clipse project

###Latest news

  • 0.2.0 Released as stable with new features and IntelliJ Idea 14 compatibility.
  • 0.2.0.alpha pre-release: Wuff 0.0.13-SNAPSHOT changes introduced (broken compatibility with 0.0.12)

###Releases Newest release available at JetBrains Plugin Repository.

  • 0.2.0: Compatibility with Wuff 0.0.13-SNAPSHOT. Supports Equinox restart. Tested for IntelliJ Idea 14.
  • 0.1.0: Wuff Run Configuration for running a project built with Wuff

###Features

  • Starting the application straighlty from the IDE (without using gradle)
  • Incremental builds for classes and resources (gradle build not required)

Run configuration screen, along with available options is shown on the screenshot below: wuff run configuration

#####Notes:

  • Currently tested only for e(fx)clipse
  • In case a change in manifests or dependencies, a gradle build is required (at least the task prepareRunConfig must be executed)
  • IntelliJ Idea in version at least 13.1.4 is required at the moment (Gradle projects are imported in a different way in version 13.1.3)
  • The released version works with 14.1, although the trunk has some minor issues (e4xmi analysis does not work).