notepad-plus-plus-legacy/PowerEditor
Udo Hoffmann 0a20939334
Fix URLs losing the underlines occasionally issue
Improve URL update on resize

The reason for the effect is, that the addHotSpot calls for resizing are in the WM_SIZE of the application. This works, as long as the size of the whole application changes, but not, when the application size remains constant and only the size of the document window inside the application changes.

The solution for this is, to remove the addHotSpot calls from the WM_SIZE of the application and add them to the DocTabView::reSizeTo function instead. Since addHotSpot cannot be called directly from this function, I took the detour over NPPM_INTERNAL_UPDATECLICKABLELINKS.

Fix #9032, close #9034
2020-10-21 03:06:32 +02:00
..
bin Notepad++ v7.9 release 2020-09-28 00:48:14 +02:00
gcc Add new URL parser to replace inaccurate regex detection 2020-10-04 18:42:10 +02:00
installer Add Hongkonger localization into installer 2020-10-21 00:28:32 +02:00
misc/chameleon Remove the old icon 2016-09-21 09:06:22 +02:00
scintilla.original.forUpdating Upgrade Scintilla from 4.1.4 to 4.2.0 2019-07-22 13:08:41 +02:00
src Fix URLs losing the underlines occasionally issue 2020-10-21 03:06:32 +02:00
Test/FunctionList Integrate unit-tests for function list into appveyor CI 2020-09-07 01:43:06 +02:00
visual.net Fix blue link-type number input boxes cut off issue 2020-10-12 03:49:51 +02:00