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 |
damianavila
|
d0c5c393b6
|
Remove hard-coding of jupyter_config_dir config_dir at the notebookapp level, letting that being managed ny the ConfigManager.
|
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
|
859e1c77b6
|
Test based on css selection
|
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 |
Min RK
|
92fa310758
|
Merge pull request #866 from parleur/versions
Use PEP 440 prerelease tags
|
10 years ago |
Matthias Bussonnier
|
51576872fe
|
Remove dead code forgotten in previous commit.
|
10 years ago |
Matthias Bussonnier
|
2e1fcafcfe
|
Merge pull request #868 from SylvainCorlay/prompt_number_select
Disable prompt number selection
|
10 years ago |
Pierre Gerold
|
0b44f64e9d
|
Move test function to test file
|
10 years ago |
Matthias Bussonnier
|
bed0bd1ee2
|
Typo: `verison` -> `version` (swap `s` and `i`)
|
10 years ago |
Sylvain Corlay
|
0b54a53b83
|
Disable prompt number selection
|
10 years ago |
Pierre Gerold
|
02421c20e9
|
Remove unused marked related code
|
10 years ago |
Pierre Gerold
|
f557c8c9b7
|
Fusion between carreau & mink solution about version nb checking
|
10 years ago |
Matthias Bussonnier
|
f873493f9f
|
Test for Pep440 non-Complaint version numbers
test directly in the version number file, as the version number is
likely to be committed before running tests, so we want **really quick
failure**.
|
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
|
10 years ago |
Safia Abdalla
|
a7f05697cc
|
Cleaned up functions
|
10 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 |
Matthias Bussonnier
|
50e1f8b746
|
Cleanup and comment
[no-ci]
|
11 years ago |
Pierre Gerold
|
4290fb9b10
|
Fix #831
|
11 years ago |
Matthias Bussonnier
|
f2a42913a3
|
Move tests to a separate file
and get rid of `.entries()` not supported by Casper on Travis
|
11 years ago |
Pierre Gerold
|
ed2d61afa5
|
Typo tests
|
11 years ago |
Pierre Gerold
|
845ea5e555
|
end of tests
|
11 years ago |
Pierre Gerold
|
94d057bf10
|
test quick dirty and under pressure
|
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 |
Matthias Bussonnier
|
bd09de2519
|
Merge pull request #747 from parleur/toto
Allow disabling atomic writing
|
11 years ago |
Pierre Gerold
|
aebecc402d
|
Carreau's comments
|
11 years ago |
Safia Abdalla
|
42bb38fcb0
|
Pluralized menu items for merged multiselect features
|
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 |