nbros / OcaIDE

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

Clean-up refactoring #22

Closed zepalmer closed 9 years ago

zepalmer commented 9 years ago

Hello, there! I've been doing a lot of OCaml development recently and have appreciated using OcaIDE. I'm hoping to have to time to contribute some updates and the like, though I wasn't able to register for the forums at http://www.algo-prog.info/ocaide/forum/index.php due to some kind of problem with the CAPTCHA service.

Anyway, I thought I'd get my feet wet with a simple refactoring. This commit moves the contents of the "ocaml.editor.newFormatter" package into the "ocaml.editor.formatter" package. I've also used JFlex and Beaver to regenerate the lexer and parser to make sure nothing about moving the generated classes causes a problem.

nbros commented 9 years ago

Hello,

I tried to merge your changes but it doesn't compile: there are still references to the newFormatter package that you deleted, both in the lexer and parser generated files.