mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
Emit {will,did}SavePath on ipcMain before/after a buffer is saved
This commit is contained in:
@@ -266,3 +266,9 @@ class ApplicationDelegate
|
||||
|
||||
getAutoUpdateManagerErrorMessage: ->
|
||||
ipcRenderer.sendSync('get-auto-update-manager-error')
|
||||
|
||||
emitWillSavePath: (path) ->
|
||||
ipcRenderer.send('will-save-path', path)
|
||||
|
||||
emitDidSavePath: (path) ->
|
||||
ipcRenderer.send('did-save-path', path)
|
||||
|
||||
Reference in New Issue
Block a user