Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 04 Aug 2018 14:23:09 UTC Commit: 3f20ad363a38e9f6b08877d5ade1290d7c69e670 https://github.com/geany/geany/commit/3f20ad363a38e9f6b08877d5ade1290d7c69e6...
Log Message: ----------- Don't beep if there is no next snippet cursor
Now the keybinding can be overridden (e.g. using Tab for it as well as normal behavior), beeping when there is no next cursor is more annoying than useful.
Part of #1554.
Modified Paths: -------------- src/editor.c
Modified: src/editor.c 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -2562,7 +2562,6 @@ gboolean editor_goto_next_snippet_cursor(GeanyEditor *editor) } else { - utils_beep(); return FALSE; } }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).