Safia Abdalla
b1d96cad52
Updated class switch command
10 years ago
Safia Abdalla
0fbe6abedd
Clean up style update on button click code
10 years ago
Safia Abdalla
e6db03ceac
Refactor out button click logic
10 years ago
Safia Abdalla
9494ca1a9c
Update buttons in template
10 years ago
Volker Braun
08cbe7f770
Use require.toUrl for help_links
...
The kernel doesn't know about the base_url of the notebook, so he
cannot generate local urls. This is important if you want to serve
documentation locally, for example see
http://trac.sagemath.org/ticket/19885
Require.toUrl rewrites non-relative paths according to the path
configuration. For example, a help_link defined like
{
'text': 'Sage Documentation',
'url': 'kernelspecs/foo/bar.html',
},
is then correctly transformed to /base_url/kernelspecs/foo/bar.html
10 years ago
Jonathan Frederic
69faf0fb9b
Change the logic so the intervals are checked all of the time,
...
also changed no-limit default to "0"
10 years ago
Min RK
a3e074c3a7
Merge pull request #935 from Carreau/logwarn1
...
Remove deprecated usage of `log.warn` prefer `log.warning`.
10 years ago
Safia Abdalla
c914d9232c
Added functionality for sort on name
10 years ago
Safia Abdalla
04a456516c
Added button for sort by name
10 years ago
Matthias Bussonnier
8d091a26b6
Bump version to 5.0.0.dev
10 years ago
Safia Abdalla
c3d6bfbf1a
Updated styling on last modified element
10 years ago
Safia Abdalla
c08c7d58df
Updated front-end sorting and display
10 years ago
Volker Braun
0f0cbc20c5
Use default_url instead of hardcoding /tree for initial url
10 years ago
Matthias Bussonnier
6109cdc86e
use math.ceill to allow values < 5s as input
10 years ago
Safia Abdalla
a02148f3ad
Updated format_datetime to return human-friendly dates
10 years ago
Safia Abdalla
b18d269bda
Added arrow indicator for sorting
10 years ago
Safia Abdalla
a290251ae7
Wiped smudge from screen
10 years ago
Jonathan Frederic
f83485fcee
Remove log msg
10 years ago
Jonathan Frederic
4c99c5f7f8
Limit on websocket, not zmq
10 years ago
Safia Abdalla
6211e33523
Added datetime sorting on front end
10 years ago
Safia Abdalla
11eebd2fc0
Added last modified sort button
10 years ago
Safia Abdalla
0bf3767b88
Updated format string for last modified datetime
10 years ago
Safia Abdalla
23aeb32cc5
Added datetime_sort_helper function
10 years ago
Safia Abdalla
e235643eb1
Added last_modified date to file tree
10 years ago
Safia Abdalla
97cfe14abf
Added format_datetime utility function
10 years ago
Matthias Bussonnier
9ab90bd835
fix regex
10 years ago
Matthias Bussonnier
6aaa27c024
and run jsversion
10 years ago
Matthias Bussonnier
9523f7438d
dev has a dot
10 years ago
Matthias Bussonnier
3754c28721
back on dev
10 years ago
Matthias Bussonnier
3fc06a5f79
Release 4.1.0
10 years ago
Matthias Bussonnier
e6c7648b09
Remove deprecated usage of `log.warn` prefer `log.warning`.
...
Treating just this notebookapp for now.
10 years ago
Jonathan Frederic
3b3c4d0315
Add simple iopub message rate limiter
10 years ago
Matthias Bussonnier
e4ec5ba3f3
Be more explicit about deprecation.
...
Cf #916 . Despite the fact that the function is private and meant
to replace an old behavior that will be removed, people explicitly
import it and register it as a post-save-hook.
Hope that explicit versing removal will convey the "Don't use" in a more
obvious manner.
10 years ago
Min RK
527538839b
Merge pull request #918 from jcb91/notebook/js/codecell
...
Fix Uncaught ReferenceError: Pos is not defined
closes #917
10 years ago
Min RK
7bfeea46f5
Merge pull request #915 from minrk/right-soft-selected
...
Remove soft selected right border background-leaking
10 years ago
Josh Barnes
53b8e37633
fix for #917 , a bug introduced by a typo in 89b7d96ccd
10 years ago
Brian E. Granger
d86714a015
Merge pull request #914 from minrk/check-origin
...
allow zmq check_origin with no args
10 years ago
Matthias Bussonnier
308cbb2062
Remove soft selected right border background-leaking
10 years ago
Min RK
b2d9faaa9b
Merge pull request #909 from Carreau/left-soft-selected
...
Remove left border on softselected cells
10 years ago
Min RK
1257a3ac85
Merge pull request #905 from minrk/revert-configurable-config-dir
...
restore hardcoded config_dir
10 years ago
Min RK
8aa4f1e60c
allow zmq check_origin with no args
...
terminado may call `self.check_origin()`
in which case we should grab origin from the headers.
10 years ago
Min RK
bf6c89b1ce
Merge pull request #897 from Carreau/warn-name-ations
...
Improve warning on bad JavaScript API usage.
10 years ago
Matthias Bussonnier
ef0f3b9c0e
Do not allow `<` in url.
...
fix #904
10 years ago
Matthias Bussonnier
cc69f06551
Remove left border on softselected cells
10 years ago
Min RK
fa5d71723b
Merge pull request #898 from blink1073/fix-websocket-cross-origin
...
Avoid error when using a cross-origin websocket
11 years ago
Min RK
970507711b
restore hardcoded config_dir
11 years ago
Fernando Perez
0ac253bc1c
Update keyboard shortcuts page to accurately describe command mode (blue margin)
11 years ago
Steven Silvester
fe03de7471
Avoid error when using a cross-origin websocket
11 years ago
Matthias Bussonnier
86865a3543
Improve warning on bad JavaScript API usage.
...
Mitigate #891 (likely close it to, depending on what others thinks)
Separator between prefix and name for commands/action used to be `dot`,
but is internal detail. It is now (as of 4.1) a semicolon (`:`)
If someone try to access an action by name which does not have `:` warn
that they might be using the wrong API and give some hints
11 years ago
Safia Abdalla
dc69a03bfa
Removed "window."
11 years ago
Safia Abdalla
57360754b4
Replace setTimeout with requestAnimationFrame
11 years ago
Safia Abdalla
39e155e697
Add setTimeout to force browser repaint
11 years ago
Safia Abdalla
781e4ffd4f
Added onResult function to type ahead
11 years ago
Min RK
234cf31d3f
4.1.0rc1
11 years ago
damianavila
d0c5c393b6
Remove hard-coding of jupyter_config_dir config_dir at the notebookapp level, letting that being managed ny the ConfigManager.
11 years ago
Min RK
71c5057ae5
Merge pull request #876 from SylvainCorlay/no_body_class
...
Multi-select: avoid adding a css class to body element
11 years ago
Jonathan Frederic
9380a22b76
Hide vertical scrollbar on rendered content by default.
11 years ago
Sylvain Corlay
859e1c77b6
Test based on css selection
11 years ago
Sylvain Corlay
a094df764e
Avoid adding a css class to body element
11 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
11 years ago
Min RK
ae2fb41bad
Merge pull request #864 from Carreau/js-cleanup
...
A bunch of js cleanup
11 years ago
Min RK
f8ede57918
add clear_output option to set_next_input payload
...
default preserves prior behavior
11 years ago
Min RK
34481cb7ed
Don't clear output on set_next_input(replace=True)
...
rewriting input shouldn't force removal of output
11 years ago
Min RK
92fa310758
Merge pull request #866 from parleur/versions
...
Use PEP 440 prerelease tags
11 years ago
Matthias Bussonnier
51576872fe
Remove dead code forgotten in previous commit.
11 years ago
Matthias Bussonnier
2e1fcafcfe
Merge pull request #868 from SylvainCorlay/prompt_number_select
...
Disable prompt number selection
11 years ago
Pierre Gerold
0b44f64e9d
Move test function to test file
11 years ago
Matthias Bussonnier
bed0bd1ee2
Typo: `verison` -> `version` (swap `s` and `i`)
11 years ago
Sylvain Corlay
0b54a53b83
Disable prompt number selection
11 years ago
Pierre Gerold
02421c20e9
Remove unused marked related code
11 years ago
Pierre Gerold
f557c8c9b7
Fusion between carreau & mink solution about version nb checking
11 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**.
11 years ago
Matthias Bussonnier
9706e4c0e1
A bunch of js cleanup
11 years ago
Matthias Bussonnier
ddfc2ef2f4
Make focus follow shift-selection.
11 years ago
Matthias Bussonnier
c21ba90813
Merge pull request #850 from captainsafia/update-var-names
...
Update var names in multi-selection move
11 years ago
Safia Abdalla
646a388448
Added documentation to get_anchor_index function
11 years ago
Safia Abdalla
a7f05697cc
Cleaned up functions
11 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
Matthias Bussonnier
7dd57f9696
Update merge tests with new behavior (merge below)
11 years ago
Jonathan Frederic
a9b9243ebf
Tests
11 years ago
Jonathan Frederic
7ec9d5a967
Run and select below multiselect compat.
11 years ago
Matthias Bussonnier
b370f285bb
Merge pull request #812 from jdfreder/i794
...
Insert cell above/below and multiple selection
11 years ago
Matthias Bussonnier
c71c4f3032
Merge pull request #814 from jdfreder/i796
...
Run and insert below, multiselect compat.
11 years ago
Jonathan Frederic
eead7d3fd6
Remove deprecation pill
11 years ago
Matthias Bussonnier
e7912c4682
have shift-m merge below if one cell selected
11 years ago
Jonathan Frederic
2faaae8d54
Merge pull request #821 from Carreau/fix-mergeable-tests
...
Fix tests on merge-able cells.
11 years ago
Pierre Gerold
4a0cfdca6a
correct the celltype select box behavior with multiselect
11 years ago
Jonathan Frederic
989c7da9d4
State when the function will be removed
11 years ago
Jonathan Frederic
7a7c90b993
Add tests
11 years ago
Pierre Gerold
b10a16d378
add a multiselect state in maintoolbar celltype selectbox
11 years ago
Matthias Bussonnier
f5dc1b25ec
Fix tests on merge-able cells.
...
Add test to check that shift-m does actually do nothing on only 1 cell
selected.
make sure multiple cells get selected when trying to merge a lock cell
(or it's useless test)
Add a test that check 2 cells can be merged.
Closes #820
11 years ago
Matthias Bussonnier
fb7d3004f2
Pluralize action on multiple outputs
11 years ago
Matthias Bussonnier
a863916505
Make past and replace actually replace selection.
...
It used to replace only the head of the selection.
Change tests accordingly
11 years ago
Matthias Bussonnier
4719f957ad
Write test to test for running of multiple selection and insert below.
11 years ago
Matthias Bussonnier
79df8c6469
Merge pull request #816 from captainsafia/add-multiselect-toggle-tests
...
Add tests for multiselect toggles
11 years ago
Safia Abdalla
ca496ee268
Added tests for multiselect toggle functionality
11 years ago
Safia Abdalla
068f4e9136
Refactored multiselect toggles
11 years ago
Jonathan Frederic
b1ac6f2591
Deprecate move cell up/down
11 years ago
Jonathan Frederic
5455aef679
Run and insert below, multiselect compat.
11 years ago
Jonathan Frederic
46f0cd9c34
Insert cell above/below and multiple selection
11 years ago
Peter Parente
2b7a06d4b2
Add multiselect cell type conversion tests
...
(c) Copyright IBM Corp. 2015
11 years ago
Peter Parente
258470e19c
Support multicell selection in markdown conversion
...
Fixes #803
(c) Copyright IBM Corp. 2015
11 years ago
Peter Parente
eb2ad5fcf6
Support multicell selection in row text conversion
...
Fixes #804
(c) Copyright IBM Corp. 2015
11 years ago
Peter Parente
e641f5fe1f
Add doc string to cells_to_code
11 years ago
Pierre Gerold
5a8cc0a75d
add maintoolbar fix for cells_to_code
11 years ago
Pierre Gerold
77210286d3
some ; missings
11 years ago
Pierre Gerold
e3299328d2
to_code -> cells_to_code to handle muliple selected cells
11 years ago
Matthias Bussonnier
b382950432
Toggle scroll, collapse and clear cell now apply on selection.
...
Still need tests.
And as discussed a long time ago, the concept of toggling scrolling and
Collapsed is **not** the right one, it leads to inconsistencies.
The cell output has 3 states:
- expanded
- scrolled
- collapsed
And the menu action should decide which one of the 3 user want.
Otherwise you get into inconsistencies like what is the difference
between collapsed & scrolled /vs/ collapsed & not scrolled.
Partially addresses #800 and #801 (I think)
11 years ago
Matthias Bussonnier
57b9550b8d
Fix test and move in their own file
11 years ago
Matthias Bussonnier
134351a744
Fist and test past_cell_replace with multi-selection
...
closes #792
11 years ago
Matthias Bussonnier
c42d43f6c4
Pluralize commands in menu that can act on many cells.
...
Should we put the `s` in parenthesis ?
11 years ago
Pierre Gerold
6ba2104c4b
finish the merge ... yeh I missed a <<<<<<<HEAD ...
11 years ago
Pierre Gerold
c218ff25f7
Merge branch 'master' into toto
11 years ago
Pierre Gerold
7d6c1c4774
Merge branch 'master' of https://github.com/jupyter/notebook
11 years ago
Pierre Gerold
fbcf2c403e
remove flush after save (no atomic writing)
11 years ago
Pierre Gerold
28d6fbde84
Modify test + correct docstrings
11 years ago
Brian E. Granger
feb83d6c9d
Merge pull request #708 from Carreau/fix-shift-jk
...
[WIP] Prototype to fix Shift-J/K selection with anchor and cursor
11 years ago
Peter Parente
2ace23d841
Fix ConfigWithDefaults "this" context
...
Within the promise callback, refer to the ConfigWithDefaults instance, not the Promise
11 years ago
Michael Marchetti
536a6d64dc
Use `dict()` to convert the mapping to a dictionary
11 years ago
Michael Marchetti
5639ac7134
Fix secondary error that occurs during handling of HTTP 500 status
...
In log.py, we're attempting to log the request headers when a
500-series error occurs, but tornado.httputil.HTTPHeaders isn't a dict -
it inherits from collections.MutableMapping. So it fails during
JSON serialization. The fix is to convert it to a dict first.
Unfortunately, the HTTPHeaders class doesn't expose any methods
to access the underlying dictionary (`request.headers._dict`) directly,
so we recreate it using the public API.
11 years ago
Matthias Bussonnier
f05dfae0f3
Rework multiple selections to be continuous
...
It use the notion of Head/Anchor moving the selection normally move both
the head and the anchor. It is possible to mot move the anchor, for
example by pressing Shift.
Everything in between the head and the anchor (head and anchor included)
is in a "soft-selection" marked with the 'jupyter-soft-selection' class
in CSS.
This then remove completely the notion of marked cell, and thus disallow
discontinuous selection.
Unlike previous implementation the used a thick left border, this use
background gradient with 2 stops at the same position to archived the
same visual effect without the gap in between left border in between
contiguous cells.
For compatibility with previous versions, a few choices have been made.
An extra multi-selected class is added to the body when multiple
cells are selected. This allow to toggle the background to a soft blue
indicating selection. And the Head of the selection is still called the
"selected" cell.
The on_focus event have been reworked as a
click-let-click-release-outside of codemirror was putting the notebook
in undefined state with multiple selected cells, and the head in edit
mode.
Finally Travis now test on edge group, to get faster, which can be
removed in a few weeks as the all infrastructure of Travis will move on
Google Cloud.
11 years ago
Thomas Kluyver
d732e28cb2
Merge pull request #711 from minrk/allow-async-kernel-manager
...
allow some KernelManager methods to be async
11 years ago
Min RK
377f4f24dc
Merge pull request #783 from marceloramires/master
...
Fixing way in which selection ranges are deleted
11 years ago
Safia Abdalla
4e8344831c
Updated tests on rename in ContentsManager
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
f78e3f0d76
Merge pull request #779 from captainsafia/add-tests-for-dir-rename
...
Add tests for directory renaming under ContentsManager
11 years ago
Min RK
ba344843eb
add SessionManager.close
...
allows explicit closing, rather than relying on implicit del,
which can run in the wrong thread.
11 years ago
Min RK
cfa64552b2
initialize Application in background thread
...
rather than initializing in main and starting in background, which seemed to cause occasional issues.
Also fix checking for dead notebook, which is no longer a subprocess.
11 years ago
Min RK
9043ae145c
handle async in sessions
...
needed because sessions call kernel methods
11 years ago
Min RK
6024f04698
allow some KernelManager methods to be async
...
Allows custom KernelManagers to do slower async operations as part of kernel startup/shutdown.
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
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
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
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
Safia Abdalla
bf05e912b3
Made minor updates to button labels
11 years ago
Safia Abdalla
4b54173452
Fixed dialog button naming in 'Kernel not found'
11 years ago
Safia Abdalla
45148fd6b1
Updated dialog button layout
11 years ago
Safia Abdalla
d5ba05f5a7
Set default button to non-action button on dialogs
11 years ago
Safia Abdalla
4833b140bf
Set 'Cancel' as default button for dialog
11 years ago
Safia Abdalla
69d19985a9
Updated button layout in dead kernel dialog
11 years ago
Safia Abdalla
de68f23215
Update button layout in rename dialog
11 years ago
Safia Abdalla
9f29fabea8
Updated button layout in revert notebook dialog
11 years ago
Safia Abdalla
a619a98fb0
Update dialog buttons in edit modal
11 years ago
Safia Abdalla
5544388c82
Updated modal button layout in notebook list
11 years ago
Pierre Gerold
7cfd9b407a
Add test for non atomic writing
11 years ago
Pierre Gerold
48dcf2d319
One carac error + debug logging
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
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
Pierre Gerold
f849e310c8
Save without atomic writing and configuration ( fix #739 )
11 years ago
Pierre Gerold
459fd24c03
Save without atomic writing and configuration ( fix #739 )
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
Colin Jermain
5768fc7c11
BUG: use url_escape to encode URL for browser
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
40daca3eca
Merge pull request #703 from Carreau/ctrl-space
...
Unbind ctrl-space for now
11 years ago
Robin Dunn
783d31a22a
Don't run git unless it looks like we are in a repo.
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
0212d45292
Add some more tests for merging above/below
11 years ago
Jessica B. Hamrick
7c4d6908d7
Fix bug in undoing merges
11 years ago
Jessica B. Hamrick
3438604ac9
Add test to verify 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
ac02e2259f
Add some tests
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
a1b530e28b
Fix tests
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
Jessica B. Hamrick
716a9cf0d5
Don't add explicit mark unless asked to
11 years ago
Jessica B. Hamrick
358508d157
Include selected cell as a marked cell
11 years ago
Jessica B. Hamrick
3af89794fe
Remove added whitespace
11 years ago
Jessica B. Hamrick
fc08f4904d
Set less variables for border padding and width
11 years ago
Jessica B. Hamrick
0d1eb15888
Remove event firing changes
11 years ago
Jessica B. Hamrick
e5b79d3f4c
Rename cell:marking-changed to marked_changed.Cell
11 years ago
Jessica B. Hamrick
96a9605e3a
Remove debug statement and update_marked_status function
11 years ago
Jessica B. Hamrick
c9385abe24
Prototype 5
11 years ago
Matthias Bussonnier
9f746b383d
'proto2'
11 years ago
Matthias Bussonnier
7913da6930
'proto0'
11 years ago
Matthias Bussonnier
787b0d5c3f
a test
11 years ago
Min RK
c0845d0e78
Merge pull request #682 from jhamrick/scroll-when-marking
...
Ensure focus is kept when extending the marked region
11 years ago
Jessica B. Hamrick
b0dc933d78
Ensure focus is kept when extending the marked region
11 years ago
Brian E. Granger
4f3f74ffe8
Making style of run all confirm buttons consistent.
11 years ago
Min RK
4578c34b0f
Merge pull request #663 from jdemeyer/relative_mathjax
...
Interpret mathjax_url relative to base_url
11 years ago
Matthias Bussonnier
86415c42b5
Merge pull request #668 from minrk/fixConsolePrompt
...
call fixConsole on raw_input prompt
11 years ago
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
11 years ago
Min RK
2034f1670a
call fixConsole on raw_input prompt
...
handles ANSI escapes
11 years ago
Carol Willing
c88dd37524
Minor edit Mac OS X
11 years ago
Matthias Bussonnier
4db7b2749c
Merge pull request #657 from jdfreder/escapekludge
...
Escape: Close pager if open otherwise unmark all
11 years ago
Matthias Bussonnier
9cba7dc53d
quickhelp usability: 2 boxes
...
As described By Jess and Brian in #533
11 years ago
Jeroen Demeyer
17b3643891
Interpret mathjax_url relative to base_url
11 years ago
Matthias Bussonnier
ff20e1d6a9
Merge pull request #661 from jdfreder/i645
...
Prevent right border of cell from moving.
11 years ago
Jonathan Frederic
3c5d81bcdd
Using padding instead of neg. margin and calc
11 years ago
Jonathan Frederic
80cb919998
Prevent right border of cell from moving.
11 years ago