Skip to content

ThexXTURBOXx/intellij-diff-plugin

 
 

Repository files navigation

intellij-diff-plugin

Syntax highlighting for .diff and .patch files in IntelliJ IDEA and other JetBrains IDEs.

Download

Development

This project was built using Java 21 and Gradle 8.12.

In order to open this project in IntelliJ IDEA, follow these steps:

  1. Install Java 21 JDK
  2. Define a project SDK named 21. If you have a Java 21 SDK already, you may choose to rename or clone it.
  3. Open the project and wait for IntelliJ to download the required libraries.
    (This may take a long time, because several hundred MBs are downloaded.)

Now, there are two run configurations , Run in IDE and Build Plugin.

  • Run in IDE allows you to launch an IntelliJ Community Edition with the plugin enabled.
    The IDE version is configured in build.gradle. Required files will be automatically downloaded.
    You can find version numbers here: stable | snapshots. See section com.jetbrains.intellij.idea. You can use Version or Build Number.
  • Build Plugin will generate build/distributions/intellij-diff-plugin-*.zip, which you can install in your JetBrains IDE.

To find out more about plugin development, please refer to the excellent official documentation: http://www.jetbrains.org/intellij/sdk/docs/

The old versions

If, for some reason, you need older versions of this plugin, see here:

Languages

  • Java 90.8%
  • Lex 7.5%
  • Shell 1.7%