Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Update code to use new Find menu #2

Closed
lkcampbell opened this issue Apr 16, 2014 · 3 comments
Closed

Update code to use new Find menu #2

lkcampbell opened this issue Apr 16, 2014 · 3 comments
Assignees
Labels

Comments

@lkcampbell
Copy link

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.

You have a reference to Commands.EDIT_FIND. With the upcoming menu changes, you will need to change this reference to Commands.CMD_FIND.

If you have any questions, post them to this issue and I will try to address them. Thanks.

@ahmadnazir ahmadnazir added the bug label Apr 17, 2014
@ahmadnazir ahmadnazir self-assigned this Apr 17, 2014
@ahmadnazir
Copy link
Owner

Thanks for pointing this out. I'll update the extension.

@lkcampbell
Copy link
Author

@ahmadnazir, the EDIT_FIND constant should work for a while, but if you are going to make the change relatively soon, don't forget to update your package.json with:

"engines": { "brackets": ">=0.39.0" },

so that people know the new version shouldn't be installed until Sprint 39.

@ahmadnazir
Copy link
Owner

I'll keep it in mind. Thanks.

ahmadnazir added a commit that referenced this issue Jul 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants