<p>In <a href="https://github.com/geany/geany/pull/1134#discussion_r70723818">src/keybindings.h</a>:</p>
<pre style='color:#555'>> @@ -185,6 +185,7 @@ enum GeanyKeyBindingID
> GEANY_KEYS_GOTO_TAGDEFINITION, /**< Keybinding. */
> GEANY_KEYS_SEARCH_NEXTMESSAGE, /**< Keybinding. */
> GEANY_KEYS_EDITOR_DELETELINETOEND, /**< Keybinding. */
> + GEANY_KEYS_EDITOR_DELETELINETOBEGINNING, /**< Keybinding. */
</pre>
<p>Wait. This enum is public, one must not add anything in the middle but only at the end. Right not it changes every following values, breaking API.</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/pull/1134/files/532fc12db70c5fa9c9ea5bb4ac7b3492dc689263#r70723818">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ8M4ZQ6mV4PhXKiT9FbhpYqxF6hnks5qVW6DgaJpZM4JK7iS">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ1V2H3UhK8Zq7YycE07OsKc64JZgks5qVW6DgaJpZM4JK7iS.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/pull/1134/files/532fc12db70c5fa9c9ea5bb4ac7b3492dc689263#r70723818"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>