How to dock "find in path" window
Answered
By default "find in path" window is flying in the middle of the screen (see 1st screenshot).
If I remember correctly It used to be a different layout in older versions when this window was docked to the bottom panel of the IDE.
It is still possible to temporary dock it by pressing "Open in Find Window" but can this "docked" layout be fixed as permanent/default ?
Please sign in to leave a comment.
It was a dialog before and only results appeared at the bottom in the docked tool window.
What has changed is that it's now a popup instead of the dialog.
`-Dide.find.as.popup=false` in Help | Edit Custom VM Options will restore the original dialog.
Awesome! Thank you very much! Worked as you said.