Commit Graph

114 Commits (72e3ea89eef4c7df62e264f76bf0544cd1423a3e)

Author SHA1 Message Date
Matthias BUSSONNIER 72e3ea89ee remove global
14 years ago
Matthias BUSSONNIER 5d8f0da694 almost all logic in tooltip.js, padding right button
14 years ago
Matthias BUSSONNIER ca68062413 call tooltip after time
14 years ago
Matthias BUSSONNIER 0bfa18dd46 call tooltip by cell reference
14 years ago
Matthias Bussonnier b26b20e94f fix scrolltop
14 years ago
Matthias BUSSONNIER 7b5b591425 improve new tooltip
14 years ago
Matthias BUSSONNIER 7e7df86761 more cleaning
14 years ago
Matthias BUSSONNIER cf19389cdd clean code, remove duplicate unused lines
14 years ago
Matthias BUSSONNIER 6a658a6fa8 move more code into the completer itself
14 years ago
Matthias BUSSONNIER 23ef964f06 add ctrlKey.which to utils
14 years ago
Matthias BUSSONNIER 3919267750 Removing some code that seem not to be usefull anymore
14 years ago
Matthias BUSSONNIER fa6b8974ea add a keycodes structure to utils
14 years ago
Matthias BUSSONNIER 839b8489c8 comment more
14 years ago
Matthias BUSSONNIER 856c872ba7 use strict and clean a little.
14 years ago
Matthias BUSSONNIER 5076118509 implement the completer in a separate class
14 years ago
MinRK 97151aa3b8 revert PR #1659
14 years ago
Michael Droettboom e8be6bbe50 Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom 50fa35b1cc Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
MinRK 9cb1559d5e document initially hidden javascript container
14 years ago
MinRK c21be2f386 hide output_area for js
14 years ago
MinRK 5c6c247b65 [notebook] clear_output is handled after a delay
14 years ago
Brian Granger 5ef2e06a42 Javascript output is not run on notebook loading and paste's.
14 years ago
Brian Granger 893572d3ad Wired up the javascript display protocol using eval.
14 years ago
Brian Granger 1ffb5ff262 Making keyboard shortcut for showing line numbers consistent.
14 years ago
Brian Granger f9ce3fa493 Fixing #1337. Tooltip stops TAB from being handled by others.
14 years ago
Brian E. Granger 241e65b5c1 Merge pull request #1347 from Carreau/fixes-1243
14 years ago
Brian Granger bdd17da81d Fixing minor bugs in nbformat and saving.
14 years ago
Fernando Perez 5067e77292 Merge pull request #1334 from fawce/keycuts
14 years ago
fawce 6120c07c4d added key handler for control-s to notebook, seems to work pretty well
14 years ago
Min RK 125dc8cb74 Merge pull request #1206 from minrk/fixConsole
14 years ago
Brian Granger 0bc0c560aa Removing extra refresh that is no longer needed because of CM fix.
14 years ago
Matthias BUSSONNIER 8ad0cbe4c0 forgotten selected_cell -> get_selected_cell
14 years ago
Brian Granger ccd4de93c7 Updating cell logic.
14 years ago
Brian Granger e1a8835dfa Work on the base Cell API.
14 years ago
Brian Granger deb800daff Fixing bugs that have shown up since updating CM to 2.2.
14 years ago
Brian Granger be8f252e78 Finishing work on "Make a Copy" functionality.
14 years ago
Matthias BUSSONNIER 096ba3fcc4 fix weird magic completion
14 years ago
MinRK 7691f4f9fc store nonexistent prompt number as null
14 years ago
MinRK 220a5f0664 don't preserve fixConsole output in json
14 years ago
Bradley M. Froehle 930ba99b19 Show class init and call tooltips in notebook.
14 years ago
MinRK d7970d29a5 skip codemirror key-event handling when read-only
14 years ago
Matthias BUSSONNIER 855fd6f923 notebook: code Readability. Add dismissing symbols
14 years ago
Matthias BUSSONNIER 44c959f88b notebook: fix, only one completion autopick
14 years ago
Matthias BUSSONNIER c596d17eaf completer update code-miror on the fly
14 years ago
Matthias BUSSONNIER 1fbf5b18dd Apply pep8 to js
14 years ago
Matthias BUSSONNIER 933cf3606b usability and cross browser compat for completer
14 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
14 years ago
MinRK 41b493f540 Cleanup some inappropriate javascript
14 years ago
Matthias BUSSONNIER e268dd0650 fix cancell->cancel typo in js
14 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
14 years ago