Notepad++ search box has disappeared

12

3

I inadvertently detached the search box from the main Notepad++ window. Now that I am using a different multiple display configuration, I can no longer "see" or "find" the search window.
Can someone please tell me how to re-anchor the search window to the main window w/o being able to see it? I am using Windows 7.

Sheri

Posted 2014-06-02T13:51:53.263

Reputation: 121

More answers in Notepad++ keyboard shortcut to toggle "Find Result" window

– MiFreidgeim SO-stop being evil – 2017-07-23T05:35:43.427

2So, when you send Ctrl+F or Search->Find the Find windows doesn't show up? Which version are you using? – slybloty – 2014-06-02T13:58:47.520

Answers

24

If the search box you are talking about is indeed the standard search box you can view when you press Ctrl+F or Search->Find, then one way to regain your window is like you do with every other window in Windows that has default handling:

  1. Press Ctrl+F or Search->Find to assure your find window is in foreground and focussed.
  2. Press Alt+Space to open the Window Context Menu of your Find window.
  3. Press Down and Enter to select the Move entry of your context menu.
  4. Press one of the Arrow Keys at least once.
  5. Move your mouse. The Window should now follow your mouse cursor. Place it wherever you need it, and click.

If that doesn’t help you, please answer what slybloty asked as a comment in your question.

private_meta

Posted 2014-06-02T13:51:53.263

Reputation: 2 204

2Brilliant! The purpose of that "move" menu eluded me for 20+ years – mpowrie – 2016-07-04T00:37:08.187

Upvote - that worked for me too. – andyb – 2016-07-05T23:44:15.010

I was getting ready to reinstall Notepad++. You're wonderful! Thank you! – Joe – 2016-11-15T20:30:27.090

2you should press M to access the Move menu item, because the first (and highlighted) one is Restore – phuclv – 2017-05-12T02:01:38.700

1Also just for good practice, CTRL+F works in pretty much every program that has a search feature – CobaltHex – 2014-06-02T14:23:21.220

2

I got the same issue and what I did was to clear-up the %APPDATA% folder.

  1. Close Notepad++
  2. Rename the file %APPDATA%/Notepad++/config.xml to %APPDATA%/Notepad++/config_BAK.xml (or just delete it)
  3. Re-open Notepad++

This will reset your settings.

If you want to re-use some old settings, you can merge them from the copy of config.xml back to the new one created.

I worked for me. Hope it can help others.

Jean-Francois T.

Posted 2014-06-02T13:51:53.263

Reputation: 428

1

Win + left/right arrow keys to rearrange windows.

lama12345

Posted 2014-06-02T13:51:53.263

Reputation: 151

0

Download this small (but awesome) utility called SheepDog http://sheepdog.codeplex.com/releases/view/18974 and run it.

Open Notepad++ Search box or any program whose windows go out off screen.

Right click on SheepDog tray icon and choose the option to Rearrange Windows.

Hoang Huynh

Posted 2014-06-02T13:51:53.263

Reputation: 181

0

Try reinstalling Notepad++ without installing it to %APPDATA%.

  1. Uninstall Notepad++
  2. Reinstall Notepad++ and check Don't use %APPDATA%

Jordi

Posted 2014-06-02T13:51:53.263

Reputation: 1