<p>I wanted to work on <a href="https://github.com/geany/geany-plugins/pull/664" class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="283840045" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany-plugins/issues/664">geany/geany-plugins#664</a> and noticed that hovering over a color is not showing the color tip any more.</p>
<p>After some research without finding any solution or reason I decided to put a simple debug output in <code>editor.c</code> in geany itself:</p>
<div class="highlight highlight-source-c"><pre><span class="pl-k">static</span> gboolean <span class="pl-en">on_editor_notify</span>(G_GNUC_UNUSED GObject *object, GeanyEditor *editor,
                                                                 SCNotification *nt, G_GNUC_UNUSED gpointer data)
{
        ScintillaObject *sci = editor->sci;
        GeanyDocument *doc = editor->document;

        <span class="pl-c1">ui_set_statusbar</span>(<span class="pl-c1">TRUE</span>, <span class="pl-s"><span class="pl-pds">"</span>Other: <span class="pl-c1">%d</span><span class="pl-pds">"</span></span>, nt->nmhdr.<span class="pl-smi">code</span>);

        <span class="pl-k">switch</span> (nt->nmhdr.<span class="pl-smi">code</span>)</pre></div>
<p>It seems like events SCN_DWELLSTART and SCN_DWELLEND are not reported any more. I cloned a fresh master of geany, compiled and installed it, no difference.</p>
<p>This worked before so I assume I am overseeing something simple but I am stuck here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1742">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ3cwbotcrV7gleatshHCMy3fWUXsks5tLPQCgaJpZM4RgRyg">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ783uYZQyV3TTqH-LBF6pJnLM8nkks5tLPQCgaJpZM4RgRyg.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1742"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Missing SCN_DWELLSTART and SCN_DWELLEND events (#1742)"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1742"}}}</script>