End tag autocompletion bug

Are you missing a feature? Request its implementation here.
jawalsh@indiana.edu

End tag autocompletion bug

Post by jawalsh@indiana.edu »

I am working on a TEI document. Although the document is valid, anytime I try to end a tag, Oxygen inserts "</item>", when it should be inserting "</div>", "</p>", or some other tag. Additionally, "/item" appears as an element in the element list. Of course, "/item" is not an element--"item" is. I have tried opening and closing the document. And quitting and restarting Oxygen, but the problem persists.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

Please post a sample document or send it to support@oxygenxml.com.

See below some comments about closing tag in the completion list.
Oxygen adds in the content completion list the end tag of the last opened element, for instance having something like:

Code: Select all


<div>
...
<item>
<
Oxygen will offer /item> in the completion list.

Having something like:

Code: Select all


<div>
...
<item>...</item>
<
and assuming that all the other tags that appear are also closed then Oxygen will offer /div> in the content completion list.

Best Regards,
George
Post Reply