#748 fan4idea v0.0.5 released

drorb Thu 17 Sep 2009

Just released fan4idea version 0.0.5 - Fan language support for IntelliJ IDEA.

Some of the new features in this release:

  1. Debug support
  2. Pod run configuration
  3. Pod Test run configuration
  4. Find usages
  5. Type names in console linked to source code
  6. Parameters info
  7. Auto insert of closing brace
  8. Many bug fixes

For more info see the detailed release notes

andy Thu 17 Sep 2009

Nice work drorb.

DanielFath Thu 17 Sep 2009

drorb is there another repository? IntelliJ Idea's repository seems to be down ATM.

drorb Fri 18 Sep 2009

Daniel the Jetbrains repository issue was fixed. I will upload the plugin to the wiki as well

Akcelisto Sat 19 Sep 2009

I have WinXP. Compilation failed:

Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
Error:Failed to compile module, could not find build file: D:/Programs/fan\bin\fan.exe

Path is properly but slashes is strange.

drorb Mon 21 Sep 2009

Hi Akcelisto

The problem is that your module build script was not found. You can update the build script path in the "Pod editor" tab of your module settings. The error message is wrong, it should show the path to the module build file. Created a new Jira issue FANP-89.

Login or Signup to reply.