DeltaEscher / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Auto-indenting for xml/html files #508

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I type the following in an XML file:

    <tag>(Enter)

Editra will give me this: (* is the cursor)

    <tag>
    *</tag>

I would expect to see this instead (autoindented and an extra line added.)

    <tag>
        *
    </tag>

I have seen other editors do this, and it makes typing markup a lot faster.

Original issue reported on code.google.com by craig.ds@gmail.com on 29 Apr 2010 at 2:40

GoogleCodeExporter commented 8 years ago

Original comment by CodyPrec...@gmail.com on 29 Apr 2010 at 1:31

GoogleCodeExporter commented 8 years ago

Original comment by CodyPrec...@gmail.com on 1 May 2010 at 3:12

GoogleCodeExporter commented 8 years ago
Done for next release

Original comment by CodyPrec...@gmail.com on 10 Jun 2010 at 3:52