From da5cbb53e6b401809a5be624a09dbe4b1924bee2 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 14 Dec 2015 16:10:12 +0100 Subject: [PATCH] Update warning in the docs about quick selection. We could still refine the quick-selector to show the type of the cell when all cells have the same type. Fixes gh-861 --- docs/source/notebook.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/source/notebook.rst b/docs/source/notebook.rst index bfdf0942e..7159907a5 100644 --- a/docs/source/notebook.rst +++ b/docs/source/notebook.rst @@ -189,13 +189,12 @@ operations within the notebook, by clicking on an icon. .. note:: - As of notebook version 4.1, the user interface allows for multiple cells - to be selected. The ``quick celltype selector``, found in the menubar, might - present inconsistencies when cells of multiple types are selected. Also, this - inconsistency may prevent the user from changing the types of the selected - cells using the ``quick celltype selector``. However, the types of - cells can still be changed using the ``command palette``, Cell Type menu, - and the keyboard shortcuts. + As of notebook version 4.1, the user interface allows for multiple cells to + be selected. The ``quick celltype selector``, found in the menubar, will + display a dash ``-`` when multiple cells are selected to indicate that the + type of the cells in the selection might not be unique. The quick selector + can still be used to change the type of the selection and will change the + type of all the currently selected cells. Structure of a notebook document