#7666: Alphanumeric cell IDs, resize on paste (#2902), ESC ends introspection
(#5644), JSLint for notebook_lib.js
---------------------------+------------------------------------------------
   Reporter:  mpatel       |       Owner:  was         
       Type:  enhancement  |      Status:  needs_review
   Priority:  major        |   Milestone:  sage-4.3.1  
  Component:  notebook     |    Keywords:              
Work_issues:               |      Author:  Mitesh Patel
   Upstream:  N/A          |    Reviewer:              
     Merged:               |  
---------------------------+------------------------------------------------

Old description:

> This ticket
>
>  * Makes it possible to assign alphanumeric cell IDs.
>  * Should subsume
>    * #2902 - Resize an input cell after a paste event.
>    * #5644 - Make ESC close introspection windows.
>  * Runs `notebook_lib.js` "through" [http://www.jslint.com/ JSLint].
>
> Patch:
>
>  *
> http://boxen.math.washington.edu/home/mpatel/trac/7666/trac_7666-alphanumeric_cell_ids_B2.patch
>
> Suggested queue, applied to SageNB 0.4.9 + #7269:
> {{{
> trac_7843-cell_listdir.patch
> trac_7844-notebook_address.patch
> trac_7847-empty_trash_ie_ff.patch
> trac_7846-no_CODE_PY_symlinks_v2.patch
> trac_7650-sagenb_doctesting_v4.patch    # Possible trivial failed "hunk"
> here.
> trac_7786-template-jinja-idiomatic.12.patch
> trac_7871-interact_bgcolor.patch
> trac_7858-key_binding_vars_v2.patch
> trac_7863-declare_vars_aux_js_v2.patch
> trac_7874-typeset_interact_labels.patch
> trac_7666-alphanumeric_cell_ids_B2.patch
> }}}
>
> '''Or''' install this spkg:
>
>  *
> http://boxen.math.washington.edu/home/mpatel/trac/7666/sagenb-0.5-7666b2.spkg

New description:

 This ticket

  * Makes it possible to assign alphanumeric cell IDs.
  * Should subsume
    * #2902 - Resize an input cell after a paste event.
    * #5644 - Make ESC close introspection windows.
  * Runs `notebook_lib.js` "through" [http://www.jslint.com/ JSLint].

 Patch:

  *
 
http://boxen.math.washington.edu/home/mpatel/trac/7666/trac_7666-alphanumeric_cell_ids_B4.patch

 Suggested queue, applied to SageNB 0.4.9 + #7269:
 {{{
 trac_7843-cell_listdir.patch
 trac_7844-notebook_address.patch
 trac_7847-empty_trash_ie_ff.patch
 trac_7846-no_CODE_PY_symlinks_v2.patch
 trac_7650-sagenb_doctesting_v4.patch    # Possible trivial failed "hunk"
 here.
 trac_7786-template-jinja-idiomatic.12.patch
 trac_7871-interact_bgcolor.patch
 trac_7858-key_binding_vars_v2.patch
 trac_7863-declare_vars_aux_js_v2.patch
 trac_7874-typeset_interact_labels.patch
 trac_7666-alphanumeric_cell_ids_B2.patch
 }}}

 '''Or''' install this spkg:

  *
 http://boxen.math.washington.edu/home/mpatel/trac/7666/sagenb-0.5-7666b2.spkg

--

Comment(by mpatel):

 V4 should make it so a cell is resized and saved about 0.25 seconds after
 a paste event -- using no delay at all is too fast, apparently.

 I think unifying the client and server resize methods should be a separate
 ticket.  Neither of the current methods is optimal.  The server assumes 80
 -column-wide input cells.  The browser suffers from the problem described
 above.

 I'm not sure what to do about the compressor.  See #7787 and
 [http://groups.google.com/group/sage-notebook/msg/7ad2a17f4e0cc972 sage-
 notebook] for potential options.  For now, how about adding .min.js
 file(s), generated offline with the
 [http://developer.yahoo.com/yui/compressor/ YUI Compressor]?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7666#comment:23>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB
-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en.


Reply via email to