Matthias Bussonnier
7dd57f9696
Update merge tests with new behavior (merge below)
2015-12-10 19:08:58 +01:00
Jonathan Frederic
a9b9243ebf
Tests
2015-12-10 10:03:49 -08:00
Jonathan Frederic
7ec9d5a967
Run and select below multiselect compat.
2015-12-10 10:02:47 -08:00
Matthias Bussonnier
b370f285bb
Merge pull request #812 from jdfreder/i794
...
Insert cell above/below and multiple selection
2015-12-10 18:55:42 +01:00
Matthias Bussonnier
c71c4f3032
Merge pull request #814 from jdfreder/i796
...
Run and insert below, multiselect compat.
2015-12-10 18:54:10 +01:00
Jonathan Frederic
b1febfc13c
Merge pull request #818 from Carreau/docs-quickselect
...
Document limitation of quick celltype selector...
2015-12-10 09:52:51 -08:00
Jonathan Frederic
eead7d3fd6
Remove deprecation pill
2015-12-10 09:51:29 -08:00
Matthias Bussonnier
e7912c4682
have shift-m merge below if one cell selected
2015-12-10 18:48:23 +01:00
Jonathan Frederic
2faaae8d54
Merge pull request #821 from Carreau/fix-mergeable-tests
...
Fix tests on merge-able cells.
2015-12-10 09:46:10 -08:00
Jonathan Frederic
c2dfc10fa5
Merge pull request #819 from Carreau/pluralize
...
Pluralize action on multiple outputs
2015-12-10 09:37:55 -08:00
Pierre Gerold
4a0cfdca6a
correct the celltype select box behavior with multiselect
2015-12-10 18:35:57 +01:00
Matthias Bussonnier
b7a85f4e6b
Merge pull request #8 from jdfreder/doccopyedit
...
Copy edit
2015-12-10 18:35:45 +01:00
Jonathan Frederic
193202bdb5
Copy edit
2015-12-10 09:33:53 -08:00
Jonathan Frederic
989c7da9d4
State when the function will be removed
2015-12-10 09:08:00 -08:00
Jonathan Frederic
7a7c90b993
Add tests
2015-12-10 09:03:35 -08:00
Pierre Gerold
b10a16d378
add a multiselect state in maintoolbar celltype selectbox
2015-12-10 17:44:39 +01:00
Jonathan Frederic
c80d554c99
Merge pull request #4 from Carreau/john-tests
...
Write test to test for running of multiple selection and insert below.
2015-12-10 08:43:22 -08:00
Matthias Bussonnier
f5dc1b25ec
Fix tests on merge-able cells.
...
Add test to check that shift-m does actually do nothing on only 1 cell
selected.
make sure multiple cells get selected when trying to merge a lock cell
(or it's useless test)
Add a test that check 2 cells can be merged.
Closes #820
2015-12-10 14:49:45 +01:00
Matthias Bussonnier
fb7d3004f2
Pluralize action on multiple outputs
2015-12-10 14:01:46 +01:00
Matthias Bussonnier
225bbcffa7
Document limitation of quick celltype selector...
...
... With regard to Multiple selection.
Closes #805
2015-12-10 13:56:43 +01:00
Matthias Bussonnier
a863916505
Make past and replace actually replace selection.
...
It used to replace only the head of the selection.
Change tests accordingly
2015-12-10 13:36:52 +01:00
Matthias Bussonnier
4719f957ad
Write test to test for running of multiple selection and insert below.
2015-12-10 13:09:21 +01:00
Matthias Bussonnier
79df8c6469
Merge pull request #816 from captainsafia/add-multiselect-toggle-tests
...
Add tests for multiselect toggles
2015-12-10 12:17:57 +01:00
Safia Abdalla
ca496ee268
Added tests for multiselect toggle functionality
2015-12-09 22:35:39 -06:00
Safia Abdalla
068f4e9136
Refactored multiselect toggles
2015-12-09 22:35:01 -06:00
Fernando Perez
3e76a5a515
Merge pull request #760 from Carreau/secure-server
...
Refactor script to automatically setup notebook over SSL.
2015-12-09 18:37:55 -08:00
Jonathan Frederic
9ff8889641
Merge pull request #809 from parente/multiple-cell-converts
...
Support multiple cell selections in markdown, raw, and code conversions
2015-12-09 11:23:19 -08:00
Jonathan Frederic
b1ac6f2591
Deprecate move cell up/down
2015-12-09 11:17:34 -08:00
Jonathan Frederic
5455aef679
Run and insert below, multiselect compat.
2015-12-09 10:45:28 -08:00
Jonathan Frederic
46f0cd9c34
Insert cell above/below and multiple selection
2015-12-09 10:32:19 -08:00
Peter Parente
2b7a06d4b2
Add multiselect cell type conversion tests
...
(c) Copyright IBM Corp. 2015
2015-12-08 23:51:40 -05:00
Peter Parente
258470e19c
Support multicell selection in markdown conversion
...
Fixes #803
(c) Copyright IBM Corp. 2015
2015-12-08 22:31:52 -05:00
Peter Parente
eb2ad5fcf6
Support multicell selection in row text conversion
...
Fixes #804
(c) Copyright IBM Corp. 2015
2015-12-08 22:31:33 -05:00
Peter Parente
e641f5fe1f
Add doc string to cells_to_code
2015-12-08 22:23:32 -05:00
Pierre Gerold
5a8cc0a75d
add maintoolbar fix for cells_to_code
2015-12-08 22:21:16 -05:00
Pierre Gerold
77210286d3
some ; missings
2015-12-08 22:21:16 -05:00
Pierre Gerold
e3299328d2
to_code -> cells_to_code to handle muliple selected cells
2015-12-08 22:21:16 -05:00
Matthias Bussonnier
b382950432
Toggle scroll, collapse and clear cell now apply on selection.
...
Still need tests.
And as discussed a long time ago, the concept of toggling scrolling and
Collapsed is **not** the right one, it leads to inconsistencies.
The cell output has 3 states:
- expanded
- scrolled
- collapsed
And the menu action should decide which one of the 3 user want.
Otherwise you get into inconsistencies like what is the difference
between collapsed & scrolled /vs/ collapsed & not scrolled.
Partially addresses #800 and #801 (I think)
2015-12-08 21:24:35 +01:00
Brian E. Granger
cdd59fd140
Merge pull request #798 from Carreau/pluralize
...
Pluralize commands in menu that can act on many cells.
2015-12-08 09:35:53 -08:00
Matthias Bussonnier
57b9550b8d
Fix test and move in their own file
2015-12-08 17:44:25 +01:00
Matthias Bussonnier
134351a744
Fist and test past_cell_replace with multi-selection
...
closes #792
2015-12-08 17:15:56 +01:00
Matthias Bussonnier
c42d43f6c4
Pluralize commands in menu that can act on many cells.
...
Should we put the `s` in parenthesis ?
2015-12-08 16:02:48 +01:00
Matthias Bussonnier
de405586e3
make certif 0o600 also.
2015-12-08 10:01:25 +01:00
Matthias Bussonnier
efc7e8f4ea
Take comments into account
2015-12-08 09:55:36 +01:00
Min RK
c882b27732
Merge pull request #786 from minrk/4.1-docs
...
4.1 changelog and docs
2015-12-07 21:44:56 +01:00
Pierre Gerold
6ba2104c4b
finish the merge ... yeh I missed a <<<<<<<HEAD ...
2015-12-07 12:10:18 +01:00
Pierre Gerold
c218ff25f7
Merge branch 'master' into toto
2015-12-07 12:01:04 +01:00
Pierre Gerold
7d6c1c4774
Merge branch 'master' of https://github.com/jupyter/notebook
2015-12-07 11:53:38 +01:00
Pierre Gerold
fbcf2c403e
remove flush after save (no atomic writing)
2015-12-07 11:52:52 +01:00
Pierre Gerold
28d6fbde84
Modify test + correct docstrings
2015-12-07 10:57:51 +01:00