peter-frentrup / NppMenuSearch

Notepad++ Menu Search Plugin
Other
39 stars 11 forks source link

The search results window doesn't remember its size #23

Closed ArkadiuszMichalski closed 2 years ago

ArkadiuszMichalski commented 4 years ago

I see that search results window is resizable (by dragging edges or corners). But the new size is not saved and the default value is used when NPP is restarted. Size of this window can be saved in config file.

bahusoid commented 3 years ago

I think it's the same issue as mine https://github.com/peter-frentrup/NppMenuSearch/issues/8

In short: Size is saved correctly if not maximized window is used (author's use case). When window is maximized it's not saved correctly.

You can try using my mod https://github.com/bahusoid/NppMenuSearch/releases/tag/v0.9.2-mod (it actually doesn't save last used size but simply fills all available space instead)

peter-frentrup commented 2 years ago

Dear @ArkadiuszMichalski, thank you for this suggestion. I implemented it in version 0.9.5. Peter