198

Since a few months ago, Notepad++ automatically makes clickable links whenever I type a URL. This behaviour makes it much more difficult to edit HTML documents because instead of clicking in the middle of a text URL to change it, it now opens the link in the web browser instead.

How can I permanently disable this feature?

Gareth
  • 19,080
superuser
  • 3,574
  • 8
  • 29
  • 47

2 Answers2

260

This has moved to the Settings > Preferences > Cloud & Link

enter image description here


For users of the older versions:

You have to uncheck this option:

Settings » Preferences » MISC » Clickable Link Settings

Clickable Link Settings

Once you've changed the setting, you will need to reopen the file in Notepad++ (or restart the application) for it to take effect.

tkalvin
  • 161
nixda
  • 27,634
6

As a Windows 10 user, I found that I needed to run Notepad++ as an administrator in order for this setting to "take". This is probably true for other versions of Windows.

I discovered this after several attempts to uncheck the Clickable Link Settings checkbox. After restarting Notepad++ several times and finding the checkbox still checked, I found this solution from searching Google.

Gareth
  • 19,080