jupyter / jupyter-js-notebook

JupyterLab notebook
BSD 3-Clause "New" or "Revised" License
46 stars 18 forks source link

Console history feature #201

Closed afshin closed 8 years ago

afshin commented 8 years ago

This PR is just meant to catch master up to the current state of the codebase. It adds a new console history class and history navigation signals.

cf. https://github.com/jupyter/jupyter-js-notebook/issues/170

afshin commented 8 years ago

history

afshin commented 8 years ago

One known bug is the inconsistency of setting the cursorPosition of the prompt to the the end of the text when there is whitespace in the text field. Perhaps we need a flag value for last that we can set that model to or some other way. This isn't necessarily a history bug so I'm requesting review and merge on this PR.

blink1073 commented 8 years ago

Noice!