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
While I fork your code, I notice that you set observe to every text file but don't unobserve them.
I'm not sure unobserve them is improve much of memory usage but I add unobserve code for fixing bug on my reply code.
FYI, I observe the object that only currently opened in editor.
And I do below just before open a file. (on index.js) FileSystem.getFile(e.path).doc.setValue(self._remote.getContent(e.path))
It works fine for me.
While I fork your code, I notice that you set observe to every text file but don't unobserve them.
I'm not sure unobserve them is improve much of memory usage but I add unobserve code for fixing bug on my reply code.
fork of multihack-core
RemoteManager.prototype.setObserver = function (filePath, targetstr) {...}
How do you think? Is going to change performance or not really effective.
The text was updated successfully, but these errors were encountered: