So much for edit buttons...
So much for edit buttons...
Posted Nov 6, 2010 22:11 UTC (Sat) by i3839 (guest, #31386)In reply to: So much for edit buttons... by quotemstr
Parent article: LPC: Life after X
> Furthermore, "just seeing a file path" is NOT an acceptable outcome from
> a user-interface point of view. Again, that's the kind of statement only
> a developer could make. You seem to imagine a world of "simple" programs
> that would just slurp up the clipboard contents and use them.
Yes, I'm a computer programmer, and by your attitude I guess you're not.
May I assume any technical discussion goes over your head and you're too stupid to follow what I say? I hope not, because I don't. You on the other hand seem to attribute my spartan approach to computering (Fluxbox, xterms, Nedit/Vim and LaTeX for the rest) to the fact I'm a programmer, and brush away my taste and opinion away as "something only a developer would say".
Pasting data is by definition slurping clipboard content and using it.
Now back to the discussion at hand:
> Furthermore, "just seeing a file path" is NOT an acceptable outcome from
> a user-interface point of view.
The alternative is that nothing would happen because the program didn't understand that format. So yes, I think it's a pretty acceptable outcome for something that can't work. And with my developers hat on, I'd say some outcome is better than nothing happening, because the latter is hard to debug and fix, while the first is plain and simple. For both users and developers. Users know what files are, developers know what's happening. But if you prefer the program can also not display anything, that doesn't change the CP system, though IMHO would be worse for the user experience.
As for your other ranting, I'm just saying that implementing a copy and paste system from scratch is technically trivial, no more and no less. It could be done in one day, maybe two. I just don't buy that copy & paste is hard stuff.