<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
Excellent, thanks Detlev!<br>
</div>
<div>
<div><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0);">
<br>
<hr tabindex="-1" style="display:inline-block; width:98%;">
<b>From:</b> Detlev Offenbach<br>
<b>Sent:</b> Tuesday, November 8, 2022 2:46 PM<br>
<b>To:</b> Matic Kukovec; Baz Walter; qscintilla@riverbankcomputing.com<br>
<b>Subject:</b> Re: Margin mouse hover / tooltip?
<div><br>
</div>
</div>
<div class="rps_59ae">
<div>
<p style="margin-top: 0px; margin-bottom: 0px;">Hi,</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;">I realize this receipe in the eric code editor for the context menu event already. You may have a look at
<a href="https://hg.die-offenbachs.homelinux.org/eric/file/tip/src/eric7/QScintilla/Editor.py" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" class="x_moz-txt-link-freetext">
https://hg.die-offenbachs.homelinux.org/eric/file/tip/src/eric7/QScintilla/Editor.py</a> lines 5594 and following.</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;">Regards,<br>
Detlev</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<div class="x_moz-cite-prefix">Am 08.11.22 um 14:43 schrieb Matic Kukovec:<br>
</div>
<blockquote type="cite">
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
Very good! Thanks Baz<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Baz Walter
<a href="mailto:bazwal@gmail.com" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" class="x_moz-txt-link-rfc2396E">
<bazwal@gmail.com></a><br>
<b>Sent:</b> Tuesday, November 8, 2022 2:34 PM<br>
<b>To:</b> <a href="mailto:qscintilla@riverbankcomputing.com" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" class="x_moz-txt-link-abbreviated">
qscintilla@riverbankcomputing.com</a> <a href="mailto:qscintilla@riverbankcomputing.com" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" class="x_moz-txt-link-rfc2396E">
<qscintilla@riverbankcomputing.com></a><br>
<b>Subject:</b> Re: Margin mouse hover / tooltip?</font>
<div> </div>
</div>
<div class="x_BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="x_PlainText">On 08/11/2022 09:27, Matic Kukovec wrote:<br>
> Does anybody know if it's possible to catch a "MouseMove" or "ToolTip" event on a margin and knowing it's on a margin?<br>
> I am adding markers to a margin and would like to display a tooltip or statustip for the markers on mouse hover.<br>
<br>
I don't think there's any built-in tooltip events for margins. However, you can reimplement mouseMoveEvent and get the
<br>
line number with QsciScintilla.lineAt(event.pos()) whilst hovering on the margins. The margin number can be determined
<br>
by comparing the margin widths with event.x(). The current margin count can be determined with QsciScintilla.margin(),
<br>
and the width of each margin with QsciScintilla.marginWidth(index). By default, there are five margins. Hidden margins
<br>
have zero width.<br>
<br>
</div>
</span></font></div>
</blockquote>
<pre class="x_moz-signature" cols="72">-- 
Detlev Offenbach
<a href="mailto:detlev@die-offenbachs.de" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" class="x_moz-txt-link-abbreviated">detlev@die-offenbachs.de</a></pre>
</div>
</div>
</div>
</body>
</html>