Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Deprecated keyEvent #3

Closed
Hirse opened this issue Jan 8, 2015 · 1 comment
Closed

Deprecated keyEvent #3

Hirse opened this issue Jan 8, 2015 · 1 comment
Assignees

Comments

@Hirse
Copy link

Hirse commented Jan 8, 2015

Registering for deprecated event 'keyEvent'. Instead, use 'keydown/press/up'
at _activeEditorChangeHandler (file:///C:/Users/d056950/AppData/Roaming/Brackets/extensions/user/tab-tags/main.js:69:24)

As of Brackets 1.1 the keyEvent is considered deprecated:

Editor's "keyEvent" event is deprecated. Use the more specific events "keyup", "keypress", or "keydown" instead. (However, in most cases you should use Document's "change" event instead of any of the Editor events).

@bryanjhv
Copy link
Owner

Thanks for the deprecation notice, now it's fixed! 😄

@bryanjhv bryanjhv self-assigned this Jan 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants