Skip to content

IntelliJ platform plugin to center and resize the project window

License

Notifications You must be signed in to change notification settings

gwallet/intellij-windowsizer

Repository files navigation

Window Sizer

JetBrains IntelliJ platform plugin that allows the user to resize the project window of any IntelliJ based product (IDEA, PyCharm, etc).

License

Window Sizer is released under the Apache 2.0 license.

Installing

First, be sure to run your IDE with Java 8 Runtime using the about dialog box.

From the registry

Browse the plugin registry and search for Window Sizer

From source

Build the source using the following instruction, then run it to be sure it works. Then right-click on the module and select Prepare Plugin Module 'intellij-windowsizer' for Deployment, a JAR file will be created in the root directory of the project. Eventually, choose Install the plugin from disk ... to select the JAR created above and relaunch our IDE.

Building And Running

First step, be sure to follow the Plugin Development Guideline in order to setup your environment properly.

  1. Clone this repository,
  2. Open the project using IntelliJ IDEA Community Edition,
  3. Setup the correct IntelliJ SDK using Project Structure > Project > Project SDK,
  4. Be sure to compile with JDK 8 language level Project Structure > Project > Project language level > 8 - lambdas ...,
  5. Launch the plugin with the Plugin run configuration.

Voilà ! a new IntelliJ instance shows up, and the plugin is ready to use :)

You're ready to contribute, congrats !

Known Issues

Can not resize window when indexing

Just wait the end of the indexing process, then the menu items will be enabled.

Can not use the plugin with my IDE running on Java N, N < [1.]8

Breaking news, it's time to upgrade!

  1. Download your favorite flavor of the Java 8 Runtime or Java 8 Development Kit for you platform.
  2. Then see here for instructions about selecting the JDK version the IDE will run under.

About

IntelliJ platform plugin to center and resize the project window

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages