On Wed, 29 Nov 2006 23:05:47 -0800, Bill Hart  
<[EMAIL PROTECTED]> wrote:
>> That's not a bug.  That's just how web forms work -- sending the
>> whole cell back to the server every time you change it would
>> take way too long, and I don't think it is possible to catch
>> the paste event.   There are two possible design questions that
>> a related to this, though:
>>
>>    (1) There will be an edit mode, which is *not* done yet.  You
>>        can try the mockup by clicking "edit".  You could use this
>>        to easily paste between worksheets without any evaluation
>>        occuring.
>>
>>    (2) There could be an "submit but don't evaluate" keystroke or
>>        button for each cell.  The keystroke -- what should it be?
>>        The button --- more clutter we don't want.
>
> ALT-ENTER or CTRL-SHIFT-ENTER seem logical if they aren't already used
> by something else.

Alt-Enter is already used.  If you type Alt-Enter it submits the
cell and creates a new empty cell below it.  I don't know if
we can catch ctrl-shift-enter in the notebook.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to