> @@ -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. */
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.