Re: How to response to the link text
Neil Hodgson <[email protected]>
| Newsgroups | gmane.comp.lib.scintilla.devel |
|---|---|
| Message-ID | <[email protected]> |
Kevin: I want to implement one function: When the text is some link like "https://www.xxxxx.com", I want it to be shown in different colors or underlined. And when the mouse point is above it, the cursor should be the hand shape like the web browser's behavior. And when the user clicks this linked text, I can get some notification from some Windows messages. I know notepad++ has it. But I am new, so I hope to get some hints on it. The definition of URLs is a little too open so can cause performance problems such as this Notepad++ issue. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13916 If someone wants to contribute an implementation then it would have to be opt-in to prevent unexpected performance degradation. It's unclear if this is a Scintilla (library) or SciTE (application) request. The SciTE mailing list is at https://groups.google.com/g/scite-interest There would be a much higher quality bar with adding this to Scintilla (as an incremental background task) rather than SciTE since Scintilla doesn't really have good infrastructure for features like this. Neil -- You received this message because you are subscribed to the Google Groups "scintilla-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/scintilla-interest/001ddf9c-7aad-46e3-9cb2-06a755c33c47n%40googlegroups.com.