> @@ -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 or view it on GitHub: https://github.com/geany/geany/pull/1134/files/532fc12db70c5fa9c9ea5bb4ac7b3492dc689263#r70723818
