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 262835

Summary: Code-Folding for patch files
Product: versioncontrol Reporter: markiewb
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows an example
Shows the feature in Notepad++

Description markiewb 2016-07-16 17:04:57 UTC
Created attachment 160411 [details]
Shows an example

EXPECTED: Allow to fold sections in patches. 
The separator are lines like @@ -59,6 +59,7 @@
Comment 1 markiewb 2016-07-16 17:08:49 UTC
Created attachment 160412 [details]
Shows the feature in Notepad++

Usecase:
That feature is useful if you want to modify patches manually. You can collapse sections, which you do not want to see/modify. Or you can collapse a section and delete it in a batch. Currently I am using N++ for that.