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

Reply via email to