[IPython-dev] Single click copy+paste in IPython notebook?

Anton Suchaneck a.suchaneck at gmail.com
Fri Jun 26 12:58:33 EDT 2015


So it would be possible?
I currently only know Python and have no idea about internals of the
notebook, Javascript or so.
Could you give me a pointer what I need to learn and where I need to hook
in to make this feature?

2015-06-26 18:55 GMT+02:00 Thomas Kluyver <takowl at gmail.com>:

> You could have a go at doing that in an extension. It's probably too
> fragile to include in the notebook by default, given all the other things
> that middle click can mean.
>
> Thomas
>
> On 26 June 2015 at 09:26, Anton Suchaneck <a.suchaneck at gmail.com> wrote:
>
>> Hello!
>>
>> I'd like to use single click copy+paste in the IPython notebook - as it
>> is found in some advanced editors.
>> Single click means:
>> * My cursor is at the destination position
>> * I press the middle mouse and start selecting text at some other place.
>> Meanwhile the actual cursor isn't moving
>> * as soon as I release the middle mouse now, the selected text is
>> inserted at the position where my curser was at the beginning.
>> I used only a single mouse click and no keyboard for this.
>>
>> Is it possible to include this into the IPython notebook?
>> Where would that be (extension, codemirror, browser, OS, ...)?
>>
>> Cheers,
>> Anton
>>
>>
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>>
>>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150626/45dadc8f/attachment.html>


More information about the IPython-dev mailing list