Commit Graph

334 Commits (fd3d5edb66c2f750e893fed7a4beeaa8dcfcb3c6)

Author SHA1 Message Date
Brian Granger fd3d5edb66 Finishing first draft of RST and heading cells.
14 years ago
Brian Granger f65adcf33e Adding new HeadingCell.
14 years ago
Brian Granger 47e4e1e2c4 A first go at RST cell support in the notebook.
14 years ago
Andrew Straw c706d6ed99 bugfix: use baseProjectUrl when re-writing URL in address bar
14 years ago
Fernando Perez 5067e77292 Merge pull request #1334 from fawce/keycuts
14 years ago
Brian Granger 9b723324db Wired the rest of the toolbar buttons up to actions.
14 years ago
Brian Granger 428c82877f Further work on the toolbar UI.
14 years ago
Brian Granger 4c88c4686c First draft of toolbar.
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
Fernando Perez df7d91f30a Add linewrapping to text cells (new feature in CodeMirror).
14 years ago
Fernando Perez ef1cc56996 Merge pull request #1327 from ellisonbg/updatecm2
14 years ago
Brian Granger 0bc0c560aa Removing extra refresh that is no longer needed because of CM fix.
14 years ago
Brian Granger 262d73f652 Updating CodeMirror to latest to incorporate bug fixes.
14 years ago
Brian Granger c29e928054 Removing Ace edit capability.
14 years ago
Matthias BUSSONNIER 7e268d8ec8 execute_get_cell -> execute_cell
14 years ago
Matthias BUSSONNIER 8ad0cbe4c0 forgotten selected_cell -> get_selected_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 c94e6f34d7 Disallow empty notebook names.
14 years ago
Brian Granger 244ed795d3 Adding refresh/focus/refresh back to edit to fix bug in FF.
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 a997e50782 Ace editor now works with Markdown and HTML cells with proper modes.
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 13ca0054f7 Updating to CodeMirror 2.2, latest stable release.
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 43c82a2b80 Fixing minor typo in menubar.js.
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 23b5fd856a Basic code cell splitting implemented.
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 eef6d192e4 Created new print view for notebook printing.
14 years ago
Brian Granger 76f500b3c3 Improving the save notification.
14 years ago
Brian Granger 2a7666639c Fixing bug in dialog closing, drafting print css.
14 years ago
Brian Granger 531cfee407 Remove Rename dialog from the DOM upon closing it.
14 years ago
Brian Granger 1f1132c5a4 More minor theme/styling changes.
14 years ago
Brian Granger bf5ffad6f8 Minor style changes. Using better fonts, indenting menu items.
14 years ago
Brian Granger 10a76e8537 Solid first go at jquery-ui based menus.
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