Hi all, I want to add source code formatting / auto-indenting to the clojure plugin for eclipse.
I had asked other IDE plugin creators, and it seems that they leveraged the specifics of their respective platforms to do so. So I have nothing substantial to "steal from them" not requiring a fair amount of rework :-) I'm now facing the following two paths : * try to leverage Eclipse's way of doing clojure source code formatting / auto-indenting and create yet another lib for doing that very specifically * try to do it in clojure so that it can also be used as a standalone command-line / whatever utility for mass source code reformatting ... So what is my question ? :-) Do you know if pprint lib now is (or will in a near future) be able to handle this use case : that is not only formatting clojure code returned by the reader, but also clojure code as string, and potentially broken code (and so it would have to preserve comments, literal metadata in the exact form they were written, etc.) Do you know whether there is another existing effort to do this in plain clojure, or at least sufficiently independtly from an existing IDE framework so that I can painlessly reuse it ? Thanks in advance, -- Laurent --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---