> @@ -274,6 +274,7 @@ enum GeanyKeyBindingID > GEANY_KEYS_FORMAT_SENDTOCMD8, /**< > Keybinding. */ > GEANY_KEYS_FORMAT_SENDTOCMD9, /**< > Keybinding. */ > GEANY_KEYS_EDITOR_DELETELINETOBEGINNING, /**< Keybinding. */ > + GEANY_KEYS_GOTO_ADD_POSITION, /**< > Keybinding. */
I think it should follow existing style and if desired, to add a separate commit renaming all of the enumerators later. --- 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/1114/files/691879c16d046b0bfb97614d4f069c591f33e40a#r71066807
