intellij-diff-plugin icon indicating copy to clipboard operation
intellij-diff-plugin copied to clipboard

Syntax highlighting for .diff files and .patch files in IntelliJ IDEs

Results 7 intellij-diff-plugin issues
Sort by recently updated
recently updated
newest added

Please note that I also updated the Copyright years and removed the `com.github.ManifestClasspath` plugin as it breaks the build on Windows actually (I built the plugin successfully on Windows myself)...

I know, it's a EAP, but… all other plugins I use do work with it. 😬

Some diff files only have `+`/`-` prefixes without any fancy headers related to git (or whatever program generated the diff). For example: ```diff text text - sub + add text...

If you open [this patch](https://salsa.debian.org/chromium-team/chromium/blob/master/debian/patches/system/nspr.patch), second file name will be highlighted as if there is a syntax error: > DiffTokenType.EOL_HINT, DiffTokenType.OTHER, DiffTokenType.UNIFIED_COMMON_LINE, DiffTokenType.UNIFIED_DELETED_LINE, DiffTokenType.UNIFIED_INSERTED_LINE, DiffTokenType.UNIFIED_LINE_NUMBERS or DiffTokenType.WHITE_SPACE expected, got '---...

bug

Please create some issues for open task so anybody knows what is to do and is able to help with this project.