Adam Blake
f2db0265d4
Respect cell.is_editable during find-and-replace
...
Find and replace (searchandreplace.js) will overwrite the contents of cells even if they are marked as non-editable. Add a check against the cell's is_editable() method to ensure this only happens for editable cells.
6 years ago
Steven Silvester
b5a488835e
remove commented out code
6 years ago
Reece Hart
427bc961ee
closes #4029 : implement optional markdown header and footer files
6 years ago
Kevin Bates
e937fd7992
Back to dev version
6 years ago
Kevin Bates
36bc44a82c
Release 6.1.0rc1
6 years ago
Joshua Zeltser
fb08a1bda3
TO show tooltips via keyboard forDuplicate,View,Rename, Download, Shutdown, Edit,Move, Delete buttons. ( #4729 )
...
Co-authored-by: Norah Abanumay <norah@eduroam-int-dhcp-97-3-87.ucl.ac.uk>
6 years ago
tao
a90121c0d2
Solve issue #3940 : The dropdown submenu at notebook page is not keyboard accessible ( #4732 )
...
* Solve issue #3940
* Update menubar.js
Co-authored-by: 韩韬 <hantao@eduroam-int-dhcp-97-240-90.ucl.ac.uk>
6 years ago
Ben Thayer
ea0ac90257
Backspace deletes empty line ( #5502 ) ( #5516 )
6 years ago
Zachary Sailer
ed5e9d6d0e
Merge pull request #5316 from berendjan/reduce_duplication
...
Another (Minor) Duplicate Code Reduction
6 years ago
Matthias Geier
5aba3b824c
MathJax: Support for \gdef ( #4407 )
...
Backport of https://github.com/jupyterlab/jupyterlab/pull/5997
6 years ago
Aman Bansal
45d9f38d36
Alignment issue fixed ( #3173 )
6 years ago
Ben Thayer
cf5cb64c32
Implemented Split Cell for multicursor ( #4824 )
...
* Added multicursor cell splitting
* Empty cells are ok, fixed cursor equality check
6 years ago
Ben Thayer
d406b8c6a3
Fixed multicursor backspacing ( #4880 )
6 years ago
Mohammad Mostafa Farzan
6b83c9b4c5
unforce rtl output display ( #5039 )
6 years ago
Mohammad Mostafa Farzan
2ac0ff3d97
add codemirror-rtl to rtl markdown cells ( #5037 )
6 years ago
Mohammad Mostafa Farzan
80fc3c8c48
add support for all RTL languages ( #5036 )
6 years ago
Kyle Kelley
6308e979aa
Merge pull request #2922 from takluyver/run-cell-play
...
'Play' icon for run-cell toolbar button
6 years ago
Toon Baeyens
b278fa67de
Make a notebook writable after successful save-as ( #5296 )
...
* add failing test for readonly notebook
* test typing after save-as
* make notebook writable after save-as
fixes #1324
* fix failing test in travis
6 years ago
Onno Broekmans
7563c54dfc
Fix broken "Raw cell MIME type" dialog ( #3255 ) ( #5385 )
...
The modal dialog for entering a custom MIME type for a "Raw NBConvert"-
type cell was broken. This change to the JavaScript code makes the modal
dialog appear correctly again, as well as correctly disabling the
handling of key presses by the cell editor while the dialog is open.
This fixes #3255 .
6 years ago
Madhusudhan Srinivasa
4775ee551a
use cmdtrl-enter to run a cell ( #5120 )
...
Instead of ctrl-enter to run a cell, use cmdtrl-enter - this will provide better ux for mac users.
6 years ago
Zachary Sailer
ae7747f2b7
Merge pull request #5352 from ErwinRussel/refactoring
...
Code refactoring notebook.js
6 years ago
Afshin Taylor Darian
e9ce1b7461
Merge pull request #5107 from manics/toolbar-button-help-tooltip
...
Toolbar buttons tooltip: show help instead of label
6 years ago
Simon Li
5d47947675
Toolbar buttons tooltip: fallback to label as tooltip, set aria-label
6 years ago
Simon Li
d7f86ef6d3
Toolbar buttons tooltip: show help instead of label
6 years ago
Zachary Sailer
cbfc4dae91
Merge pull request #5351 from berendjan/download_multiple_files
...
tree added download multiple files
6 years ago
Steven Silvester
ebd2b5701c
Merge pull request #5198 from bzinberg/zeros-crash
...
Update CodeMirror dependency
6 years ago
Jesus Panales Castillo
978a73380c
Integrated LoginWidget into edit to enable users to logout from the text edit view. Issue #5399
6 years ago
Erwin
bd507b27a6
fix code duplication for cell conversion
6 years ago
Berend-Jan Lange
def0dfc84b
added_back_append_pdf
6 years ago
Berend-Jan Lange
39e7e0a280
added this.
6 years ago
Erwin
d26d1e385f
revert changes
6 years ago
Berend-Jan Lange
1af2c0c27a
added prototype
6 years ago
Berend-Jan Lange
feba9751a4
changed comments
6 years ago
Erwin
217c96eb59
fix test berendjan
6 years ago
Berend-Jan Lange
76d5422b4c
tree added download multiple files
6 years ago
Berend-Jan Lange
5907bf1e6c
update
6 years ago
Berend-Jan Lange
e6dea33643
update
6 years ago
Berend-Jan Lange
aaf68538f0
passed_test
6 years ago
Berend-Jan Lange
a9a5b1f1aa
added return
6 years ago
Berend-Jan Lange
456421b6e5
removed_prototyping
6 years ago
Berend-Jan Lange
4e26db9931
duplicate_reduction
6 years ago
Ben Zinberg
cb385481f6
Fix place where we were passing an `Array[string]` to `CodeMirror.findModeByExtension` instead of passing a string. (I guess older versions of CodeMirror allowed this?)
6 years ago
Luciano Resende
8a67477156
Back to development version
6 years ago
Luciano Resende
85f1b9f787
Release 6.0.3
6 years ago
ahangsleben
33548e18bf
Upgraded typeahead library. ( #4944 )
6 years ago
Thomas Kluyver
76a323e677
Merge pull request #4826 from benthayer/selectall
...
Ctrl-A to select all cells
6 years ago
Luciano Resende
8881a06e0e
Back to development version
7 years ago
Luciano Resende
7eb7f1cdc1
Release 6.0.2
7 years ago
Jason Grout
8f36daec83
Fixed semicolon
7 years ago
Kyle Kelley
b6d3bb0158
successively look for .data('path') up parents
7 years ago