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 254432 - No code folding for use statements
Summary: No code folding for use statements
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: junichi11
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2015-08-17 13:39 UTC by iii
Modified: 2018-06-29 19:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
proposed patch (6.84 KB, patch)
2017-07-22 03:08 UTC, junichi11
Details | Diff
screenshot (17.73 KB, image/png)
2017-07-22 03:08 UTC, junichi11
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iii 2015-08-17 13:39:00 UTC
In modern PHP applications the list of `use` statements can be quite long very often. If I remember correctly this has been done for Java long time ago.
Comment 1 junichi11 2017-07-22 03:08:03 UTC
Created attachment 164805 [details]
proposed patch

I'll apply this patch after NetBeans 9.0 is released.

Thanks.
Comment 2 junichi11 2017-07-22 03:08:35 UTC
Created attachment 164806 [details]
screenshot