-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to disable the hyperlink hotspots tooltip #1213
Comments
Hello @RaiKoHoff, Ed.: But if you keep it, please don't repeat the URL in the Calltip box (just the msg: |
It is a kind of standard, that hovering over a link will show the target of the link in a tooltip. |
You're right, in Visual Studio, this is the standard, except that the underlining of the URL is not highlighted when you hover over the URL. 🤔 |
Please test beta version _5.19.518.1710_RC (see beta-channel access #1129). |
Hi @RaiKoHoff , As far as I am concerned, this issue may be closed.... 🤔 |
Great. I like the new hyperlink styling a bit better. One more suggestion, though. When you hover the hyperlink, the cursor changes from IBeam (text selection) to hand and back to IBeam. Also, when it's changing back from hand to IBeam, there seems to be some sort of flickering. I think a good way to handle this is how Visual Studio does it. When you hover a hyperlink in VS, the cursor remains IBeam unless you press CTRL. Only when CTRL is down the cursor changes to a hand, suggesting with a visual cue that if you click, the link will open. |
Please test beta version _5.19.519.1712_RC (see beta-channel access #1129). |
Great. Much better this way, I think. 👍 |
Scintilla bundled the "hand cursor" with the hotspot/indicator:hover styling (no API/option to change this), so I have to change Scintilla's source code for that (which I don't really like, cause it is effort to merge a new Scintilla version into Notepad3's code base, if these places change in future), |
Awesome. You got it quite fast considering you had to modify Scintilla's source code. |
As far as I am concerned, this issue may be closed.... |
Hi. Is there an option to disable the new hyperlink hotspot tooltip, or any plans to implement one?
(Ctrl + Click to open link in browser).
I find it quite annoying. Thanks.
The text was updated successfully, but these errors were encountered: