You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@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.
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 toCommands.CMD_FIND
.If you have any questions, post them to this issue and I will try to address them. Thanks.
The text was updated successfully, but these errors were encountered: