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 257246 - Can't collapse class annotations with more than one element inside.
Summary: Can't collapse class annotations with more than one element inside.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-21 14:47 UTC by Christian Lenz
Modified: 2016-05-25 07:05 UTC (History)
1 user (show)

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 Christian Lenz 2015-12-21 14:47:37 UTC
I create a plugin and have this piece of code: http://pastebin.com/64kM2FR6. What I expect is that I can collapse the action references annotation because of brackets and a lots of nested single ActionRef. inside. But I can't there is no plus in front of this annotation to expand/collapse this item.


Regards

Chris
Comment 1 Svata Dedic 2016-05-25 07:05:51 UTC
This is rather an enhancement. Folding support in Java is not designed for folding annotations.