ThomasR / intellij-diff-plugin

Syntax highlighting for .diff files and .patch files in IntelliJ IDEs
Apache License 2.0
19 stars 8 forks source link

Code folding by file #3

Closed singalen closed 5 years ago

singalen commented 5 years ago

A patch file can be quite huge. To concentrate on a relevant diff, it would be beneficial to use code folding to reduce the space taken by the irrelevant files in the diff.

ThomasR commented 5 years ago

Thanks for the suggestion, but I'm not sure I understand exactly what you mean. It should be possible to fold a whole file as well as hunks within that file

folding

Is that not working for you, or are you talking about introducing one more folding level?

singalen commented 5 years ago

Hm. When I filed the bug, I was under the impression that the collapse marks were not there, but now they are. Sorry for false alarm.