Commit Graph

168 Commits (f38f2b7ac4ba0dff61c87badbe8b033755f1464d)

Author SHA1 Message Date
Matthias BUSSONNIER bf5cf0dd3a move some tooltip logic away from codecell.js
14 years ago
Brian Granger 0d6a698688 Major refactoring of the Notebook, Kernel and CodeCell JavaScript.
14 years ago
Matthias BUSSONNIER 068a60a8b7 fix print view
14 years ago
Matthias BUSSONNIER d2f803bff2 multiple tooltip action
14 years ago
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
15 years ago
MinRK 220a5f0664 don't preserve fixConsole output in json
15 years ago
Bradley M. Froehle 930ba99b19 Show class init and call tooltips in notebook.
15 years ago
MinRK d7970d29a5 skip codemirror key-event handling when read-only
15 years ago
Matthias BUSSONNIER 855fd6f923 notebook: code Readability. Add dismissing symbols
15 years ago
Matthias BUSSONNIER 44c959f88b notebook: fix, only one completion autopick
15 years ago
Matthias BUSSONNIER c596d17eaf completer update code-miror on the fly
15 years ago
Matthias BUSSONNIER 1fbf5b18dd Apply pep8 to js
15 years ago
Matthias BUSSONNIER 933cf3606b usability and cross browser compat for completer
15 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
15 years ago
MinRK 41b493f540 Cleanup some inappropriate javascript
15 years ago
Matthias BUSSONNIER e268dd0650 fix cancell->cancel typo in js
15 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
15 years ago
Matthias BUSSONNIER ca846ecd02 as you type Completer, propagate event by hand
15 years ago
Matthias BUSSONNIER 90b6f1b8d6 fix double tooltip
15 years ago
Matthias BUSSONNIER 1b68c17acc tidy up code
15 years ago
Matthias BUSSONNIER 1fb62e259e tab pick if only one match left
15 years ago
Matthias BUSSONNIER 5e1bd70d36 tabs fast forward user tab
15 years ago
Matthias BUSSONNIER 27f2b2b876 Handle lower and uppercase
15 years ago
Matthias BUSSONNIER 5f70418dc5 protect shift extend on Uppercase
15 years ago
Matthias BUSSONNIER 06f63549e5 Base of an as you type conpleter.
15 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
15 years ago
Bussonnier Matthias ea32220f8f fix firefox (windows) break line on empty prompt number
15 years ago
Matthias BUSSONNIER 52d8a125dd fix 2 typos
15 years ago
Matthias BUSSONNIER c2070df52d handle empty docstring
15 years ago
Matthias BUSSONNIER e380aba1e0 Change tooltip button to use jquery css
15 years ago
Matthias BUSSONNIER 73f252676f show tooltip if completer 'fail' afer n attempt
15 years ago
Matthias BUSSONNIER 7285968e18 improve tooltip
15 years ago
Matthias BUSSONNIER aa24495b5b add 'more...' and 'close' button to the pager
15 years ago
Matthias BUSSONNIER 01a0c126d4 Replace trigering tooltip for cross platform indep
15 years ago
Matthias BUSSONNIER 7600221d1c smart kwarg completion
15 years ago
Matthias BUSSONNIER 2637d3c0e4 Make the time before activating a tooltip configurable
15 years ago
Matthias BUSSONNIER 6c86474bdb Improve tooltip tringgering,make it configurable
15 years ago
Matthias BUSSONNIER 45db8cce13 tooltip on <tab>
15 years ago
Matthias BUSSONNIER 3053ec9f9b Add Tootip to notebook.
15 years ago
Pablo Winant f2f715beb6 Latexify formulas contained in html text.
15 years ago
MinRK a6de5947de add read-only view for notebooks
15 years ago
MinRK 24d37b6bcc add channel-selection to clear_output
15 years ago
Fernando Perez 1a109765b8 Clean up accidentally introduced hard tabs in JS code.
15 years ago
Fernando Perez e41ba5a75c Refactor line num. toggle into proper function, access via C-m-l.
15 years ago
Fernando Perez e00e604144 Add Ctrl-L as a way to toggle line-numbers for any individual code cell
15 years ago
MinRK c022dca01a small CSS adjustments in notebook
15 years ago
MinRK 788d7e6348 allow stdout/stderr to have distinct css
15 years ago
MinRK a9d9a8b72c support contiguous stream output in notebook
15 years ago
Brian E. Granger 8c76fcf71c Fixing Ctrl-Enter on Firefox.
15 years ago
Brian E. Granger acc81dfbee Ctrl-Enter now does not delete input, but selects it.
15 years ago
Brian E. Granger 6798c5cc97 All output types are not indented.
15 years ago
Brian E. Granger ab384fc787 Cell collapse/expand is not called "Toggle".
15 years ago
Brian E. Granger f35f9323e6 Better tabindex support.
15 years ago
Brian E. Granger 1d43249604 Adding page break logic to the print css.
15 years ago
Brian E. Granger b5b4cf260f Modifying CodeMirror focus hack to work better.
15 years ago
Brian E. Granger e176318797 More review changes.
15 years ago
Brian E. Granger 0790979100 Fixing tab completion edge cases.
15 years ago
Brian E. Granger 60147f495f A single tab-completion match is now automatically selected.
15 years ago
Brian E. Granger e445ad1796 Fixing latex rendering bug.
15 years ago
Brian E. Granger 63de9cd719 Fixing bug that caused plots to not be saved.
15 years ago
Brian E. Granger 058c0b4767 HTML output cells are now styled with the rendered_html class.
15 years ago
Brian E. Granger c72b41883f Adding tracebacks, evalue and etype to the nbformat and notebook.
15 years ago
Brian E. Granger 0b5b3ed341 Added collapsed field to the code cell.
15 years ago