> @@ -273,6 +273,7 @@ enum GeanyKeyBindingID > GEANY_KEYS_FORMAT_SENDTOCMD7, /**< > Keybinding. */ > GEANY_KEYS_FORMAT_SENDTOCMD8, /**< > Keybinding. */ > GEANY_KEYS_FORMAT_SENDTOCMD9, /**< > Keybinding. */ > + GEANY_KEYS_EDITOR_ADD_POSITION, /**< > Keybinding. */
I don't like this name. Other navqueue keybindings are `GEANY_KEYS_GOTO_BACK` and `GEANY_KEYS_GOTO_FORWARD` -- nothing in `EDITOR`. I'm not sure what a great name would be, maybe `GEANY_KEYS_NAVQUEUE_ADD_POSITION`, or maybe a shorter `GEANY_KEYS_NAVQUEUE_ADD_POS` or something. --- 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/bb6c323e81c3b0b936c32652551d8fd5775e361c#r69472397
