-
leiffrenzel added ttencate to the Haskell support for Eclipse project.
2009-04-25 17:29:54 UTC in Haskell support for Eclipse
-
This would be particularly nice in literate files. Eclipse's text editor supports spell checking, we just need to find out what we have to add so that we inherit it.
2008-04-22 20:47:39 UTC in Haskell support for Eclipse
-
Hi, thanks for the report.
I'm closing this as a duplicate, though, see
[ 1924453 ] [Editor] wrong syntax coloring for single single-quote
Thanks && ciao,
Leif.
2008-04-20 19:16:36 UTC in Haskell support for Eclipse
-
When moving a Haskell source file out of a source folder via DnD, this message appears in the log:
java.lang.IllegalArgumentException: /exp_ghcapi/GHC_API.hs is in no source folder in project exp_ghcapi
at net.sf.eclipsefp.haskell.core.util.ResourceUtil.getSourceDirRelativeName(ResourceUtil.java:229)
at...
2008-04-12 13:42:47 UTC in Haskell support for Eclipse
-
Should be done sometime after the Hackathon.
2008-04-11 19:03:19 UTC in Haskell support for Eclipse
-
The endgame starts when all planned features and fixes are in the repo. It
consists of making the builds, testing, putting the builds onto the
servers
and spreading release information.
- builds for all platforms: win32, linux, macosx
- build types: site, onestop
- go through the test plan: net.sf.eclipsefp.haskell-feature/INTERNAL/qa/
- verify all tracker items for the milestone
-...
2008-04-06 13:34:25 UTC in Haskell support for Eclipse
-
It seems that Haddock 2.0 needs the GHC lib directory passed via the '-B dir' option.
We could figure out that location, but we need to make sure that we don't break the functionality for older versions. So best would be to check if Haddock has a version higher than 2.x and then pass the GHC lib dir (from the current hs impl).
2008-04-06 10:07:32 UTC in Haskell support for Eclipse
-
Currently, the user has to enter a Haskell implementation (i.e. atm GHC) manually. Many times we will probably be able to detect it either from the PATH or from Cohatoe's detection mechanism. We could then automatically create a Haskell implementation entry and the user needs only adjust if it is not what they want.
This is more 'nice to have'.
2008-04-05 21:47:50 UTC in Haskell support for Eclipse
-
Implemented the skeleton for this (declarations in plugin.xml, editor context menu, skeleton Haskell source).
Deferring to one of the next milestones, since this is a nice task for the Hackathon.
2008-04-05 21:24:11 UTC in Haskell support for Eclipse
-
Turns out the API behaviour is correct. Adjusted the test case. Closing.
2008-04-05 20:32:34 UTC in Haskell support for Eclipse