Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Plugin API: Add support for onFocusGained and onFocusLost event #1109

Closed
bryphe opened this issue Dec 12, 2017 · 0 comments
Closed

Plugin API: Add support for onFocusGained and onFocusLost event #1109

bryphe opened this issue Dec 12, 2017 · 0 comments

Comments

@bryphe
Copy link
Member

bryphe commented Dec 12, 2017

From PR #1106 - it'd be nice to have a way to get focus gained / focus lost events for plugins.

Perhaps something on the Workspace API, like:

oni.workspace.onFocusGained.subscribe(() => { ... })
oni.workspace.onFocusLost.subscribe(() => { ... })

These would basically be proxies to the browser window focus events blur and focus: https://github.com/electron/electron/blob/master/docs/api/browser-window.md#event-blur

As part of this, we should update the git statusbar plugin to listen to these events to update the branch state.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant