/intellij-extra-icons-plugin

IntelliJ IDEA (and other JetBrains products) plugin that registers some extra icons for common files like travis.yml, appveyor.yml, editorconfig, gitlab-ci, jenkinsfile, etc.

Primary LanguageJavaMIT LicenseMIT

Extra Icons

Intellij IDEA (Community and Ultimate) plugin that adds icons for files like Travis YML, Appveyor YML, etc.
Starting from version 0.4, it works with all JetBrains products like WebStorm, DataGrip, etc.

Download plugin on GitHub, JetBrains Plugins Repository or via IntelliJ IDEA (File, Settings, Plugins, Browse repositories...).

Author

Jonathan Lermitage (jonathan.lermitage@gmail.com)
Linkedin profile: jonathan-lermitage-092711142

Contributors

Build

Gradle commands

  • build plugin: ./gradlew buildPlugin. See generated jar: build/libs/ij-extra-icons-x.y.z.183.jar.
  • run IDE with plugin: ./gradlew runIde.
  • check for dependencies updates: ./gradlew dependencyUpdates -Drevision=release -DoutputFormatter=plain -DoutputDir=./build/.

Branches

  • master: plugin is compatible with 183.0+ IDE builds (2018.3 and newer).
  • ide173: plugin is compatible with 173.0+ IDE builds (2017.3 and newer), but doesn't support AngularJS icons.

Contribution

Open an issue or a pull-request. Contributions should be tested on both master and ide173 branches, unless your code targets 183.0+ IDE builds.
Please reformat new and modified code only: do not reformat the whole project or entire existing file (in other words, try do limit the amount of changes in order to speed up code review).

License

MIT License. In other words, you can do what you want: this project is entirely OpenSource, Free and Gratis.

Screenshot

Dark Screenshot

Screenshot

Config Panel Screenshot