Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I make Android Studio always open search results in the "find window"?

Lately, Android Studio started opening search results (Ctrl + Shift + F) in a intermediate window like this:

enter image description here Is there any way I can have it open search result in the "Find Window" automatically instead of having to press Ctrl + Enter ?

I'm using Android Studio 2.4 Preview 6

like image 644
mbonnin Avatar asked Oct 17 '22 13:10

mbonnin


1 Answers

in the menu Help>>edit custom VM options , set the following

-Dide.find.as.popup=false

like image 75
marc Avatar answered Oct 21 '22 01:10

marc