Commit Graph

171 Commits (4aa2bca46c1d413e1aa02b1bd09eb5ebfb52186f)

Author SHA1 Message Date
Brian E. Granger 29a1296ef6 Changing mode name from python -> ipython.
13 years ago
Brian E. Granger ed8d859d66 Updating path to codemirror.
13 years ago
MinRK 5b434b705f use inline raw_input instead of a dialog
13 years ago
Min RK 2e5e595359 Merge pull request #3174 from Carreau/simple-class
13 years ago
Matthias BUSSONNIER afdb9b8cea include vbox into .cell css definition
13 years ago
Matthias BUSSONNIER 947c32bfc4 use hbox mixin instead of class
13 years ago
Matthias BUSSONNIER 834b146cca JS Configurablity Take 2
13 years ago
MinRK 7a648670af set `spellcheck=false` in CodeCell inputarea
13 years ago
Bussonnier Matthias 0a25fb8749 Merge pull request #2894 from Carreau/cm-configurable
13 years ago
Bussonnier Matthias 0c5c5b9c83 Merge pull request #2906 from Carreau/mkypatch-cm
13 years ago
Matthias BUSSONNIER a05bb1cfe3 fix default empty option
13 years ago
Matthias BUSSONNIER f74bb684f6 Make CodeMirror configurable
13 years ago
Matthias BUSSONNIER f54216e4f6 monkey patch codemirror with new functionality
13 years ago
Matthias BUSSONNIER c426f8d40d fix celltoolbar layout on FF
13 years ago
Brian E. Granger dcf874e93f Fixing styling issues with CellToolbar.
13 years ago
Matthias BUSSONNIER eb5911a3c1 create celltoolbar in cell.js and inherit
13 years ago
Matthias BUSSONNIER f55a0a05b8 rename metaui -> celltoolbar
13 years ago
Matthias BUSSONNIER 3cc81dbb8f convention, jQuery variable start with $
13 years ago
Matthias BUSSONNIER 8022cff041 Add a per cell toolbar.
13 years ago
Bussonnier Matthias 5eb3850ae1 shift tqb for tooltip
13 years ago
Brian E. Granger edd27cf292 Merge pull request #2312 from adamgd/master
13 years ago
Matthias BUSSONNIER f91c4f447d start docummenting kernel
13 years ago
Bussonnier Matthias fcad4a3f2c Merge pull request #2498 from Carreau/fixes2487
13 years ago
Paul Ivanov 0b3cb7764d clear In[ ] prompt numbers again
13 years ago
Matthias BUSSONNIER c1a11bbb3b Don't catch tab press when something selected
13 years ago
Brian E. Granger 2be72dae5d Merge pull request #2421 from Carreau/nbconsole
13 years ago
Matthias BUSSONNIER 20fec7b2d0 remove rogue codemirror onUpdate
13 years ago
Bussonnier Matthias 362eab83aa Merge pull request #2216 from Carreau/autohighlight
14 years ago
Bussonnier Matthias a03764ed67 add ability to create continuation prompt
14 years ago
Matthias BUSSONNIER 6526b6ea68 fix some whitespace
14 years ago
Adam Davis 6d18d60921 Added bracket matching for code cells
14 years ago
Matthias BUSSONNIER d88f7d4c72 autochange highlight with cell magics
14 years ago
Bradley M. Froehle 2b079345cb notebook: up/down arrow keys move to begin/end of line at top/bottom of cell
14 years ago
Matthias BUSSONNIER a5bc24d8b2 select correct behavior for backspace in codecell
14 years ago
Matthias BUSSONNIER 2f6117bd46 Force tabs to space in CM
14 years ago
Min RK 137f4cb441 Merge pull request #1825 from minrk/elide2
14 years ago
Fernando Perez f52a1f689c Merge pull request #1934 from minrk/cellmd
14 years ago
Paul Ivanov ad07d0cf44 fix for #1678, undo no longer clears cells
14 years ago
MinRK ec50e94524 restore collapsed state for cells
14 years ago
MinRK 362feaa295 add empty metadata field on cells/worksheets
14 years ago
MinRK ed4ee44a21 add ^M-O for toggling output scroll
14 years ago
Michael Droettboom a9453360a9 Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
Brian Granger 4c31453ea7 Making Notebook.set_dirty an event so CodeCell can set it.
14 years ago
Brian Granger 9826a17ae2 Removing cell from execute callbacks in kernel.js.
14 years ago
Matthias BUSSONNIER 9f319f6da9 click on close cancell stick
14 years ago
Matthias BUSSONNIER 366cba5916 retab tab to space
14 years ago
Brian Granger 8bd7e041cf Misc fixes to the code cell and output area.
14 years ago
Brian Granger 32343c5973 Fixed order of notebook loading and kernel starting.
14 years ago
Matthias BUSSONNIER 129f114868 Uppercase constant keycode in utils.js
14 years ago
Brian Granger 644b1f85ed Fixing bug in prompt_area handling of OutputArea.
14 years ago