Changing menus and menu commands
By editing the menus.xml file, you can move menu commands within a menu or from one menu to another, add separators to or remove them from menus, and move menus within a menu bar or even from one menu bar to another.
You can move items into or out of context menus using the same procedure as for other menus.
For information, see About the menus.xml file.
To move a menu command:
- Quit Adobe Dreamweaver.
- Make a backup copy of the menus.xml file.
- Open menus.xml in a text editor such as BBEdit, HomeSite, or Wordpad. (Don't open it in Adobe Dreamweaver.)
- Cut an entire
menuitemtag, from the<menuitemat the beginning to the/>at the end. - Place the insertion point at the new location for the menu command. (Make sure it's between a
menutag and the corresponding/menutag.) - Paste the menu command into its new location.
To create a submenu while moving a menu command:
- Place the insertion point inside a menu (somewhere between a
menutag and the corresponding/menutag). - Insert a new
menutag and/menutag pair inside the menu. - Add new menu commands to the new submenu.
To insert a separator between two menu commands:
- Place a
separator/tag between the twomenuitemtags.
To remove an existing separator:
- Delete the corresponding
separator/line.
To move a menu:
- Quit Adobe Dreamweaver.
- Make a backup copy of the menus.xml file.
- Open menus.xml in a text editor such as BBEdit, HomeSite, or Wordpad. (Don't open it in Adobe Dreamweaver.)
- Cut an entire menu and its contents, from the opening
menutag to the closing/menutag. - Place the insertion point at the new location for the menu. (Make sure it's between a
menubartag and the corresponding/menubartag.) - Paste the menu into its new location.