Can Poyrazoğlu
Can Poyrazoğlu

Reputation: 34790

Android Studio hint not auto hiding

I've accidentally changed pinned/floating mode settings on a hint window. Now, the hint appears but doesn't hide as it should. Here is the demonstration of the issue:

enter image description here

As seen on the GIF above, hint window displays correctly, but doesn't close when it should close. How can I make it behave normal? I've tried all the modes (docked, floating, pinned...) but none of them result in the behavior that I want.

Upvotes: 7

Views: 796

Answers (1)

Javaru
Javaru

Reputation: 31946

The quick documentation window is a bit unique. It can function as either a pop-up (the default) or a tool window. Right now you are in Tool Window mode. All the settings you talked about (float, dock, pinned, etc.) are tool window settings. What you want to do is restore it to pop-up mode clicking the red X in the tool bar of the window:

enter image description here

...or by using the "Quick Documentation" short cut Ctrl+Q or ,J on a Mac.

Upvotes: 13

Related Questions