Min RK
bf952c1f86
Merge pull request #822 from Carreau/merge-below
...
have shift-m merge below if one cell selected
11 years ago
Min RK
d4e467e3f4
Merge pull request #799 from Carreau/past-and-replace
...
Fix and test paste_cell_replace with multi-selection
11 years ago
Matthias Bussonnier
69ff48ee99
Merge pull request #813 from jdfreder/i795
...
Run and select below multiselect compat.
11 years ago
Matthias Bussonnier
f1db9c4b99
focus the last pasted cell, and add test
11 years ago
Jonathan Frederic
03b7e18082
Merge pull request #815 from jdfreder/i793
...
Deprecate move cell up/down
11 years ago
Matthias Bussonnier
7dd57f9696
Update merge tests with new behavior (merge below)
11 years ago
Jonathan Frederic
a9b9243ebf
Tests
11 years ago
Jonathan Frederic
7ec9d5a967
Run and select below multiselect compat.
11 years ago
Matthias Bussonnier
b370f285bb
Merge pull request #812 from jdfreder/i794
...
Insert cell above/below and multiple selection
11 years ago
Matthias Bussonnier
c71c4f3032
Merge pull request #814 from jdfreder/i796
...
Run and insert below, multiselect compat.
11 years ago
Jonathan Frederic
b1febfc13c
Merge pull request #818 from Carreau/docs-quickselect
...
Document limitation of quick celltype selector...
11 years ago
Jonathan Frederic
eead7d3fd6
Remove deprecation pill
11 years ago
Matthias Bussonnier
e7912c4682
have shift-m merge below if one cell selected
11 years ago
Jonathan Frederic
2faaae8d54
Merge pull request #821 from Carreau/fix-mergeable-tests
...
Fix tests on merge-able cells.
11 years ago
Jonathan Frederic
c2dfc10fa5
Merge pull request #819 from Carreau/pluralize
...
Pluralize action on multiple outputs
11 years ago
Matthias Bussonnier
b7a85f4e6b
Merge pull request #8 from jdfreder/doccopyedit
...
Copy edit
11 years ago
Jonathan Frederic
193202bdb5
Copy edit
11 years ago
Jonathan Frederic
989c7da9d4
State when the function will be removed
11 years ago
Jonathan Frederic
7a7c90b993
Add tests
11 years ago
Jonathan Frederic
c80d554c99
Merge pull request #4 from Carreau/john-tests
...
Write test to test for running of multiple selection and insert below.
11 years ago
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
11 years ago
Matthias Bussonnier
fb7d3004f2
Pluralize action on multiple outputs
11 years ago
Matthias Bussonnier
225bbcffa7
Document limitation of quick celltype selector...
...
... With regard to Multiple selection.
Closes #805
11 years ago
Matthias Bussonnier
a863916505
Make past and replace actually replace selection.
...
It used to replace only the head of the selection.
Change tests accordingly
11 years ago
Matthias Bussonnier
4719f957ad
Write test to test for running of multiple selection and insert below.
11 years ago
Matthias Bussonnier
79df8c6469
Merge pull request #816 from captainsafia/add-multiselect-toggle-tests
...
Add tests for multiselect toggles
11 years ago
Safia Abdalla
ca496ee268
Added tests for multiselect toggle functionality
11 years ago
Safia Abdalla
068f4e9136
Refactored multiselect toggles
11 years ago
Fernando Perez
3e76a5a515
Merge pull request #760 from Carreau/secure-server
...
Refactor script to automatically setup notebook over SSL.
11 years ago
Jonathan Frederic
9ff8889641
Merge pull request #809 from parente/multiple-cell-converts
...
Support multiple cell selections in markdown, raw, and code conversions
11 years ago
Jonathan Frederic
b1ac6f2591
Deprecate move cell up/down
11 years ago
Jonathan Frederic
5455aef679
Run and insert below, multiselect compat.
11 years ago
Jonathan Frederic
46f0cd9c34
Insert cell above/below and multiple selection
11 years ago
Peter Parente
2b7a06d4b2
Add multiselect cell type conversion tests
...
(c) Copyright IBM Corp. 2015
11 years ago
Peter Parente
258470e19c
Support multicell selection in markdown conversion
...
Fixes #803
(c) Copyright IBM Corp. 2015
11 years ago
Peter Parente
eb2ad5fcf6
Support multicell selection in row text conversion
...
Fixes #804
(c) Copyright IBM Corp. 2015
11 years ago
Peter Parente
e641f5fe1f
Add doc string to cells_to_code
11 years ago
Pierre Gerold
5a8cc0a75d
add maintoolbar fix for cells_to_code
11 years ago
Pierre Gerold
77210286d3
some ; missings
11 years ago
Pierre Gerold
e3299328d2
to_code -> cells_to_code to handle muliple selected cells
11 years ago
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)
11 years ago
Brian E. Granger
cdd59fd140
Merge pull request #798 from Carreau/pluralize
...
Pluralize commands in menu that can act on many cells.
11 years ago
Matthias Bussonnier
57b9550b8d
Fix test and move in their own file
11 years ago
Matthias Bussonnier
134351a744
Fist and test past_cell_replace with multi-selection
...
closes #792
11 years ago
Matthias Bussonnier
c42d43f6c4
Pluralize commands in menu that can act on many cells.
...
Should we put the `s` in parenthesis ?
11 years ago
Matthias Bussonnier
de405586e3
make certif 0o600 also.
11 years ago
Matthias Bussonnier
efc7e8f4ea
Take comments into account
11 years ago
Min RK
c882b27732
Merge pull request #786 from minrk/4.1-docs
...
4.1 changelog and docs
11 years ago
Brian E. Granger
feb83d6c9d
Merge pull request #708 from Carreau/fix-shift-jk
...
[WIP] Prototype to fix Shift-J/K selection with anchor and cursor
11 years ago
Thomas Kluyver
6325a1a4a7
Merge pull request #787 from parente/patch-1
...
Fix ConfigWithDefaults "this" context
11 years ago