<p></p>
<p><b>@elextr</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2859#discussion_r688833993">src/callbacks.c</a>:</p>
<pre style='color:#555'>> +/* reload all files */
+void on_reload_all(GtkAction *action, gpointer user_data)
+{
+       guint i;
+       gint cur_page = gtk_notebook_get_current_page(GTK_NOTEBOOK(main_widgets.notebook));
+
+       if (!file_prefs.keep_edit_history_on_reload)
+       {
+               GeanyDocument *doc;
+               foreach_document(i)
+               {
+                       doc = documents[i];
+                       if (doc->changed || document_can_undo(doc) || document_can_redo(doc))
+                       {
+                               if (dialogs_show_question_full(NULL, _("_Reload"), GTK_STOCK_CANCEL,
+                                       _("Any unsaved changes will be lost."),
</pre>
<p>Suggestion: "Changes detected, reloading all will lose any changes and history."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2859#pullrequestreview-730032966">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5SPLCUNGD6F5PAOLDT4WYJ7ANCNFSM5BN3PO7A">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email">Android</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4LCQLFX2PZW74HM5TT4WYJ7A5CNFSM5BN3PO7KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFOBWWRQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2859#pullrequestreview-730032966",
"url": "https://github.com/geany/geany/pull/2859#pullrequestreview-730032966",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>