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
Labels
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
andfocus
: https://github.com/electron/electron/blob/master/docs/api/browser-window.md#event-blurAs part of this, we should update the git statusbar plugin to listen to these events to update the branch state.
The text was updated successfully, but these errors were encountered: