Skip to content

jonathanlermitage/IconViewer

 
 

Repository files navigation

logo
Icon Viewer 2

Intellij IDEA 2019.3+ (Community and Ultimate) plugin that allows you to preview project images as an icon in your project explorer.
Helpful if you have a lot of icons in your project, Icon Viewer 2 gives you a nice preview icon.

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..., Icon Viewer 2).

Author

Build

Gradle commands

  • build plugin: ./gradlew buildPlugin. See generated zip: build/distribution/Icon Viewer 2-x.y.z.193.zip.
  • run IDE with plugin: ./gradlew runIde.
  • check for dependencies updates: ./gradlew dependencyUpdates -Drevision=release -DoutputFormatter=plain -DoutputDir=./build/.

On Windows, you can look at the do.cmd helper script. Run do.cmd help to show available commands.

Contribution

Open an issue or a pull-request. Contributions should be tested on master branch.
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 to contributors list ;-)

License

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

Demonstration

Bigger images are scaled to 16x16.

Supported file formats are:

  • *.bmp
  • *.gif
  • *.jpg
  • *.jpeg
  • *.png
  • *.svg (tip: if Extra Icons plugin is active, you may want to disable its SVG support in order to diplay SVG files in place of SVG logo)

Supported when Android Support plugin is activated:

  • *.webm
  • *.webp

Files Supported by bundled TwelveMonkeys library, like *.ico, *.tga, etc. See File formats supported.

screeshot

About

🧩 Icon Viewer Plugin for IntelliJ IDEA based IDEs. This fork is active and focused on stability.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 67.6%
  • Makefile 24.0%
  • JavaScript 8.4%