icetee / remote-ftp

FTP/FTPS/SFTP client for Atom.io
MIT License
558 stars 102 forks source link

When opening a remote file it opens project as well in tree view #700

Open tmrouse opened 7 years ago

tmrouse commented 7 years ago

As the title says when i connect it all works fine but soon as i open a file it opens the local project tree view as well even know i have hide local tree view on if i toggle it away it just happens again next time you open another remote file.

This is what happens when i open a remote file the local tree view window comes out: http://imgur.com/a/8Ta7W

Package List: Remote-FTP@0.10.5 atom-material-ui@1.3.9 autocomplete-wordpress-hooks@0.2.2 autoprefixer@3.6.1 color-picker@2.2.5 double-tag@0.4.0 emmet@2.4.3 file-icons@2.0.15 highlight-selected@0.12.0 imdone-atom@2.1.18 language-ejs@0.4.0 linter@1.11.21 linter-jshint@3.0.2 linter-php@1.3.1 minimap@4.26.8 node-debugger@1.10.1 pigments@0.39.0 project-manager@3.3.3 sass-autocompile@0.13.3 seti-icons@1.3.4 todo-show@1.11.0 wordpress-api@1.2.2

samifouad commented 7 years ago

Just curious, in the other Issue you made, there is no treeview. But here it seems present. Is this happening on another project/computer? Or is the no treeview an evolution of this problem?

tmrouse commented 7 years ago

Its the same computer basically what happens is when i first add a project its all normal then i connect with remote ftp and there no remote tree (my other bug i posted) then when i have connected i manually open the remote tree as its hidden (other bug) then when its open i open whatever remote file im working on and it opens the project folder tree view (local) with any file i open i can toggle it manually away but then it back when i open another file. atm im using display none on the


.tree-view-resizer { 
  display: none;
}

I have to do this whenever i work remotely but as i have to switch projects alot when doing support jobs this is annoying. Hope this can help.