Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shiraji/hidetoolwindowsex
- Owner: shiraji
- License: other
- Created: 2015-06-29T18:04:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T15:48:57.000Z (over 8 years ago)
- Last Synced: 2024-05-01T22:51:17.759Z (8 months ago)
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/7836
- Size: 85 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/RestoreSelect 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 IsogaiLicensed 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 athttp://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.
```