sveale / remote-edit

remote-edit
MIT License
146 stars 55 forks source link

Atom Remote Edit no longer displaying open files #151

Closed marcbolh closed 8 years ago

marcbolh commented 8 years ago

I have been using Remote Edit package for a while without incident. Suddenly, I'm unable to view open files from server. I verified that opening local file works fine.

When I try to open a file from the server, dialogue goes through to completion "Successfully read remote file", just doesn't show it in the editor. I verified that the remote files aren't empty.

I installed latest version of atom v1.2.4 and uninstalled / reinstalled remote edit v1.8.22 but to no avail.

Any ideas?

ghost commented 8 years ago

See "Files are not displayed after successfully reading from remote server #143"

tk3369 commented 8 years ago

Looks like a recent Atom code change broke this.

Error:

screen shot 2015-11-26 at 3 59 11 pm

Atom blame history https://github.com/atom/atom/blame/master/src/text-editor.coffee

screen shot 2015-11-26 at 4 00 24 pm
tk3369 commented 8 years ago

I fixed it and submitted a pull request https://github.com/sveale/remote-edit/pull/152

marcbolh commented 8 years ago

Good news, waiting for update... ftp'ing files back & forth while waiting 😶🔫

amitgit07 commented 8 years ago

I am new to Atom and remote-edit too, it show that there are 3 files that are open through sftp, but dont know where to see these files. How can i edit this file so that it is synced with server.

opensource-yl commented 8 years ago

Yeah, how to edit my files after connecting..

sveale commented 8 years ago

Published mike's PR #146 that should fix the issue., see remote-edit@v1.8.23.