OcaIDE
OcaIDE copied to clipboard
An OCaml plug-in for Eclipse
when i run *.byte file , the console says "Cannot exec ocamlrun" or the Custom Toplevel says "Cannot exec ocamlrun Process ended with exit value 2" what should i do...
In order to make OcalIDE more accessible to Eclipse IDE user, it would be nice to add the file associations on Marketplace so marketplace client in Eclipse IDE can suggest...
When I try ctrl+space on "print" or "print_" I do not get any suggestions from content assist. In the same time it works for some other modules (like List) I...
When I installed ocaIDE from url http://www.algo-prog.info/ocaide/ via regular Eclipse installation help was missing. I had to copy help plugin manually from repository. Eclipse Version: Kepler Service Release 2
Yesterday I coded something. When I started typing `List.rev`, exactly after typing the dot, a drop down list of all functions exposed by the interface appeared, with the documentation of...
Hi, I would like to contribute my recent development to your OcaIDE tool. Below are summary of what I have done. Please feel free to merge and contact me if...
Eclipse does this only for Java
Please, add support for the latest OCaml releases.
Commit e01081d5b30f2036e0aba01c74803fa1985c69ab breaks "Script file to execute in the debugger" feature (state == State.Starting3a).
Thank you for developing this IDE. The "put breakpoint" does not work on my system and it turns out the problem is at Ocaml/src/ocaml/debugging/OcamlDebugger.java line 1024 ``` Pattern patternBreakpoint =...