[Github-comments] [geany/geany] Feature/reload all (#1471)
Vasiliy Faronov
notifications at xxxxx
Sat Apr 29 15:32:38 UTC 2017
vfaronov commented on this pull request.
> @@ -354,6 +354,9 @@ static void init_default_kb(void)
"menu_close_all1");
add_kb(group, GEANY_KEYS_FILE_RELOAD, NULL,
GDK_r, GEANY_PRIMARY_MOD_MASK, "menu_reloadfile", _("Reload file"), "menu_reload1");
+ add_kb(group, GEANY_KEYS_FILE_RELOAD_ALL, NULL,
+ GDK_r, GDK_MOD1_MASK, "menu_reloadallfile", _("Reload all file"),
This should be “Reload all file**s**”. Similarly in `doc/geany.txt`.
--
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/1471#pullrequestreview-35498722
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170429/eca41549/attachment.html>
More information about the Github-comments
mailing list