Jessica B. Hamrick
|
6f1694d6b3
|
Select cell after executing, not in loop
|
2015-10-29 14:24:59 -07:00 |
|
Jessica B. Hamrick
|
a885f9195c
|
Alias execute_cell to execute_marked_cells
|
2015-10-29 14:24:59 -07:00 |
|
Jessica B. Hamrick
|
f4913bdcd1
|
Rename execute_cell to execute_marked_cells
|
2015-10-29 14:24:59 -07:00 |
|
Jessica B. Hamrick
|
ac02e2259f
|
Add some tests
|
2015-10-29 14:24:58 -07:00 |
|
Jessica B. Hamrick
|
0fff17cdbc
|
Run marked cells
|
2015-10-29 14:24:58 -07:00 |
|
Jonathan Frederic
|
947f08e639
|
Merge pull request #676 from jhamrick/mark-behavior
Minor changes to marking behavior
|
2015-10-29 14:22:49 -07:00 |
|
Jonathan Frederic
|
f3e3fde068
|
Merge pull request #683 from jhamrick/offscreen
Trigger notification when marked cells are offscreen
|
2015-10-29 12:24:57 -07:00 |
|
Jessica B. Hamrick
|
a1b530e28b
|
Fix tests
|
2015-10-29 12:06:25 -07:00 |
|
Jessica B. Hamrick
|
81e2677949
|
Use blue info notification
|
2015-10-29 11:55:27 -07:00 |
|
Jessica B. Hamrick
|
eb9ddc4923
|
Trigger notification when marked cells are offscreen
|
2015-10-29 11:55:26 -07:00 |
|
Jessica B. Hamrick
|
84e7144824
|
Unmark after merge
|
2015-10-29 11:40:28 -07:00 |
|
Jessica B. Hamrick
|
716a9cf0d5
|
Don't add explicit mark unless asked to
|
2015-10-29 11:40:28 -07:00 |
|
Jessica B. Hamrick
|
358508d157
|
Include selected cell as a marked cell
|
2015-10-29 11:40:28 -07:00 |
|
Matthias Bussonnier
|
5288203a5f
|
Merge pull request #675 from jhamrick/ui-prototype
Marked cells styling
|
2015-10-29 11:30:17 -07:00 |
|
Jessica B. Hamrick
|
3af89794fe
|
Remove added whitespace
|
2015-10-29 11:03:19 -07:00 |
|
Jessica B. Hamrick
|
fc08f4904d
|
Set less variables for border padding and width
|
2015-10-29 11:02:52 -07:00 |
|
Jessica B. Hamrick
|
0d1eb15888
|
Remove event firing changes
|
2015-10-29 09:02:16 -07:00 |
|
Jessica B. Hamrick
|
e5b79d3f4c
|
Rename cell:marking-changed to marked_changed.Cell
|
2015-10-29 08:55:05 -07:00 |
|
Jessica B. Hamrick
|
96a9605e3a
|
Remove debug statement and update_marked_status function
|
2015-10-29 08:17:05 -07:00 |
|
Jessica B. Hamrick
|
c9385abe24
|
Prototype 5
|
2015-10-29 08:17:05 -07:00 |
|
Matthias Bussonnier
|
9f746b383d
|
'proto2'
|
2015-10-29 08:17:04 -07:00 |
|
Matthias Bussonnier
|
7913da6930
|
'proto0'
|
2015-10-29 08:17:04 -07:00 |
|
Matthias Bussonnier
|
787b0d5c3f
|
a test
|
2015-10-29 08:17:04 -07:00 |
|
Min RK
|
67e32d536f
|
Merge pull request #673 from minrk/ssl-docs
add missing keyfile arg to ssl doc
|
2015-10-29 14:36:02 +01:00 |
|
Min RK
|
c0845d0e78
|
Merge pull request #682 from jhamrick/scroll-when-marking
Ensure focus is kept when extending the marked region
|
2015-10-29 13:50:00 +01:00 |
|
Min RK
|
ef3524f313
|
Merge pull request #679 from ellisonbg/runall-style
Making style of restart kernel confirm buttons consistent
|
2015-10-29 13:46:52 +01:00 |
|
Jessica B. Hamrick
|
b0dc933d78
|
Ensure focus is kept when extending the marked region
|
2015-10-28 14:59:50 -07:00 |
|
Brian E. Granger
|
4f3f74ffe8
|
Making style of run all confirm buttons consistent.
|
2015-10-28 15:58:01 -04:00 |
|
Min RK
|
bd6916199f
|
add missing keyfile arg to ssl doc
|
2015-10-28 10:37:50 +01:00 |
|
Min RK
|
4578c34b0f
|
Merge pull request #663 from jdemeyer/relative_mathjax
Interpret mathjax_url relative to base_url
|
2015-10-27 13:29:32 +01:00 |
|
Matthias Bussonnier
|
86415c42b5
|
Merge pull request #668 from minrk/fixConsolePrompt
call fixConsole on raw_input prompt
|
2015-10-26 14:17:34 -07:00 |
|
Matthias Bussonnier
|
553a9ce46f
|
Merge pull request #632 from jcb91/feature/add_buttons_group
enhancement: `IPython.toolbar.add_buttons_group` should return the new button group
|
2015-10-26 13:36:36 -07:00 |
|
Min RK
|
2034f1670a
|
call fixConsole on raw_input prompt
handles ANSI escapes
|
2015-10-26 21:10:38 +01:00 |
|
Matthias Bussonnier
|
051a33ffe0
|
Merge pull request #666 from willingc/mac-fix
Minor edit Mac OS X to Keyboard Shortcuts
|
2015-10-26 12:26:23 -07:00 |
|
Carol Willing
|
c88dd37524
|
Minor edit Mac OS X
|
2015-10-26 12:05:26 -07:00 |
|
Matthias Bussonnier
|
4db7b2749c
|
Merge pull request #657 from jdfreder/escapekludge
Escape: Close pager if open otherwise unmark all
|
2015-10-26 11:37:21 -07:00 |
|
Brian E. Granger
|
376bc4db73
|
Merge pull request #664 from Carreau/2-box
quickhelp usability: 2 boxes
|
2015-10-26 14:29:06 -04:00 |
|
Matthias Bussonnier
|
9cba7dc53d
|
quickhelp usability: 2 boxes
As described By Jess and Brian in #533
|
2015-10-26 11:20:38 -07:00 |
|
Jeroen Demeyer
|
17b3643891
|
Interpret mathjax_url relative to base_url
|
2015-10-26 18:42:00 +01:00 |
|
Matthias Bussonnier
|
ff20e1d6a9
|
Merge pull request #661 from jdfreder/i645
Prevent right border of cell from moving.
|
2015-10-26 10:34:45 -07:00 |
|
Matthias Bussonnier
|
99df568eb9
|
Merge pull request #658 from jdfreder/adduigif
Update the changelog for 4.1
|
2015-10-26 10:27:09 -07:00 |
|
Jonathan Frederic
|
3c5d81bcdd
|
Using padding instead of neg. margin and calc
|
2015-10-26 10:16:34 -07:00 |
|
Jonathan Frederic
|
ad27235cfc
|
Merge pull request #655 from jdfreder/i648-alt
Make split cell match mark state of origin
|
2015-10-26 10:02:50 -07:00 |
|
Jonathan Frederic
|
80cb919998
|
Prevent right border of cell from moving.
|
2015-10-26 09:58:30 -07:00 |
|
Jonathan Frederic
|
4ae2f829f3
|
@willingc's comment
|
2015-10-26 09:51:41 -07:00 |
|
Jonathan Frederic
|
4e06573ae1
|
@carreau 's suggestion
|
2015-10-26 09:48:49 -07:00 |
|
Jonathan Frederic
|
0d3729a03b
|
Update the changelog
|
2015-10-26 08:53:16 -07:00 |
|
Jonathan Frederic
|
33bd6d4d1e
|
Escape: Close pager if open otherwise unmark all
|
2015-10-26 08:17:47 -07:00 |
|
Jonathan Frederic
|
53bf3fb0ed
|
Split cell match origin marked state
|
2015-10-26 08:04:00 -07:00 |
|
Min RK
|
aaffd891b5
|
Merge pull request #651 from Carreau/ct-reminder
Reminder of where the celltoolbar menu is
|
2015-10-26 12:55:11 +01:00 |
|