We are introducing a new Find menu in Sprint 39. Some Edit menu items will be moved over the new Find menu. This move will have an effect on your extension.
Your extension adds a menu item to the Edit Menu, relative to the Menus.MenuSection.EDIT_REPLACE_COMMANDS menu section. This section is moving over to the Find menu and will be renamed Menus.MenuSection.FIND_REPLACE_COMMANDS. Your code needs to change if you would like your menu item to move to the Find menu.
If you have any questions, post them to this issue and I will try to address them. Thanks.
We are introducing a new Find menu in Sprint 39. Some Edit menu items will be moved over the new Find menu. This move will have an effect on your extension.
Your extension adds a menu item to the Edit Menu, relative to the
Menus.MenuSection.EDIT_REPLACE_COMMANDS
menu section. This section is moving over to the Find menu and will be renamedMenus.MenuSection.FIND_REPLACE_COMMANDS
. Your code needs to change if you would like your menu item to move to the Find menu.If you have any questions, post them to this issue and I will try to address them. Thanks.