/intellij-tool-windows-actions

IntelliJ plugin to add some helpful tool windows actions missing in vanilla IntelliJ

Primary LanguageJavaMIT LicenseMIT

IntelliJ Tool Windows Actions Plugin

This IntelliJ plugin adds just one action to IntelliJ:

  • Hide Bottom Tool Windows (Ctrl+ESC)
    Hides all bottom tool windows at once.

The plugin should work on all IDEA applications, ie. PyCharm, Resharper etc., but only IntelliJ IDEA has been tested.

This plugin is a fork of the SimpleActions plugin by Etienne Studer. It has exactly the same action, but it also bundles some other actions, which don't work anymore and produce errors. It's not maintained anymore.

Build & test

./gradlew runIde

Publish plugin

./gradlew publishPlugin

but you'll need a deploy key, aka "Jetbrains Hub permanent token". Add file gradle.properties to the project's root with content:

intellijPublishToken=<your-token>

Don't commit this file!

See Publishing Plugins with Gradle for more informations.