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 - "Keep marks" highlighting option for HTML editor
Summary: "Keep marks" highlighting option for HTML editor
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-23 05:26 UTC by stargazer2014
Modified: 2015-07-23 05:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.