]> git.eshelyaron.com Git - emacs.git/commit
Add project command entries to the menu-bar
authorSpencer Baugh <sbaugh@janestreet.com>
Mon, 15 May 2023 18:01:32 +0000 (14:01 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Jul 2023 09:33:24 +0000 (12:33 +0300)
commitab8d0f7b7688d103be71072ea16a4d153806ef50
treecca99a42c4063c68addc1047632e756fe50209b4
parentfc6099bf04696b01eaa21c9948a8d8d91345a66c
Add project command entries to the menu-bar

This will make it easier for new users to learn these increasingly
important and useful commands.  (Bug#63469)

* lisp/menu-bar.el (menu-bar-file-menu): Add project-dired and
project-find-file entries.
(menu-bar-search-menu): Add project-find-regexp entry.
(menu-bar-replace-menu): Add project-query-replace regexp entry.
(menu-bar-shell-commands-menu): Add project-shell entry.
(menu-bar-buffers-menu-command-entries): Add project-switch-to-buffer
and project-list-buffer entries.
(menu-bar-project-menu): Add.
(menu-bar-tools-menu): Add "Project" submenu, and also project-compile
entry and change text for compile entry.
lisp/menu-bar.el