Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shiraji/hidetoolwindowsex

Intellij Plugin Hide Tool Windows Ex
https://github.com/shiraji/hidetoolwindowsex

Last synced: 2 months ago
JSON representation

Intellij Plugin Hide Tool Windows Ex

Awesome Lists containing this project

README

        

# Hide Tool Windows Ex

Too tired to cmd+shift+F12 (or ctrl+shift+F12)? Use this plugin!
Hide Tool Windows Ex is the plugin to hide tool windows as soon as you start typing.
It also has the functionality to restore the tool windows.

![screenshot](website/images/hide_tool_windows.gif)

## Installation

Use the IDE's plugin manager to install the latest version of the plugin.

or

[Download](https://github.com/shiraji/HideToolWindowsEx/blob/master/HideToolWindowsEx.jar?raw=true) jar file and then go to Preferences > Plugins > Install plugin from disk...

## Usage

To hide/restore selected tool windows
Tools > Hide Tool Windows Ex > Hide/Restore

Select which tool windows should be hidden using
Tools > Hide Tool Windows Ex

* Hide Right Tool Windows
* Hide Left Tool Windows
* Hide Bottom Tool Windows

### Migration

You can migrate default's "Hide All Tool Windows" to "Hide/Restore"

* Remove key map for "Hide All Tool Windows"
* Add the same key map to Plugins > Hide Tool Windows Ex > Hide/Restore

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

## History

### ver 0.0.3

Fix the problem with trigger

### ver 0.0.2

Fix the problem with initialization

### ver 0.0.1

Initial release

## License

```
Copyright 2015 Yoshinori Isogai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```