Zend certified PHP/Magento developer

How do you make Notepad++ open the correct URLs when double-clicking them in PHP text files?

I use Notepad++. I have many PHP files with lines such as:

some_function_call('https://www.example.com/');

If I double-click the URL part in Notepad++, it opens the URL https://www.example.com/' instead of https://www.example.com/.

How do I make it open https://www.example.com/ as expected? This bug, or whatever you wanna call it, has existed for years and years.

I would report it to the author(s) if I were able to.