This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253658

Summary: "Keep marks" highlighting option for HTML editor
Product: web Reporter: stargazer2014
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description stargazer2014 2015-07-23 05:26:52 UTC
If I click on a class name all occurrences are highlighted as expected.

When I move the cursor away from the class name the marked occurrences remain highlighted until I click on a different class name. Now all occurrences of that newly selected class name remain highlighted.

<div class="grid">
  <section class="col-1-3">
   ...
  </section> 
  <section class="col-1-3">
   ...
  </section> 
  <section class="col-1-3">
   ...
  </section> 
</div>

Go to: Tools -> Options -> Editor -> Highlighting

I had disabled the "Keep Marks" checkbox for each of the languages in the Language drop-down (Java, C/C++, PHP).  But there is no HTML item, and no
"Keep Marks" checkbox for HTML.