msgbartop
Just a little about development! Think before you write!
msgbarbottom

09 Jun 08 GEdit plugin formatting Ruby and ERB code now!

I have published some time ago a GEdit plugin for formatting Ruby code.

Now I just updated the plugin and added support for formatting html.erb and .xml.erb files too.

The main idea  is to make this plugin a generic language code formatter for GEdit, contributions are welcome.

As told before, to install it, grab the source from GitHub and copy all files to ~/.gnome2/gedit/plugins.

To download the files using Git use the following command line:

git clone git://github.com/urubatan/gedit_formatter.git

If you want to contribute just send a pull request in GitHub or send me a patch by e-mail.

To use the plugin, just press CTRL+ALT+F after installing and enabling it.

If you do not have git installed, you can download a tarbal with the latest sources from this link.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: , , ,

Reader's Comments

  1. |

    i’m not (yet) using your plugin. but i would if it supported html, xml, javascript and actionscript3 :-)

    maybe you could write these or publish a tutorial on how to write source code formatters for gedit in general?

    thank you

    Reply to this comment
  2. |

    Hi ramon,
    The code for formatting ERB can be used to format HTML and XML too, but I want to integrate tidy for this work, I think next week I can publish a version with this integrated.
    javascript and actionscript 3 will be a little more dificult, but we can work that out.

    The plugin uses command line utilities to format the code, I’ll publish a tutorial on how to integrate other formatters ASAP, thanks for the tip.

    Reply to this comment
  3. |

    [...] soon.Give it a try if you use GEdit to work with rails, and wait for more languages support soon!http://www.urubatan.info/2008/06/gedit-plugin-formatting-ruby-and-erb-code-now/Software Review - MapForce 2008 From Altova Blogcritics.orgIf you regularly have to convert data [...]

    Reply to this comment
  4. |

    hope it support for php :)

    Reply to this comment
  5. |

    Could you publish the tutorial about how to integrate other formatters?, I would like integrate Jalopy.

    Regards

    Reply to this comment
  6. |

    It doesn’t work for me on .erb files. Any suggestions?

    Reply to this comment

Leave a Comment