How to get all HighlightsContainer of editor?
Peter Cheung <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <SG2PR01MB0348A36664186E0B8462B93DB5490@SG2PR01MB0348.apcprd01.prod.exchangelabs.com> |
Hi All How to get all HighlightsContainer of editor? Someone told me this code works, but HighlightingManager class is not in public package in netbeans 8.2, so it failed to compile. HighlightsContainer hc = HighlightingManager.getInstance(jtc).getBottomHighlights(); thanks from Peter