-
For OCaml use OcaIDE (another Eclipse plugin).
Works quite well for me.
2009-11-12 08:28:10 UTC by Adam C
-
Er, works here. Eclipse finds the repository. In a web browser you'll get a 403 because there is no directory indexing, but try http://eclipsefp.sf.net/updates/site.xml, you should see the xml file where 1.108 is the latest release.
2009-10-27 07:53:23 UTC by jpmoresmau
-
Hello, I've tried to install eclipse-fp but found that Eclipse update site (http://eclipsefp.sf.net/updates) isn't working. Eclipse says "No repository found" and browser says error 403.
Thanks.
2009-10-24 05:16:40 UTC by https://www.google.com/accounts
-
jpmoresmau made 2 file-release changes.
2009-10-23 13:26:02 UTC by jpmoresmau
-
jpmoresmau made 1 file-release changes.
2009-10-23 13:25:01 UTC by jpmoresmau
-
jpmoresmau made 1 file-release changes.
2009-10-23 13:21:01 UTC by jpmoresmau
-
jpmoresmau made 1 file-release changes.
2009-10-23 13:20:01 UTC by jpmoresmau
-
This is done in JP's branch. We have an additional Scion command called backgroundTypecheckArbitrary that takes the file name and the unsaved contents. It then uses the GHC API to reload the source using a Target with content. Note that this cannot work on sources that need preprocessing (like the Scion sources). In this case a warning is displayed in the Error log.
2009-10-12 15:13:40 UTC by jpmoresmau
-
In JP's branch. Open Definition takes the selection if the length of selected text >0. If not, we use thingAtPoint to try to get the name of what we have. If that fails, we use a simple parsing algorithm to try to get the full identifier name.
2009-10-07 15:48:46 UTC by jpmoresmau
-
In JP's branches of eclipsefp and scion, we can now generate output through the load command. When a project is built this is what happens, so the final file is generated in the .dist-scion folder.
2009-10-07 07:43:07 UTC by jpmoresmau