vlakoff
vlakoff
> I am also using a 3840x2160 monitor, I have tried DB4S 3.13.0 on Windows 10 22H2 with various font scaling values, and I did not encounter this issue. I...
As a short-term solution, [jQuery Migrate](https://github.com/jquery/jquery-migrate) could be used, but it would be better to directly update the dependencies: * BlockUI (refs https://github.com/malsup/blockui/commit/97d7ad172839d2c1fe9dcb631024890bc60fe98c) * tablesorter (use unofficial fork, [see in...
Hi @jokkedk, it seems that you are not active on this project currently. I can understand, there is absolutely no problem with this. Though, the latest webgrind release can be...
Fixed by https://github.com/simple-login/website/commit/8c6c396befca7b9874b2e4a4744b0a1ba2a594fb.
Code searches brought me to these parts: * https://github.com/notepad-plus-plus/notepad-plus-plus/blob/d2bb7a2af662db1632a64d5374cd4e08e50e18ba/PowerEditor/src/ScintillaComponent/Buffer.cpp#L1528 * https://github.com/notepad-plus-plus/notepad-plus-plus/blob/d2bb7a2af662db1632a64d5374cd4e08e50e18ba/lexilla/lexers/LexHTML.cxx#L678 ---- Regression possibly introduced by: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d8c6350918b76b040e55010feb0c16b7b03ac2da#diff-e092f6bc1b6b01fab5284c6bb30930d225205d145b6aedda43f9e2a93121587d (edit: no… this commit is one month old, and I am encountering the...
I have tried several versions of Notepad++, and the regression appeared in version 8.6.6. Therefore, the regression should have been introduced by https://github.com/notepad-plus-plus/notepad-plus-plus/commit/881e8c285e6e7e171b57572eb6e811758894df17 (Update to scintilla 5.5.0 & Lexilla 5.3.2)....
The problem has been solved in Lexilla 5.4.1 (thanks to [zufuliu](https://github.com/zufuliu) and [nyamatongwe](https://github.com/nyamatongwe)), which was released yesterday.
Fixed by: - #15717
On second thought, I think the first solution (allow to use `--skip` with a negative value) would be the best. Consider it this way: `--skip` and `--until` are used to...
I understand your points, in particular that you don't want to complexify the code further if it's already too complex. Nevertheless, I am able to figure out my way using...