Fernando Perez
|
0ac253bc1c
|
Update keyboard shortcuts page to accurately describe command mode (blue margin)
|
10 years ago |
Safia Abdalla
|
dc69a03bfa
|
Removed "window."
|
10 years ago |
Safia Abdalla
|
57360754b4
|
Replace setTimeout with requestAnimationFrame
|
10 years ago |
Safia Abdalla
|
39e155e697
|
Add setTimeout to force browser repaint
|
10 years ago |
Safia Abdalla
|
781e4ffd4f
|
Added onResult function to type ahead
|
10 years ago |
Min RK
|
234cf31d3f
|
4.1.0rc1
|
10 years ago |
Min RK
|
71c5057ae5
|
Merge pull request #876 from SylvainCorlay/no_body_class
Multi-select: avoid adding a css class to body element
|
10 years ago |
Jonathan Frederic
|
9380a22b76
|
Hide vertical scrollbar on rendered content by default.
|
10 years ago |
Sylvain Corlay
|
a094df764e
|
Avoid adding a css class to body element
|
10 years ago |
Matthias Bussonnier
|
dc3dae96b6
|
Merge pull request #875 from minrk/set_next_input_clear_optional
add clear_output option to set_next_input payload
|
10 years ago |
Min RK
|
ae2fb41bad
|
Merge pull request #864 from Carreau/js-cleanup
A bunch of js cleanup
|
10 years ago |
Min RK
|
f8ede57918
|
add clear_output option to set_next_input payload
default preserves prior behavior
|
10 years ago |
Min RK
|
34481cb7ed
|
Don't clear output on set_next_input(replace=True)
rewriting input shouldn't force removal of output
|
10 years ago |
Matthias Bussonnier
|
2e1fcafcfe
|
Merge pull request #868 from SylvainCorlay/prompt_number_select
Disable prompt number selection
|
10 years ago |
Sylvain Corlay
|
0b54a53b83
|
Disable prompt number selection
|
10 years ago |
Pierre Gerold
|
02421c20e9
|
Remove unused marked related code
|
10 years ago |
Matthias Bussonnier
|
9706e4c0e1
|
A bunch of js cleanup
|
10 years ago |
Matthias Bussonnier
|
ddfc2ef2f4
|
Make focus follow shift-selection.
|
10 years ago |
Matthias Bussonnier
|
c21ba90813
|
Merge pull request #850 from captainsafia/update-var-names
Update var names in multi-selection move
|
10 years ago |
Safia Abdalla
|
646a388448
|
Added documentation to get_anchor_index function
|
11 years ago |
Safia Abdalla
|
a7f05697cc
|
Cleaned up functions
|
11 years ago |
Matthias Bussonnier
|
68ae9415de
|
Fix toggle line number on multiple selection, and command palette.
|
11 years ago |
Matthias Bussonnier
|
c116f33b4f
|
release version 4.1.0b1
|
11 years ago |
Min RK
|
3170602e8c
|
Merge pull request #830 from Carreau/move-selection
Fix move selection up/down
|
11 years ago |
Pierre Gerold
|
4290fb9b10
|
Fix #831
|
11 years ago |
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).
|
11 years ago |
Matthias Bussonnier
|
166b709a6a
|
Merge pull request #825 from parleur/selectbox
Fix the selectbox celltype behavior when multiselected
|
11 years ago |
Pierre Gerold
|
aebecc402d
|
Carreau's comments
|
11 years ago |
Min RK
|
0b8886d6e5
|
contract selection on click
During multi-select, clicking on the current cell collapses the selection back to just that cell.
|
11 years ago |
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 |
Pierre Gerold
|
bbc694b883
|
hidden / show trick
|
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 |
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
|
eead7d3fd6
|
Remove deprecation pill
|
11 years ago |
Matthias Bussonnier
|
e7912c4682
|
have shift-m merge below if one cell selected
|
11 years ago |
Pierre Gerold
|
4a0cfdca6a
|
correct the celltype select box behavior with multiselect
|
11 years ago |
Jonathan Frederic
|
989c7da9d4
|
State when the function will be removed
|
11 years ago |
Pierre Gerold
|
b10a16d378
|
add a multiselect state in maintoolbar celltype selectbox
|
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
|
79df8c6469
|
Merge pull request #816 from captainsafia/add-multiselect-toggle-tests
Add tests for multiselect toggles
|
11 years ago |
Safia Abdalla
|
068f4e9136
|
Refactored multiselect toggles
|
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
|
258470e19c
|
Support multicell selection in markdown conversion
Fixes #803
(c) Copyright IBM Corp. 2015
|
11 years ago |