Unhide the search window
-
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.
-
two solutions :
- easy one => remove config.xml file (C:\Users\xxxxxxxx\AppData\Roaming\Notepad++\config.xml), a new one will be created with valid parameters
- tricky one => fix the config.xml. Something might be wrong in
<GUIConfig name="DockingManager" leftWidth="454" rightWidth="337" topHeight="200" bottomHeight="143">
-