Commit Graph

155 Commits (fd3d5edb66c2f750e893fed7a4beeaa8dcfcb3c6)

Author SHA1 Message Date
Brian Granger fd3d5edb66 Finishing first draft of RST and heading cells.
14 years ago
Brian Granger 47e4e1e2c4 A first go at RST cell support in the notebook.
14 years ago
Fernando Perez 5067e77292 Merge pull request #1334 from fawce/keycuts
14 years ago
Brian Granger 428c82877f Further work on the toolbar UI.
14 years ago
fawce a53def4a49 fixed missing return for keybinding
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 c29e928054 Removing Ace edit capability.
14 years ago
Matthias BUSSONNIER 7e268d8ec8 execute_get_cell -> execute_cell
14 years ago
Brian Granger d3c3c9e712 Fixing auto-indent issues in CodeMirror config.
14 years ago
Brian Granger 5947849342 Fixing broken notebook saves.
14 years ago
Brian Granger e6e7d41f5b Fixing bugs in CodeMirror refreshing.
14 years ago
Brian Granger 1e2e086508 Optimizing notebook loading.
14 years ago
Brian Granger bf0353ae47 Start the pager out collapsed.
14 years ago
Brian Granger 68fe221a29 Lots of small notebook improvements.
14 years ago
Brian Granger ecfdfad2bf Refactoring of the notebooks cell management.
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 1b8b716b48 Removing left over console.logs.
14 years ago
Brian Granger e93d4a9308 Minor, but important fixes to cut/copy/paste.
14 years ago
Brian Granger f04e31b80c Add Ace editing mode for code cells.
14 years ago
Brian Granger d369606683 Cell splitting and merging is done!
14 years ago
Brian Granger b42cafa15d More of the initial split cell capability.
14 years ago
Brian Granger 06cc810b80 Adding keyboard sortcuts for cut/copy/paste.
14 years ago
Brian Granger ccc5aa04b2 Added cell level cut/copy/paste.
14 years ago
Brian Granger 76f500b3c3 Improving the save notification.
14 years ago
Brian Granger b3de72087c Minor fixes to the menu shortcuts.
14 years ago
Brian Granger be8f252e78 Finishing work on "Make a Copy" functionality.
14 years ago
Brian Granger b010d14f58 Cleaning up menu code.
14 years ago
Brian Granger 33f5cea94b Implemented menu based UI using Wijmo.
14 years ago
MinRK 220a5f0664 don't preserve fixConsole output in json
14 years ago
MinRK 602d2ec18a fix IOPub parent checking in notebook
14 years ago
MinRK f18d172fdf don't swallow regular key events in read-only mode
14 years ago
Fernando Perez df502540cc Fix bug where "don't leave" dialog was appearing when not needed in nb.
14 years ago
Fernando Perez 160ff3145c Match the max tooltip and bottom area sizes in the notebook.
14 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
14 years ago
Thomas Kluyver 9ab78ba545 Merge branch 'flush'
14 years ago
Thomas Kluyver 6ae0797040 Notebook: don't change cell when selecting code using shift+up/down.
14 years ago
Matthias BUSSONNIER bc5aeebd11 handle null objectname on tooltip
14 years ago
Matthias BUSSONNIER aa24495b5b add 'more...' and 'close' button to the pager
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
Matthias BUSSONNIER 645183e51d Intercept <esc> avoid closing websocket on Firefox
14 years ago
MinRK e54c05dd21 explicitly ignore iopub messages not associated with a cell in the notebook
14 years ago
MinRK f2972ad5c4 add 'running' class to running code cells
14 years ago
MinRK 0e4afee63b set 'In [*]' to indicate pending code cell
14 years ago