Commit Graph

21 Commits (fa55ba2b438beeaebbdcb17aacc76f2cec2b3940)

Author SHA1 Message Date
Min RK d4727ba7cf fix missing comma
14 years ago
Brian Granger fc040f5da2 Resolving conflict in utils.js.
14 years ago
Michael Droettboom b471db22e0 Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom a9453360a9 Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
Michael Droettboom f058068f53 Fix carriage-return handling regular expression so it doesn't treat "\r\n" as "\r".
14 years ago
Brian Granger 8bd7e041cf Misc fixes to the code cell and output area.
14 years ago
Matthias BUSSONNIER 129f114868 Uppercase constant keycode in utils.js
14 years ago
Matthias BUSSONNIER 23ef964f06 add ctrlKey.which to utils
14 years ago
Matthias BUSSONNIER fa6b8974ea add a keycodes structure to utils
14 years ago
MinRK 97151aa3b8 revert PR #1659
14 years ago
Michael Droettboom a5d7dd8d2b Fix typo in comment
14 years ago
Michael Droettboom e8be6bbe50 Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom 50fa35b1cc Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
MinRK 5c6c247b65 [notebook] clear_output is handled after a delay
14 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
14 years ago
Brian Granger b7ab64f304 fixConsole no longer trims the final text.
15 years ago
Brian E. Granger e176318797 More review changes.
15 years ago
Brian Granger f24bd4f635 Colors now working in tracebacks and the pager.
15 years ago
Brian E. Granger 4e0dd9ddbb Pager is working again.
15 years ago
Brian E. Granger 215fbc4a29 Implemented module and namespace pattern in js notebook.
15 years ago
Brian E. Granger 1fd4434be4 Splitting notebook.js into muliple files for development ease.
15 years ago