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 268626

Summary: Collapse/expand Standard Functional Interfaces lambda expression
Product: ide Reporter: FiruzzZ
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: IDE log

Description FiruzzZ 2016-10-21 10:54:31 UTC
It would be nice to be able to collapse/expand standard Functional Interfaces, when it has more than one statement of course..

//this would be nice to collapse
button.addActionListener(e -> { 
	calcularSubTotal();
	...more and more...
	anotherMethod();
);

Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time
Comment 1 FiruzzZ 2016-10-21 10:54:39 UTC
Created attachment 162585 [details]
IDE log