Disable main window floating text "Search Everywhere, Project View, Go to File"...
I often use the Terminal or Python Console within PyCharm without a script file open, which means this floating text from the main window covers the terminal. How do I turn off the floating text?

请先登录再写评论。
The issue is not reproduced for me.
Screenshot:
Can you please share the entire IDE screenshot (as in my example)? This will give us a clue to reproducing this issue.
Also, please check related KB article How to disable list of actions after IntelliJ IDE opens
Here it is in a new project, I'm on PyCharm 2025.2.1 RC2 in Windows 11 Pro 24H2
1. Did solution from KB article How to disable list of actions after IntelliJ IDE opens help?
2. If no, please disable all non-bundled plugins and restart
Yes, disabling "Editor.Paint.empty.text" in the registry turned off the text as a workaround. Thanks!