Commit Graph

222 Commits (41ffe3d02748e40d67cb97d0d436e855e4697c49)

Author SHA1 Message Date
David Wyde 11b72681e2 Remove references to HTMLCell (dead code).
13 years ago
David Wyde 72c94c4f1c Fix an incorrect comment.
13 years ago
David Wyde 904be21a9f Prevent errors when up/down arrows are pressed in an empty notebook.
13 years ago
David Wyde 7a10342d6f Add YUIDoc in notebook.js.
13 years ago
Matthias BUSSONNIER f84acbbaff fix run-all (that-> this)
13 years ago
Brian E. Granger 66049a99f0 Merge pull request #2929 from Carreau/cleanup-cell-insertion
13 years ago
Matthias BUSSONNIER 914dfb9f61 fix one more == to ===
13 years ago
Matthias BUSSONNIER 10e92b3034 fix i/index in move up/down and == -> ===
13 years ago
Bussonnier Matthias f99f0571d7 Merge pull request #2897 from Carreau/baseurl-meth
13 years ago
Matthias BUSSONNIER 1f402a1dac remove unused/not working function
13 years ago
Matthias BUSSONNIER e965757a33 simplify logic
13 years ago
Bussonnier Matthias 1467f5b59f abstract, cleanup and document
13 years ago
MinRK b7fe08c91c add disabled state to undo-delete-cell when unavailable.
13 years ago
Matthias BUSSONNIER d9480a5643 refactor cellc
13 years ago
Matthias BUSSONNIER 2d07627cb1 factor valid cell index logic
13 years ago
Matthias BUSSONNIER 5f135d66ea pass baseUrl as option
13 years ago
Bussonnier Matthias 6561a98368 change more baseurl
13 years ago
Bussonnier Matthias 689922031c main_app -> ipython-main-app
13 years ago
Mikhail Korobov 4bca5a19ea Some bugs in js (mostly scoping bugs) are fixed
13 years ago
Matthias BUSSONNIER 31b18e69ad undefinied that -> this
13 years ago
Matthias BUSSONNIER a56ee187ff past below by default
13 years ago
David Warde-Farley 01f0332add Make 'Paste Above' the default paste behavior.
13 years ago
David Warde-Farley 8ecb8cd8fe Make undelete respect order after insertions/deletions.
13 years ago
David Warde-Farley bb8249864d Add comment re: quickhelp key.
13 years ago
David Warde-Farley 33c1f78d33 Add a simple 'undo' for cell deletion.
13 years ago
Paul Ivanov 2949cd5787 fine-grained notebook 'run' controls, closes #2521
13 years ago
Bussonnier Matthias 045973b6bb add insert_cell_at_bottom prototype
14 years ago
Matthias BUSSONNIER e0e519afcb Add scroll_to_cell(cell_number) to the notebook
14 years ago
v923z eaf53eeb9a Replaced .toJSON().input by .get_text()
14 years ago
v923z 0e4dbb2880 Added checking for emptiness of cell below.
14 years ago
v923z eb47f0eb8d Added some comments to the Alt-Enter code part, and also added checking whether a new code cell is really needed.
14 years ago
Zoltán Vörös a2665ef341 Added new short key for cell execution
14 years ago
MinRK da17f26fbe ignore shift keydown
14 years ago
Min RK 137f4cb441 Merge pull request #1825 from minrk/elide2
14 years ago
Fernando Perez f52a1f689c Merge pull request #1934 from minrk/cellmd
14 years ago
MinRK 18bb591723 add future-warning about multiple notebooks
14 years ago
Paul Ivanov ad07d0cf44 fix for #1678, undo no longer clears cells
14 years ago
MinRK 224f024257 add dialog when loading newer minor-version notebooks
14 years ago
MinRK 362feaa295 add empty metadata field on cells/worksheets
14 years ago
MinRK ed4ee44a21 add ^M-O for toggling output scroll
14 years ago
MinRK dd3e610882 third attempt at scrolled long output
14 years ago
Min RK f75497d930 Merge pull request #1815 from ellisonbg/nbsavebug
14 years ago
Brian Granger 4c2e42e9db Make : invalid in filenames in the Notebook JS code.
14 years ago
Brian Granger 4c31453ea7 Making Notebook.set_dirty an event so CodeCell can set it.
14 years ago
Brian Granger 32343c5973 Fixed order of notebook loading and kernel starting.
14 years ago
Matthias BUSSONNIER 129f114868 Uppercase constant keycode in utils.js
14 years ago
Brian Granger fd4ecebc9d Adding missing var statements in notebook.js.
14 years ago
Matthias BUSSONNIER 98303f5f7d Clean code, retab and minor fix
14 years ago
Brian Granger 0d6a698688 Major refactoring of the Notebook, Kernel and CodeCell JavaScript.
14 years ago
Matthias BUSSONNIER 23ef964f06 add ctrlKey.which to utils
14 years ago