[Github-comments] [geany/geany] Added keybinding for Delete from line start to current position (#1134)
Colomban Wendling
notifications at xxxxx
Wed Jul 13 23:02:27 UTC 2016
> @@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160713/ab2d1f85/attachment.html>
More information about the Github-comments
mailing list