Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Copy/paste files not working with files "copied" in external applications #569

Open
rondonjon opened this issue Sep 10, 2015 · 14 comments
Open

Comments

@rondonjon
Copy link

I am using Xubuntu 14.04. When I "copy" a file in the OS file manager and switch back to atom, atom offers me to "paste" into project folders in the tree view, but this doesn't work. I choose paste, and nothing happens. I am not even getting an error message. Just as if the OS clipboard and the atom clipboard were two completely different things.

@CiaranReen
Copy link

This happens with me as well. Mac OS X El Capitan with Atom 1.4.3.

I just lost a load of changes due to the inverse of this as well (copying them from the tree view in atom then going to paste them in the Finder and nothing happening).

@DophinL
Copy link

DophinL commented Apr 20, 2016

me too

@ljl
Copy link

ljl commented Jun 17, 2016

Same happens to me on Atom 1.8.0 on OS X El Capitan

@lvpeng
Copy link

lvpeng commented Jun 19, 2016

me too

1 similar comment
@SVITY
Copy link

SVITY commented Aug 10, 2016

me too

@sarahessex
Copy link

Me too, I have the same problem using Atom 1.16.0 on macOS Sierra 10.12.2

@tomanistor
Copy link

Same problem here with Atom 1.20.1 on macOS Sierra 10.12.6. Can't copy and paste images from Finder into a project folder on Atom.

@TheJDexp
Copy link

TheJDexp commented Jan 4, 2018

I hope this can be fixed! Would really help workflow... Same issue:

Atom 1.23.2 x64
MacOS High Sierra 10.13.2

*Applies to all files from Finder Clipboard as far as I can tell.

However Drag n Drop from Finder works perfectly fine, so for now I duplicate, drag and rename.

@50Wliu
Copy link
Contributor

50Wliu commented Jan 5, 2018

It doesn't look like Chrome or Electron supports this yet.

@UziTech
Copy link
Contributor

UziTech commented Jan 29, 2018

@50Wliu is there an issue created in electron for this?

@UziTech
Copy link
Contributor

UziTech commented Jan 29, 2018

I found a few but they are all closed

electron/electron#11696
electron/electron#2853
electron/electron#2244

@50Wliu
Copy link
Contributor

50Wliu commented Jan 29, 2018

Unfortunately I forget what I was looking at when deciding that this was blocked, but I believe there aren't any HTML or Electron APIs that recognize externally-copied files.

@magicdawn
Copy link

this is realy inconvenient.

I see the tree view use localStorage for internal copy paste.
https://github.com/atom/tree-view/blob/v0.228.1/lib/tree-view.coffee#L710-L711

May be this or some other package can utilize system clipboard public.file-url to do this
image

@Souleste
Copy link

Souleste commented Dec 28, 2021

I made a plugin that enables native-like Clipboard operations tree-view-clipboard.

It only supports windows atm, honestly not sure what all versions will work since I don't really develop in .NET or c#.

Hope this helps someone :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests