William Stein wrote: > On Wed, 29 Nov 2006 22:16:03 -0800, Bill Hart > <[EMAIL PROTECTED]> wrote: > > William, this is great. It is going to make things soooo much easier. I > > love the notebook concept. It allows me to use all the other functions > > of SAGE to test my own function (qsieve). > > Cool. > > > By the way, I'm still having some troubles with the notebook interface. > > In Opera, deleting workbooks still doesn't work. They disappear > > momentarily, then come right back. > > Tom Boothby -- please fix. > > > Also, in Firefox, if you copy and paste code from one worksheet to > > another, it doesn't remain there until you actually try executing it, > > which can be a pain if it takes a while to execute. > > 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. > > > I haven't been able to find a function for copying the whole worksheet, > > or large sections of it over to a new one. > > That doesn't exist. That will be very easy to do when we finish > the edit mode mentioned above. Then it will be very easy to copy > bits around, reorganize, and even introduce sectioning markup. Cool. > > > I tried saving a local copy, then opening it. For example I saved the > > sieve worksheet. It made a copy on my hard drive, which I successfully > > opened as sieve0 in SAGE (I was unable to specify the name I wanted it > > to have or rename it once it was there or put a password on it), but as > > soon as I clicked on the new sieve0, it opened the old sieve instead. > > Fortunately deleting sieve0 did not delete the old sieve worksheet. > > > > Anyhow, something appears to be not working as intended. Just thought > > I'd let you know about it for the next lot of bugfixes you guys do. > > I agree. I think we really need to finish that edit mode. It would > at least make it so you can easily do everything listed above, without > even having to use the load/save function. > > William Bill. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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/ -~----------~----~----~----~------~----~------~--~---
