Menu

#1171 XML split tag

None
closed-works-for-me
nobody
None
5
2017-11-05
2009-05-15
No

The XML split tag command does not work as expected if the caret is positioned immediately after the start tag. Consider the following XML fragment ("|" denotes the caret):
<a>
<b>|</b>
</a>
After executing the split tag command, the fragment looks as follows:
<a>
<b >|</b>
</a>
I.e., there as been added white space in the start tag instead of splitting it.

Discussion

  • Skeeve

    Skeeve - 2017-11-01

    Works with

    OS: Mac OS X 10.12.6 (x86_64)
    jEdit: 05.04.99.00
    Java: Oracle Corporation 1.8.0_152
    XML: 3.0.6

     

    Last edit: Skeeve 2017-11-01
  • Roman Tsourick

    Roman Tsourick - 2017-11-03

    Works for me also in svn version.

     
  • Eric Le Lay

    Eric Le Lay - 2017-11-05
    • status: open --> closed-works-for-me
    • Group: -->
     
  • Eric Le Lay

    Eric Le Lay - 2017-11-05

    Indeed.
    Thanks Skeeve, Roman for looking into this!

     

Log in to post a comment.