Commit Graph

79 Commits (c94e6f34d74038756ae9dfcb6366257c514bdf96)

Author SHA1 Message Date
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
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
Matthias BUSSONNIER ca846ecd02 as you type Completer, propagate event by hand
14 years ago
Matthias BUSSONNIER 90b6f1b8d6 fix double tooltip
14 years ago
Matthias BUSSONNIER 1b68c17acc tidy up code
14 years ago
Matthias BUSSONNIER 1fb62e259e tab pick if only one match left
14 years ago
Matthias BUSSONNIER 5e1bd70d36 tabs fast forward user tab
14 years ago
Matthias BUSSONNIER 27f2b2b876 Handle lower and uppercase
14 years ago
Matthias BUSSONNIER 5f70418dc5 protect shift extend on Uppercase
14 years ago
Matthias BUSSONNIER 06f63549e5 Base of an as you type conpleter.
14 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
14 years ago
Bussonnier Matthias ea32220f8f fix firefox (windows) break line on empty prompt number
14 years ago
Matthias BUSSONNIER 52d8a125dd fix 2 typos
14 years ago
Matthias BUSSONNIER c2070df52d handle empty docstring
14 years ago
Matthias BUSSONNIER e380aba1e0 Change tooltip button to use jquery css
14 years ago
Matthias BUSSONNIER 73f252676f show tooltip if completer 'fail' afer n attempt
14 years ago
Matthias BUSSONNIER 7285968e18 improve tooltip
14 years ago
Matthias BUSSONNIER aa24495b5b add 'more...' and 'close' button to the pager
14 years ago
Matthias BUSSONNIER 01a0c126d4 Replace trigering tooltip for cross platform indep
14 years ago
Matthias BUSSONNIER 7600221d1c smart kwarg completion
14 years ago
Matthias BUSSONNIER 2637d3c0e4 Make the time before activating a tooltip configurable
14 years ago
Matthias BUSSONNIER 6c86474bdb Improve tooltip tringgering,make it configurable
14 years ago
Matthias BUSSONNIER 45db8cce13 tooltip on <tab>
14 years ago
Matthias BUSSONNIER 3053ec9f9b Add Tootip to notebook.
14 years ago
Pablo Winant f2f715beb6 Latexify formulas contained in html text.
14 years ago
MinRK a6de5947de add read-only view for notebooks
14 years ago
MinRK 24d37b6bcc add channel-selection to clear_output
14 years ago
Fernando Perez 1a109765b8 Clean up accidentally introduced hard tabs in JS code.
14 years ago
Fernando Perez e41ba5a75c Refactor line num. toggle into proper function, access via C-m-l.
14 years ago
Fernando Perez e00e604144 Add Ctrl-L as a way to toggle line-numbers for any individual code cell
14 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