nbros / OcaIDE

An OCaml plug-in for Eclipse
www.algo-prog.info/ocaide/
37 stars 19 forks source link

Fixes for OCaml 4.01, as well as some Toplevel usability issues. #12

Closed lowjoel closed 10 years ago

nbros commented 10 years ago

Hello, Thank you for your improvements! I have just released 1.2.18 which includes those commits (except the ExternalToolBuilder for building the plug-in jar, which includes a path local to your workstation).

lowjoel commented 10 years ago

Ah, right. Can the plugin jar step be made to work regardless of path?

nbros commented 10 years ago

To be honest, I don't think it's needed. You can develop in self-hosting mode, launching a runtime instance of Eclipse by using the "Eclipse Application" launcher type. And when I deploy it, I create an update site anyway, not a single jar.

lowjoel commented 10 years ago

Sure. I also use the Eclipse Application launcher type, but I found that script somewhere (StackOverflow? I can't really remember) so I thought I'd include it. It definitely helps in synchronising the dev version of Eclipse with the one you do your work in.

No problem -- just thought it might be useful.