Matching tag functionality

Are you missing a feature? Request its implementation here.
Makka

Matching tag functionality

Post by Makka »

I've been editing a large HTML document and turning it into XHTML and one of the issues has been trying to track down matching pairs of start and end tags. A simple function that allows you to locate a matching tag (or prompt an error if there is none) would be handy. Maybe right click a tag and select find matching tag. Maybe also as useful would be an auto highlight option for matching tags like the matching brace and bracket highlighting in some IDE's.
george
Site Admin
Posts: 2097
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

The outliner should select an element even if that element does not have a closing tag, just click on that element. As this information is already available it should be not difficult to implement features like fixing the closing tags automatically or matching the start and end tag. We will surely have them in future releases of oXygen.

Best Regards,
George
Post Reply