Commit Graph

8445 Commits

Author SHA1 Message Date
Matthias Bussonnier
c116f33b4f release version 4.1.0b1 2015-12-11 19:04:53 +01:00
Min RK
3170602e8c Merge pull request #830 from Carreau/move-selection
Fix move selection up/down
2015-12-11 18:31:50 +01:00
Matthias Bussonnier
7372434515 Merge pull request #836 from parleur/snr_multi
Fix #831 (find/replace in selection act on all cells)
2015-12-11 17:01:24 +01:00
Matthias Bussonnier
50e1f8b746 Cleanup and comment
[no-ci]
2015-12-11 16:41:59 +01:00
Pierre Gerold
4290fb9b10 Fix #831 2015-12-11 16:38:44 +01:00
Matthias Bussonnier
f2a42913a3 Move tests to a separate file
and get rid of `.entries()` not supported by Casper on Travis
2015-12-11 16:36:40 +01:00
Pierre Gerold
ed2d61afa5 Typo tests 2015-12-11 16:11:04 +01:00
Pierre Gerold
845ea5e555 end of tests 2015-12-11 15:50:21 +01:00
Pierre Gerold
94d057bf10 test quick dirty and under pressure 2015-12-11 15:38:36 +01:00
Matthias Bussonnier
aefbdbf365 Fix move selection up/down
Move the selection by detach/attach previous/next cell, and reselect the
moved selection.

Closes #793 (once test written).
2015-12-11 12:09:47 +01:00
Matthias Bussonnier
166b709a6a Merge pull request #825 from parleur/selectbox
Fix the selectbox celltype behavior when multiselected
2015-12-11 11:37:41 +01:00
Matthias Bussonnier
bd09de2519 Merge pull request #747 from parleur/toto
Allow disabling atomic writing
2015-12-11 11:33:14 +01:00
Matthias Bussonnier
0df3983b23 Merge pull request #829 from captainsafia/pluralize-menu-items
Pluralized menu items for merged multiselect features
2015-12-11 11:31:05 +01:00
Pierre Gerold
aebecc402d Carreau's comments 2015-12-11 10:10:22 +01:00
Safia Abdalla
42bb38fcb0 Pluralized menu items for merged multiselect features 2015-12-10 21:32:27 -06:00
Jonathan Frederic
203ccd3d44 Merge pull request #828 from minrk/click-contract-select
contract selection on click
2015-12-10 17:20:44 -08:00
Min RK
0b8886d6e5 contract selection on click
During multi-select, clicking on the current cell collapses the selection back to just that cell.
2015-12-10 23:59:35 +01:00
Min RK
bf952c1f86 Merge pull request #822 from Carreau/merge-below
have shift-m merge below if one cell selected
2015-12-10 23:50:13 +01:00
Min RK
d4e467e3f4 Merge pull request #799 from Carreau/past-and-replace
Fix and test paste_cell_replace with multi-selection
2015-12-10 23:48:16 +01:00
Matthias Bussonnier
69ff48ee99 Merge pull request #813 from jdfreder/i795
Run and select below multiselect compat.
2015-12-10 20:16:32 +01:00
Pierre Gerold
bbc694b883 hidden / show trick 2015-12-10 19:42:39 +01:00
Matthias Bussonnier
f1db9c4b99 focus the last pasted cell, and add test 2015-12-10 19:25:32 +01:00
Jonathan Frederic
03b7e18082 Merge pull request #815 from jdfreder/i793
Deprecate move cell up/down
2015-12-10 10:24:27 -08:00
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