From e098d9e7420a8deec3db17df31d9d7bb4dbcf22b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Sep 2003 22:06:23 +0000 Subject: Hotspot improvements from Simon, including setting to limit hotspots to a single line. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index e2424b78f..38c979d13 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1440,6 +1440,9 @@ set void SetHotspotActiveBack=2411(bool useSetting, colour back) # Enable / Disable underlining active hotspots. set void SetHotspotActiveUnderline=2412(bool underline,) +# Limit hotspots to single line so hotspots on two lines don't merge. +set void SetHotspotSingleLine=2421(bool singleLine,) + # Move caret between paragraphs (delimited by empty lines) fun void ParaDown=2413(,) fun void ParaDownExtend=2414(,) -- cgit v1.2.3