5

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

mbonnin
  • 6,893
  • 3
  • 39
  • 55

1 Answers1

3

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

-Dide.find.as.popup=false

marc
  • 116
  • 8