I did more testing and discovered that the version of misbehavior that @Coises observed also happens with npp 8.3.3 and 8.5.8 and thus it’s no longer just a npp 8.6 issue. I experimented more and discovered the reason my installed copy of npp shows the behavior right away, instead of when I switch tabs is that I had:
My plugins\config\PythonScriptStartup.cnf has SETTING/STARTUP/ATSTARTUP My plugins\config\PythonScript\scripts\startup.py has: from Npp import editor, editor1, editor2, SCINTILLANOTIFICATION, INDICATORSTYLE def revert_url_indicator(args): editor1.indicSetHoverStyle(8, INDICATORSTYLE.TEXTFORE) editor2.indicSetHoverStyle(8, INDICATORSTYLE.TEXTFORE) editor.callbackSync(revert_url_indicator, [SCINTILLANOTIFICATION.UPDATEUI]) Apparently as the UI gets updated Python is sweeping through all of the tabs which is why for me I did not need to switch to another tab and back to trigger the behavior I reported. That scriptlet came from this forum thread in July 2020.-
1 Votes4 Posts439 Views
-
1 Votes8 Posts502 Views
-
0 Votes2 Posts265 Views
-
1 Votes3 Posts1k Views
-
0 Votes17 Posts5k Views
-
1 Votes2 Posts715 Views
-
0 Votes2 Posts854 Views
-
0 Votes7 Posts666 Views
-
0 Votes3 Posts324 Views
-
0 Votes8 Posts441 Views
-
1 Votes10 Posts2k Views
-
1 Votes3 Posts253 Views
-
1 Votes9 Posts938 Views
-
2 Votes3 Posts2k Views
-
0 Votes2 Posts452 Views
-
2 Votes13 Posts1k Views
-
0 Votes7 Posts554 Views
-
1 Votes2 Posts213 Views
-
0 Votes3 Posts583 Views
-
1 Votes2 Posts17k Views