[Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

LarsGit223 notifications at xxxxx
Mon Oct 16 20:16:09 UTC 2017


LarsGit223 commented on this pull request.



> @@ -352,6 +353,20 @@ static gboolean on_editor_button_press_event(GtkWidget *widget, GdkEventButton *
 
 		return TRUE;
 	}
+
+	else if (event->button == 8 /*backwards*/ && editor_prefs.mouse_back_forward_enabled)

Just a small thing: IMHO a comment in-between code is really not beautiful. Could you move that above or below the line? I guess in this case better below.

-- 
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/1648#pullrequestreview-69685363
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171016/96d96c66/attachment.html>


More information about the Github-comments mailing list