Commit Graph

89 Commits (e5bc1eef59bc5dc2de5492d0293d2e9eca3ba596)

Author SHA1 Message Date
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
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