Skip to content

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

License

Notifications You must be signed in to change notification settings

yoavain/intellij-extra-icons-plugin

 
 

Repository files navigation

logo
Extra Icons



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

Download plugin from JetBrains Plugins Repository or via your JetBrains IDE (File, Settings, Plugins, Browse repositories...).

  1. Build
  2. Contribution
  3. Known issues
  4. License
  5. Credits
  6. Screenshots

Build

Install JDK8+. You should be able to start Gradle Wrapper (gradlew).

Gradle commands

$ gradlew buildPlugin        # build plugin to build/distributions/*.zip
$ gradlew runIde             # try plugin in a standalone IDE
$ gradlew dependencyUpdates  # check for dependencies updates
$ gradlew verifyPlugin       # validate plugin.xml descriptors as well as plugin’s archive structure
$ gradlew runPluginVerifier  # check for compatibility issues with IDE
$ gradlew test               # run tests

Branches

  • ide203: (future active branch) plugin is compatible with 203+ IDE builds (2020.3 and newer). It contains features that need capabilities introduced in IntelliJ 2020.3. Will be rebased onto ide201 once IntelliJ 2020.3 becomes the new minimal supported version: the Extra Icons plugin is using some deprecated IJ code that will be removed in IntelliJ 2021.3.
  • ide201: (active branch) plugin is compatible with 201+ IDE builds (2020.1 and newer). It contains features that need capabilities introduced in IntelliJ 2020.1.
  • master: plugin is compatible with 183+ IDE builds (2018.3 and newer). this branch is terminated.
  • ide173: plugin is compatible with 173+ IDE builds (2017.3 and newer), but doesn't support AngularJS icons. this branch is terminated.

Contribution

Open an issue or a pull-request:

  • feature request -> support new icons: please provide SVG (with height="16" width="16" header) or 32x32 PNG (with transparency) file(s) and filename patterns.
  • contributions: they should be tested.
    Please reformat new and modified code only: do not reformat the whole project or entire existing file (in other words, try to limit the amount of changes in order to speed up code review).
    To finish, don't hesitate to add your name or nickname (and LinkedIn profile, etc.) to contributors list ;-)

Known issues

See KNOWN_ISSUES.md and GitHub open issues.

License

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

Credits

🤝 Contributors

Thanks for their Open-Source licence to their amazing IDEs.

🤝 Syntevo

Thanks for their licence for SmartGit (an excellent graphical Git client, free for non-commercial projects).

Screenshots

Dark Screenshot

Screenshot

Config Panel Screenshot

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.1%
  • Kotlin 2.5%
  • Other 2.4%