asgerf / bracket-rename

Rename refactoring for bracket
MIT License
14 stars 2 forks source link

Update code to use new Find menu #4

Closed lkcampbell closed 10 years ago

lkcampbell commented 10 years ago

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.

asgerf commented 10 years ago

Thanks for the heads up. It should show up in the Find menu now (when it exists).