Skip to content

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

License

Notifications You must be signed in to change notification settings

dmoebius/intellij-tool-windows-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages