MinRK
|
5c83cd3e52
|
move comm.js to kernel service
|
2013-10-22 19:44:44 -07:00 |
|
MinRK
|
04adce96af
|
add message metadata to comm and kernel.send_shell_message
|
2013-10-22 19:43:56 -07:00 |
|
MinRK
|
99680e21bd
|
move comm.js to base
|
2013-10-22 19:43:56 -07:00 |
|
MinRK
|
9206d1e87f
|
add utils.always_new
wrapper allows passing constructors as callbacks, where `new` is required.
|
2013-10-22 19:41:06 -07:00 |
|
MinRK
|
11013e648d
|
add utils.splitext to js
mimic Python os.path.splitext
|
2013-10-17 14:30:15 -07:00 |
|
MinRK
|
5593526108
|
don't let empty strings introduce extra slashes in url_path_join
|
2013-10-17 14:09:15 -07:00 |
|
MinRK
|
40f577b538
|
add utils.url_path_join
javascript equivalent of Python-side function.
|
2013-10-17 14:09:13 -07:00 |
|
MinRK
|
8577550756
|
move edit_metadata to IPython.dialog
|
2013-10-02 16:40:08 -07:00 |
|
Zachary Sailer
|
a16211ceff
|
minor bug fix, define 'var' in dialog.js.
The 'cell' variable isn't defined and causes and error in the
console
|
2013-08-19 14:47:18 -07:00 |
|
Matthias BUSSONNIER
|
13ff842be5
|
"use strict" in most (if not all) our javascript
+ fix one variable leaking in global nameespace
|
2013-08-09 14:56:52 +02:00 |
|
Andrea Bedini
|
0fd65c4de3
|
Fix ansi color code for background yellow
|
2013-08-09 10:34:52 +10:00 |
|
MinRK
|
79d9f0f039
|
refocus active cell on dialog close
if there is one
Otherwise, the cursor is lost on kernel restart, etc.
|
2013-07-16 14:51:06 -07:00 |
|
MinRK
|
c800ed9671
|
be pedantic about VT100 vs ANSI in comments
|
2013-07-12 11:56:59 -07:00 |
|
MinRK
|
13a89a74e3
|
add indexed-color in 256-color support
|
2013-07-12 11:47:59 -07:00 |
|
MinRK
|
49e6a36f7c
|
add ansi background colors
|
2013-07-12 11:47:48 -07:00 |
|
MinRK
|
1186d575a9
|
expand ANSI color support
adds support for 256 colors
does not yet add support for themed 16-color mapping ([01;38;5;[0-15])
closes #3617
|
2013-07-11 17:47:28 -07:00 |
|
MinRK
|
55192ef881
|
fix regular expression for ANSI escapes
wouldn't catch `\x1b[01;`, only `\x1b[0;` or `\x1b[1;`.
closes #3614
|
2013-07-11 12:19:03 -07:00 |
|
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
2013-06-27 11:14:10 -07:00 |
|