Notepad++ Gurus: how to unhide notepad++ search-result window

10

2

When you use find-all and find-in-files in Notepad++ a search-result window appears below the screen. On my system this window have been hidden (possible I have dragged it to minimize) and it cannot be unhide.

I have tried to drag all bars in notepad++ window; but nothing was able to unhide it. The window is still there - somewhere in dark - and if I press F7 and enter, the first search result will be open. but the search-result window is still hidden.

PyGuy

Posted 2014-12-02T11:09:16.857

Reputation: 403

Question was closed 2014-12-09T10:05:03.230

A simple solution is to delete folder %APPDATA%/Notepad++ and re-open Notepad++. It will start fresh (and somehow keep the plugins you installed but not their settings). – Jean-Francois T. – 2017-05-11T03:02:51.253

Answers

16

My search window was un-docked and it had went out of the screen for some reason I didn't get.

This time I searched for a word, and chose Search All Opened Documents', then I pressed F7 so the cursor goes to the 'Search Window'.

Then I used the old Alt+Space, M to move that window. And it worked! it was somewhere in the middle of a non-existent screen.

PyGuy

Posted 2014-12-02T11:09:16.857

Reputation: 403

How do you move after pressing Alt+Space, M ? – Jean-Francois T. – 2017-05-11T03:00:48.253

using arrow keys (right - left, up, down). – PyGuy – 2017-09-25T08:44:01.107

In Windows 10, with monitors set to different scaling (e.g. one has high pixel density), it may help to make sure Notepad++ is on the FIRST monitor. Notepad++ seems to be confused by multi-monitor scaling. Worst case, detach other monitors and sign out/back in, then re-open Notepad++, then do the trick in this answer to get hold of the lost window. – ToolmakerSteve – 2018-03-26T21:01:01.143

3

As posted on a previous answer on a relevant question, have you tried this solution?

  1. Mouse over to the top section of the status bar

  2. The cursor will change to the vertical resize shape

  3. Hold it using the left mouse click, and drag it upward to reveal the missing search result window

nemf0z

Posted 2014-12-02T11:09:16.857

Reputation: 56

Can you provide a link to the relevent question please? – CLockeWork – 2014-12-02T11:27:58.310

here you go ! :) – nemf0z – 2014-12-02T11:31:39.807

no, that was not possible.but the problem was something else. – PyGuy – 2014-12-04T09:15:58.367

Faced the same issue and this answer solved it for me. – Dchucks – 2017-05-18T14:57:17.010