Min RK
addc7eb5d9
Merge pull request #758 from Carreau/document-extensions
...
Start documenting how to write frontend extensions
11 years ago
Min RK
b2e33823cb
Merge pull request #765 from marceloramires/master
...
Fixing backspace on multiple selection bug
11 years ago
Min RK
f78e3f0d76
Merge pull request #779 from captainsafia/add-tests-for-dir-rename
...
Add tests for directory renaming under ContentsManager
11 years ago
Min RK
20d858a02a
Merge pull request #706 from Carreau/ugly-fix
...
Work around jump/scroll on heading links
11 years ago
Min RK
1d934b3a9a
Merge pull request #777 from jcb91/bugfix/keyboard
...
give defined ordering to keyboard shortcuts with the same help_index
11 years ago
Matthias Bussonnier
66f7390f8d
missing N
11 years ago
Matthias Bussonnier
cdb7c7b843
Merge pull request #770 from SylvainCorlay/module_names
...
Use jquery-ui instead of jqueryui
11 years ago
Jonathan Frederic
ca4ec66f5a
Merge pull request #763 from Carreau/fixWaitForOutput
...
Timeout is an option of `waitFor`, not `then`
11 years ago
Safia Abdalla
8e0a8d1ea6
Added tests for directory renaming
11 years ago
Josh Barnes
1a855af8f2
give defined ordering to keyboard shortcuts with the same help_index
11 years ago
Matthias Bussonnier
33b22f77b3
Merge pull request #6 from takluyver/document-extensions
...
English fixes and update description of installing and activating extensions
11 years ago
Thomas Kluyver
92caca5683
English fixes and update description of installing and activating extensions
11 years ago
Sylvain Corlay
f32651e202
Use jquery-ui instead of jqueryui
11 years ago
Min RK
8acf2bfc04
Merge pull request #773 from jcb91/bugfix/quickhelp
...
Avoid duplicate edit shortcuts in quick-help
11 years ago
Josh Barnes
531b373eb8
fix bug in `notebook/js/quickhelp` whereby edit-mode shortcuts were duplicated on every rebuild
11 years ago
Matthias Bussonnier
5de960b938
Merge pull request #769 from SylvainCorlay/base_url
...
Fix deprecation warning
11 years ago
Matthias Bussonnier
259be440b5
use var
11 years ago
Sylvain Corlay
2cb85ab939
fix deprecation warning
11 years ago
marcelo-ramires
6692ea7348
Fixing backspace on multiple selection bug
11 years ago
Matthias Bussonnier
c54b4f0e1d
more info on timeout
11 years ago
Matthias Bussonnier
a0929ab8c1
Timeout is an option of `waitFor`, not `then`
11 years ago
Min RK
9eaba1dee5
Merge pull request #761 from Carreau/typo
...
Typo _that.last_modifed => that._last_modified.
11 years ago
Matthias Bussonnier
6f5e7cae97
fix typo
11 years ago
Brian E. Granger
eaf06374ba
Merge pull request #752 from minrk/explicit-default-dialog-button
...
allow specifying default dialog button
11 years ago
Fernando Perez
7ce1dc5fcc
Merge pull request #757 from ellisonbg/fandr-colors
...
Changing colors on find and replace matches.
11 years ago
Matthias Bussonnier
1feb3960d8
Start documenting how to write font end extension
...
This if course require more work, but the request for custom key binding
is too high, and the process of writing extensions too widespread on the
internet.
11 years ago
Brian E. Granger
a9626ce3d1
Changing colors on find and replace matches.
11 years ago
Min RK
1ac32f59da
Merge pull request #755 from Carreau/setup-secure
...
Create tool to auto generate secure settings.
11 years ago
Matthias Bussonnier
5a7a41a83e
don't write english before breakfast
11 years ago
Matthias Bussonnier
2dabc68924
Merge pull request #741 from ellisonbg/find-replace-ux
...
Work on the style and usability of find and replace...
11 years ago
Min RK
85bf940b3c
Merge pull request #729 from Carreau/debug-484
...
Add debug statements for notebook changed on disk
11 years ago
Matthias Bussonnier
b9280d50e3
Create tool to auto generate secure settings.
11 years ago
Brian E. Granger
e31fc195e2
Addressing review comments...
11 years ago
Brian E. Granger
0576363be4
Better jQuery style...
11 years ago
Min RK
ed812735cf
allow specifying default dialog button
...
rather than always focusing rightmost button
use:
default_button: "label"
to explicitly request a button be the default.
11 years ago
Brian E. Granger
75a0585aec
Work on the style and usability of find and replace...
11 years ago
Min RK
b10326e93c
Merge pull request #718 from Carreau/fixansi
...
Fix closing ansi handling.
11 years ago
Min RK
f998bd67df
Merge pull request #732 from Carreau/docs
...
Fix docs on secure server.
11 years ago
Min RK
3a990d34a7
Merge pull request #730 from brettcannon/patch-1
...
Fix a dead link to example notebooks
11 years ago
Min RK
b37ff2ceb6
Merge pull request #731 from cjermain/fix-url-encode
...
BUG: use url_escape to encode URL for browser
11 years ago
Colin Jermain
5768fc7c11
BUG: use url_escape to encode URL for browser
11 years ago
Matthias Bussonnier
5c73284c39
Fix docs on secure server.
11 years ago
Brett Cannon
97071b74ff
Fix a dead link to example notebooks
11 years ago
Matthias Bussonnier
a2224fb5c4
Merge pull request #687 from Carreau/docs
...
update docs
11 years ago
Matthias Bussonnier
cdd2ae7cc6
Add debug statements for #484
11 years ago
Matthias Bussonnier
226a0c8676
Merge pull request #692 from Carreau/moar-actions-III
...
Moar actions iii
11 years ago
Matthias Bussonnier
f99ee3025c
Fix closing ansi handling.
...
The following was wrong:
IPython.utils.ansispan("\x1b[38;5;28;01mtry\x1b[39;00m")
"<span style="color: rgb(0,102,0);" class="ansibold">try< span>"
11 years ago
Matthias Bussonnier
d81d6a8e39
Work around #699
11 years ago
Matthias Bussonnier
d2c972a45c
Rename action visibility -> collapsed, scrolling->scrolled
11 years ago
Matthias Bussonnier
02102c5297
Merge pull request #696 from jhamrick/throttle
...
Rate limit scrolling callback
11 years ago