I just installed the EclipseFP plugin into my Eclipse setup (on Win7 32bit, if that matters), following the instructions. Then I followed the directions in the Eclipse help docs to create a Hello World project successfully.
However, I'm fairly certain something is wrong, though I cannot figure out what. First of all, there's no syntax highlighting, even if I explicitly open files with the Haskell Editor. Secondly, hitting run launches the GHCi console in the Console tab. This is actually fairly useful, but does not sound right, since it doesn't run the file, only compile and load it. Additionally, the Outline view is empty, even when I open a moderately large Haskell file.
Last but not least, the project initially reported there was no Haskell implementation configured. I went into the preferences (though this is not described as being necessary anywhere) and manually added a GHC implementation, pointed to the bin directory of my Haskell Platform installation. As best I can tell, however, this has had no effect.
I debated posting this on SO or here, and decided it made more sense here, but I can't imagine anyone other than a programmer being able to answer this. Does it make sense to cross post / move to SO?
Thanks for your help!
