GNOME Bugzilla – Bug 738038
Builder needs an auto-indent engine for XML
Last modified: 2014-10-17 05:24:31 UTC
We need an auto-indenter that can handle auto-indent/unindent. We already have GbSourceAutoIndenter abstract class. We just needs an implementation to handle this. Currently, there is one for C, that can serve as an example of how to use the API. This is a good self-contained task if someone wants to start contributing to Builder.
Created attachment 288717 [details] [review] auto-indent: add a rudimentary xml indenter Emphasis on the rudamentary.