[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ease-dev] Feature request: clipboard support (or instead loading arbitrary classes by name for DIY)
|
Thanks for accepting my other contribution after requested revisions.
I've submitted two new JavaScript snippets to Gerrit for review which
use the new setClipboard API call.
https://git.eclipse.org/r/#/c/36846/
I also encountered an issue when renaming a script while doing that and
filed a bugtracker item for it:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=452670
--Paul Fernhout
http://www.pdfernhout.net/
====
The biggest challenge of the 21st century is the irony of technologies
of abundance in the hands of those still thinking in terms of scarcity.
On 11/20/14 3:11 PM, Christian Pontesegger wrote:
On 20.11.2014 20:17, Paul D. Fernhout wrote:
It still might be useful to have a convenience method in the UI module
to put text in the clipboard (or retrieve it), but it looks like it
should not be too hard to do this just with pure JavaScript code.
Your wish is my command. Implemented getClipboard() / setClipboard() in
UI module. You know, available with the next nightly build...
Please use the bugtracker for future feature requests. And keep 'em
coming :)
--
Christian