Changes between Initial Version and Version 4 of Ticket #13535
- Timestamp:
- 11/13/12 10:03:28 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13535
- Property Keywords agregation bobo2012 added
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Nicolas M. Thiéry
-
Property
Summary
changed from
Tab completion failing on dynamic help pages on 5.3
toFix instrospection/... in live documentation with the flask notebook
-
Ticket #13535 – Description
initial v4 1 2 1 How to reproduce on Sage 5.3 main on Unbuntu 11.10. Run: 3 2 {{{ … … 48 47 49 48 There is no such failure in 5.1. 49 50 The attached patch fixes the white list to enable some missing notebook 51 actions and features in the live documentation: 52 53 - Introspection 54 - Delete all output 55 - Copy worksheet 56 - New cell after 57 - Restart Sage 58 59 There certainly are more of them that should be added. I let a notebook expert complete the list.