-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced Options in Search/Replace Form are half way cut off on screen with higer resolution #79
Comments
Use a more intelligent algorithm to determine the correct size for the find/replace form, both when advanced controls are shown and hidden. This commit has been tested on resolutions of 100%, 125%, 150%, and 175%. It does not appear to cause problems when the UI is translated into Italian either.
Hi @axdu , thanks for reporting this bug. I was able to replicate the issue on my machine, and I think my latest commit fixes it. You should be able to test my fix by doing the following:
If you're satisfied with the fix, you can just keep using the new DLL. |
Hi @molsonkiko , |
@axdu |
JsonTools version 8.2, incorporating a fix for this issue, is now live. I will soon submit a PR to include v8.2 in the plugins manager. |
No apparent regression since v8.2 was available on the Plugins Admin for NPP 8.7.2, so closing this issue. |
Great tool what I have seen and tried so far. Now I wanted to try the advanced search feature but am stuck with unreachable options.
This is how it looks:
The problem could be caused by the non adapting size of the rectangular box that surrounds the advanced options.
It's not a major problem. But I am tempted to set
private const int ADVANCED_CONTROLS_EXTENDED_HEIGHT = 163;
To a higher value. ( in FindReplaceForm.cs )
Unfortunately I have no idea how to compile JsonTools.dll
Win10 screen resolution 3840x2160 200% on size of text / apps and other elements. Changing to another % setting didn't help.
Debug:
Notepad++ v8.6.9 (32-bit)
Build time : Jul 12 2024 - 05:08:26
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
Periodic Backup : ON
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 22H2
OS Build : 19045.4780
Current ANSI codepage : 1252
Plugins :
ComparePlugin (2)
FWDataViz (1.4.2)
HexEditor (0.9.12)
JsonTools (8)
mimeTools (3.1)
NppConverter (4.6)
NppExec (0.6.2)
NppExport (0.4)
NppXmlTreeviewPlugin (2)
PreviewHTML (1.3.2)
XMLTools (3.1.1.13)
The text was updated successfully, but these errors were encountered: