Ticket #12 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

A history-like mechanism to recover the previous cell

Reported by: fperez Assigned to: tzanko
Priority: normal Milestone:
Component: nbshell Version:
Severity: normal Keywords:
Cc:

Description

While I love the cell replacement system as you've implemented it, it would also be good to be able to copy the previous cell into the current one wholesale, with a single keystroke, for further editing. Sometimes you want to modify the previous cell but without overwriting it for comparing outputs, so we need a good mechanism for that.

RTK: Shift-ArrowUp is what PyCrust uses.

fperez: Shift-ArrowUp currently highlights, which I prefer because most modern GUIs do that. We could use Ctrl-Up/Down instead.

Change History

09/13/05 12:11:54 changed by tzanko

  • status changed from new to closed.
  • resolution set to fixed.

Done. The keys are Ctrl-UP/Alt-p for the previous item, Ctrl-DOWN/Alt-n for the next