Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 888 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 888 Bytes

idea-clean

A tool to recover idea popups in multiscreen setups. Sometimes floating popups in IntelliJ products end up in unaccessible locations, expecially while using multiple screen with different resolutions or aspect ratios. Upon invoking of cli tool, the position cache will be deleted and the floating popups should reappear on the current screen center.

build

You will need cargo.

Clone this repo and cd into it, then do

cargo build

usage

Invoke with

./target/debug/idea-clean /path/to/.idea

.idea being the folder containing the settings and the view cache for clion/idea/pycharm projects idea-clean will modify the .idea/workspace.xml file and create a backup in the same folder

lazy typer

alias clean="path/to/target/debug/idea-clean /path/to/.idea"