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 127015 - Highlight matching Generics bracket
Summary: Highlight matching Generics bracket
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-08 17:55 UTC by _ gtzabari
Modified: 2013-09-02 14:21 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 _ gtzabari 2008-02-08 17:55:28 UTC
Netbeans should support highlight matching brackets for Generics <> brackets the same way it currently highlights
matching block braces {}.
Comment 1 Vitezslav Stejskal 2008-02-11 09:02:16 UTC
Umm, should not be hard to do. The problem will be with <> chars that are part of conditions (eg. in 'if' statement),
because the braces matcher does not have semantic information.
Comment 2 Jan Lahoda 2008-02-11 09:05:10 UTC
IIRC, we already have an enhancement for this. Unfortunately, I think it is quite hard to do - parse trees are not
available during bracket matching.