Environment:
Windows XP, SP3
Clean install of jEdit 4.5.1
Java 6 Update 31
After jEdit install, use Plugin Manager to install latest XML, Hyperlinks and prerequisites
Symptoms: Tags match/highlight correctly, incorrectly or not at all
In the attached file I get the following results when clicking in the tag listed:
<html> matches </html>
<head> matches <body>
<div id="booth"> matches correct closing </div>
<div id="console"> matches correct closing </div>
<div id="imageDiv"> shows no matching tag
<div id="dashboard"> shows no matching tag
<div id="effects"> matches the first <a> under <div id="controls">
<div id="controls"> shows no matching tag
<div id="videoSelection"> matches the last <a> under <div id="controls">
Matching worked correctly in jEdit 4.4. I'm not sure if this is a problem with the plugin or core jEdit.
test file for tag matching issue