Peter Parente
|
2ace23d841
|
Fix ConfigWithDefaults "this" context
Within the promise callback, refer to the ConfigWithDefaults instance, not the Promise
|
11 years ago |
Min RK
|
377f4f24dc
|
Merge pull request #783 from marceloramires/master
Fixing way in which selection ranges are deleted
|
11 years ago |
marcelo-ramires
|
89b7d96ccd
|
Fixing way in which selection ranges are deleted
|
11 years ago |
Thomas Kluyver
|
edd8fdd44c
|
Merge pull request #631 from jcb91/feature/celltoolbar_fix
fix incorrect html structure from cell toolbar generator functions
|
11 years ago |
Min RK
|
b2e33823cb
|
Merge pull request #765 from marceloramires/master
Fixing backspace on multiple selection bug
|
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 |
Josh Barnes
|
1a855af8f2
|
give defined ordering to keyboard shortcuts with the same help_index
|
11 years ago |
Sylvain Corlay
|
f32651e202
|
Use jquery-ui instead of jqueryui
|
11 years ago |
Josh Barnes
|
531b373eb8
|
fix bug in `notebook/js/quickhelp` whereby edit-mode shortcuts were duplicated on every rebuild
|
11 years ago |
marcelo-ramires
|
6692ea7348
|
Fixing backspace on multiple selection bug
|
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 |
Brian E. Granger
|
a9626ce3d1
|
Changing colors on find and replace matches.
|
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 |
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 |
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 |
Matthias Bussonnier
|
629c92466f
|
unbind ctrl-space for now
|
11 years ago |
Matthias Bussonnier
|
74a9789ef9
|
remove unused variable
|
11 years ago |
Jessica B. Hamrick
|
059646ce11
|
Make sure notification is sticky
|
11 years ago |
Jessica B. Hamrick
|
b2a17eee49
|
Set a default rate limit
|
11 years ago |
Jessica B. Hamrick
|
fded61ef63
|
Remove console.log
|
11 years ago |
Jessica B. Hamrick
|
3bcd3417c2
|
Rate limit scrolling callback
|
11 years ago |
Matthias Bussonnier
|
887e0dd154
|
Merge pull request #681 from jhamrick/undo-merge
Properly undo merges
|
11 years ago |
Matthias Bussonnier
|
38135d145d
|
'more actions'
|
11 years ago |
Min RK
|
453b6a864a
|
Merge pull request #689 from Carreau/moar-actions-II
typing lazyness
|
11 years ago |
Min RK
|
ca1263d2ea
|
Merge pull request #688 from Carreau/moar-actions
more menu bound to actions
|
11 years ago |
Matthias Bussonnier
|
7c60193d24
|
fix notebook tour bugs
fixes #690
|
11 years ago |
Matthias Bussonnier
|
ca906db180
|
'simplify binding'
|
11 years ago |
Jessica B. Hamrick
|
7c4d6908d7
|
Fix bug in undoing merges
|
11 years ago |
Matthias Bussonnier
|
6e0134772c
|
'more menu bound to actions'
|
11 years ago |
Jessica B. Hamrick
|
43effede85
|
Ensure consistency with when command mode is called
|
11 years ago |
Jessica B. Hamrick
|
6f1694d6b3
|
Select cell after executing, not in loop
|
11 years ago |
Jessica B. Hamrick
|
a885f9195c
|
Alias execute_cell to execute_marked_cells
|
11 years ago |
Jessica B. Hamrick
|
f4913bdcd1
|
Rename execute_cell to execute_marked_cells
|
11 years ago |
Jessica B. Hamrick
|
0fff17cdbc
|
Run marked cells
|
11 years ago |
Jonathan Frederic
|
947f08e639
|
Merge pull request #676 from jhamrick/mark-behavior
Minor changes to marking behavior
|
11 years ago |
Jessica B. Hamrick
|
81e2677949
|
Use blue info notification
|
11 years ago |
Jessica B. Hamrick
|
eb9ddc4923
|
Trigger notification when marked cells are offscreen
|
11 years ago |
Jessica B. Hamrick
|
84e7144824
|
Unmark after merge
|
11 years ago |