/Intellij-IDEA-Plugin-Background-Image

A plugin for Intellij IDEA that lets you set a background image for your editor windows

Primary LanguageJava

BackgroundImage - plus for Jetbrains family of IDEs

This is a plugin for Intellij IDEA, it lets you change the background for your editor window to any of a random set of images that the user supplies. The trick to using several images is to edit the location text box to point at a directory instead of a specific image. It will then pick a random image from that directory.

Here is the entry for this plugin in the Intellij IDEA plugin repository.

NOTE

Works on Mac OSX - but only seems to handle gif files (png and jpg dont show the code on top of the image :( )

Screenshot

Sample

TODO

  • handle png and jpg images on OSX (works on Windows)
  • upon changing the image path/url, handle properly the restart (or remove requirement to restart)

BACKGROUND

Info on making a plugin work with the whole family of IDEA editors: