2
0
mirror of https://github.com/jupyter/notebook.git synced 2024-12-15 04:00:34 +08:00

Typo and wording fixes to 4.1 changelog sections

(c) Copyright IBM Corp. 2015
This commit is contained in:
Peter Parente 2015-12-15 07:48:24 -05:00
parent f27c5c8a38
commit 472338ee7a

View File

@ -28,15 +28,15 @@ UI changes:
.. image:: /_static/images/cell-toolbar-41.png
- Added *Restart & Run All* to the *Kernel* menu. Users can also bind it to a keyboard shortcut on action ``restart-kernel-and-run-all-cells``.
- Added multiple-cell selection. Users press ``Shift-Up/Down`` or ``Shift-K/J`` to extend selection in command mode. Various actions such as cut/copy/paste, execute, cell type conversion, and so on now operate on all selected cells.
- Added multiple-cell selection. Users press ``Shift-Up/Down`` or ``Shift-K/J`` to extend selection in command mode. Various actions such as cut/copy/paste, execute, and cell type conversions apply to all selected cells.
.. image:: /_static/images/multi-select-41.png
- Added a command palette for executing Jupyter actions by name. Users press ``Cmd/Ctrl-Shift-P`` or click the new command pallete icon on the toolbar.
- Added a command palette for executing Jupyter actions by name. Users press ``Cmd/Ctrl-Shift-P`` or click the new command palette icon on the toolbar.
.. image:: /_static/images/command-palette-41.png
- Added a *Find and Replace* dialog to the *Edit*. Users can also press ``F`` in command mode to show the dialog.
- Added a *Find and Replace* dialog to the *Edit* menu. Users can also press ``F`` in command mode to show the dialog.
.. image:: /_static/images/find-replace-41.png