Author Topic: How to disable popup saying to Ctrl+Click hyperlink  (Read 505 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
How to disable popup saying to Ctrl+Click hyperlink
« on: May 05, 2023, 01:16:46 PM »
In my code comments I often have a hyperlink, http://something.com/etc

When the mouse hovers over it there is a popup that appears saying I can Ctrl+Click to go to the hyperlink.

How to disable this popup from appearing? It is obscuring some text I would like to see.

Thanks!

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: How to disable popup saying to Ctrl+Click hyperlink
« Reply #1 on: May 05, 2023, 07:34:39 PM »
On the Options dialog you could go to Appearance>General and shut off Underline URLs.

Note: Unfortunately, this will completely disable the ability to jump to the URL when you Ctrl+click on it.

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
Re: How to disable popup saying to Ctrl+Click hyperlink
« Reply #2 on: May 05, 2023, 07:36:28 PM »
Thanks Dan! I don't need to jump to the URL so that is fine.

How to disable this using SlickC?