From 225bbcffa76d649d4262a4c8be4f75ddbdda41be Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 10 Dec 2015 13:56:43 +0100 Subject: [PATCH 1/2] Document limitation of quick celltype selector... ... With regard to Multiple selection. Closes #805 --- docs/source/notebook.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/notebook.rst b/docs/source/notebook.rst index 6171567d0..8788b2dfe 100644 --- a/docs/source/notebook.rst +++ b/docs/source/notebook.rst @@ -187,6 +187,16 @@ operations within the notebook, by clicking on an icon. **code cell**: the default type of cell, read on for an explanation of cells +.. note:: + + As of notebook version 4.1, the user interface allows for multiple cells + selection. The ``quick celltype selector`` present in menubar might + present inconsistencies when cells of multiple types are selected. This + inconsistency might also prevent user to change type of the cells in the + current selection using the ``quic celltype selector``. Though type of + cells can still be changed using the ``command palette``, Cell Type menu, + as well as keyboard shortcuts. + Structure of a notebook document -------------------------------- From 193202bdb5520e354d8243b0ccb41ac557cbd712 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Thu, 10 Dec 2015 09:33:53 -0800 Subject: [PATCH 2/2] Copy edit --- docs/source/notebook.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/notebook.rst b/docs/source/notebook.rst index 8788b2dfe..bfdf0942e 100644 --- a/docs/source/notebook.rst +++ b/docs/source/notebook.rst @@ -190,12 +190,12 @@ operations within the notebook, by clicking on an icon. .. note:: As of notebook version 4.1, the user interface allows for multiple cells - selection. The ``quick celltype selector`` present in menubar might - present inconsistencies when cells of multiple types are selected. This - inconsistency might also prevent user to change type of the cells in the - current selection using the ``quic celltype selector``. Though type of + 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, - as well as keyboard shortcuts. + and the keyboard shortcuts. Structure of a notebook document