@b4n commented on this pull request.
> + GtkNotebook *notebook = GTK_NOTEBOOK(geany_data->main_widgets->notebook); + gint currPage = gtk_notebook_get_current_page(notebook); + GeanyDocument *currDoc = document_get_from_page(currPage); why not `document_get_current()`? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#pullrequestreview-2984543823 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1221/review/[email protected]>
