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 - Collapse/expand Standard Functional Interfaces lambda expression
Summary: Collapse/expand Standard Functional Interfaces lambda expression
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 10:54 UTC by FiruzzZ
Modified: 2016-10-21 10:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (409.83 KB, text/plain)
2016-10-21 10:54 UTC, FiruzzZ
Details

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