Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 1.04 KB

TODO.md

File metadata and controls

19 lines (19 loc) · 1.04 KB
  • fix notifications panel
  • fix dialog.coffee
  • create hidden input dialog and use it in dialog.coffee and elsewhere
  • switch to https://github.com/atom/notifications instead of atom-message-panel
  • check and fix serializing
  • clear input when a directory is selected
  • destroy all views, at least call destroy on them
  • See issue #68
  • When deserializing localFiles, check to see if the file is deleted and if so remove it.
  • Display more information in "Show downloaded files"
  • Store when files are downloaded
  • Handle SFTP "expected" errors like PERMISSION_DENIED when navigating
  • Add a "Remote File Modified" warning based on timestamp
  • Split the file view into two: top Kate-like folder tree and bottom remote file browser
  • Add a "Show in remote browser" context option on the folders in the above top view
  • Update ftp-host to have the same functionality as sftp-host
  • Port all async code to Promises...
  • Clean this TODO
  • Keyboard support in files-view