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 - Code-Folding for patch files
Summary: Code-Folding for patch files
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-16 17:04 UTC by markiewb
Modified: 2016-07-16 17:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows an example (51.61 KB, image/png)
2016-07-16 17:04 UTC, markiewb
Details
Shows the feature in Notepad++ (63.81 KB, image/png)
2016-07-16 17:08 UTC, markiewb
Details

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