Links as hotspots · Issue #105 · jacobslusser/ScintillaNET (original) (raw)

This repository was archived by the owner on Dec 22, 2023. It is now read-only.

This repository was archived by the owner on Dec 22, 2023. It is now read-only.

@ghost

Description

Hello,

I am working on a text editor based on ScintillaNET: https://github.com/jonandr/Strindberg

I've been trying to figure out how to get ScintillaNET to highlight URLs and respond to double-clicks (so the links can be opened in a browser). I know Notepad++ does this by marking URLs as hotspots and then handling the "SCN_HOTSPOTDOUBLECLICK" message from Scintilla. Is this possible to do in ScintillaNET?