<p>In <a href="https://github.com/geany/geany-plugins/pull/460#discussion_r70216565">keyrecord/src/keyrecord.c</a>:</p>
<pre style='color:#555'>> +            gpointer data;
> +          ScintillaObject *sci;
> +
> +          sci = documents[i]->editor->sci;
> +          data = g_object_steal_data(G_OBJECT(sci), "keyrecord-userdata");
> +          g_free(data);
> +  }
> +
> +}
> +
> +void geany_load_module(GeanyPlugin *plugin)
> +{
> +  /* main_locale_init() must be called for your package before any localization can be done */
> +  main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
> +  plugin->info->name = _("Keystrokes recorder");
> +  plugin->info->description = _("Allows to record some sequence of keystrokes and replay it");
</pre>
<p>This needs adding files to po/POTFILES.in</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-plugins/pull/460/files/a7b8054b6a65beec7a12a9a4d6de37ad74af4dd2#r70216565">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ-LK8rkYNBoKyIE7scHuT3YtbPodks5qUfqEgaJpZM4JJHG-">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJyaNtcYqjrh7Pwg244FgvwYcmzMBks5qUfqEgaJpZM4JJHG-.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-plugins/pull/460/files/a7b8054b6a65beec7a12a9a4d6de37ad74af4dd2#r70216565"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>