code-beautifier.tmbundle icon indicating copy to clipboard operation
code-beautifier.tmbundle copied to clipboard

Formatter in a separate lib

Open arvicco opened this issue 13 years ago • 1 comments

It seems that you have developed the most advanced opensource Ruby code formatter. It is a pity that it's currently trapped in a Textmate-specific bundle. It would be great if you separated this lib so that developers of Ruby beautification tools for other editors and IDEs are able to leverage it. Any plans to do this?

arvicco avatar Jun 06 '12 07:06 arvicco

This project is a a bit of a dead end, in that is it is based on regular expressions which aren't a very good way of parsing code and I've recently stopped using TextMate and so I am no longer developing this. However if you were interested then you would be more than welcome to extract the guts of this code into a gem that would be easy to plugin into other editors.

mocoso avatar Jun 21 '12 19:06 mocoso