Matthias BUSSONNIER
72e3ea89ee
remove global
14 years ago
Matthias BUSSONNIER
5d8f0da694
almost all logic in tooltip.js, padding right button
14 years ago
Matthias BUSSONNIER
ca68062413
call tooltip after time
14 years ago
Matthias BUSSONNIER
0bfa18dd46
call tooltip by cell reference
14 years ago
Matthias BUSSONNIER
52d5f3beb2
move arow with tooltip positoin
14 years ago
Matthias BUSSONNIER
fa5aae3f43
shorten prearrow
14 years ago
Matthias BUSSONNIER
17a4f13a81
animation if already shown
14 years ago
Matthias Bussonnier
e0cf20b423
animate tooltip position
14 years ago
Matthias Bussonnier
b26b20e94f
fix scrolltop
14 years ago
Matthias Bussonnier
a84a7f03b0
play with tooltip growing css
...
don't forget to reenqble keyframe with a more
recent less compiler
14 years ago
Matthias Bussonnier
775c9e9317
comment a little
14 years ago
Matthias BUSSONNIER
22a44e79f8
change new tooltip appearence
...
temporarly (or maybe not) use less css to produce the css for the
tooltip.
14 years ago
Matthias BUSSONNIER
7b5b591425
improve new tooltip
14 years ago
Matthias BUSSONNIER
b463c64b32
new tooltip style
14 years ago
Matthias Bussonnier
85a09de995
tooltip to mac
14 years ago
Matthias Bussonnier
0247ac16f6
tooltip to mac
14 years ago
Matthias BUSSONNIER
7e7df86761
more cleaning
14 years ago
Matthias BUSSONNIER
cf19389cdd
clean code, remove duplicate unused lines
14 years ago
Matthias BUSSONNIER
6a658a6fa8
move more code into the completer itself
14 years ago
Matthias BUSSONNIER
e4784b984b
be smarter for context completion
...
Completion source based on context is smarter and use codemirror token
mecanisme to propose completions, instead of just plitting text at
whitespace and before dots.
14 years ago
Matthias BUSSONNIER
23ef964f06
add ctrlKey.which to utils
...
and modifies some file to use it
14 years ago
Matthias BUSSONNIER
3919267750
Removing some code that seem not to be usefull anymore
...
if having problem with Tab Completion try to revese this commit
14 years ago
Matthias BUSSONNIER
cfaa7ba427
import Utils keycodes into the completer
14 years ago
Matthias BUSSONNIER
fa6b8974ea
add a keycodes structure to utils
...
this structure (IPython.utils.keycodes)
add some common keycodes like tab...etc
and start modifying codecell.js to use it for better readability
14 years ago
Matthias BUSSONNIER
472fe4c19e
fix replace range bug
...
pylab.l<tab><tab> would be replace by .l because of a bug in common
start finding .l on the fifth position of pylab.start.
14 years ago
Matthias BUSSONNIER
839b8489c8
comment more
14 years ago
Matthias BUSSONNIER
0fa8b2236a
fix and retab javascript
14 years ago
Matthias BUSSONNIER
856c872ba7
use strict and clean a little.
...
adding 'use strict' in some place to be more agressive on the
delaration of the variables.
clean name and details here and there
14 years ago
Matthias BUSSONNIER
5076118509
implement the completer in a separate class
...
more feature like
-completion based on 2 sources :
* introspection in kernel
* context of current cell (complete with matching words)
* each source has its color in the completer
14 years ago
Matthias BUSSONNIER
a4dc3f1e3f
position upload form for firefox
14 years ago
Bussonnier Matthias
711c2ef6cc
Merge pull request #1739 from Carreau/dashboardImprovement
...
Dashboard improvement
see #1658 #1676
Allow to shutdown the kernels from the dashboard,
autorefresh dashboard,
add a native upload method, especially for https/chrome/linux that prevent drag and drop
14 years ago
Matthias BUSSONNIER
981738f9e3
change upload sentense
14 years ago
Brian E. Granger
13cc762f4c
Merge pull request #1630 from minrk/mergekernel
...
Merge divergent Kernel implementations
14 years ago
Bussonnier Matthias
242d3df5c2
Merge pull request #1705 from Carreau/draggablePager
...
[notebook] Make pager resizable, and remember size...
14 years ago
Thomas Kluyver
89b6bc664a
Merge pull request #1606 from Carreau/loadpycat
...
Share code for %pycat and %loadpy, make %pycat aware of URLs
14 years ago
Matthias BUSSONNIER
1eeff0e5c8
Revert "esc collapse pager"
...
This reverts commit c8e47d45dbd7c17293de0d9218e8f52247b79d1d.
14 years ago
MinRK
b037cf18a4
move default log setup to _log_default from init_logging
...
allows classes to be passed log attribute, avoiding duplicate setup and occasional errors if things are done in the wrong order.
14 years ago
MinRK
e0cdb267de
fix date objects in _reserialize_reply
14 years ago
Matthias BUSSONNIER
73ff1c5cde
fix upload button selection by class
...
superseed #1676 #1658 (and correct bug in 1676 where one con't upload
notebook because of refresh)
14 years ago
Matthias BUSSONNIER
b2291b14dc
Drag target bigger for empty notebook dashboard
...
When no notebooks, show "Notebook list empty", which increase the size
of the drag target.
fixes #1492
14 years ago
Matthias BUSSONNIER
1eae6f060a
do not expose enable/disable autorefresh
14 years ago
Matthias BUSSONNIER
40bdd81f5c
replace b by strong for semantic, more change in boilerplate
14 years ago
Matthias BUSSONNIER
231e8f93f2
remove underscore in filename
14 years ago
Matthias BUSSONNIER
0ada7dd847
bold click here in dashboard
14 years ago
Matthias BUSSONNIER
ee857f1bd9
remove extra console.log
14 years ago
Matthias BUSSONNIER
d549731d32
add 'Close and halt' in notebook filemenu
14 years ago
Matthias BUSSONNIER
13cf61912b
prevent autorefresh when pending upload
...
don't clear list if 'upload' button are present to avoid clearing the
list and the upload form
14 years ago
Matthias BUSSONNIER
a6f78c90b3
Check for null rather than undefined
...
set kernel id to None/null if not started
14 years ago
Matthias BUSSONNIER
c20c814a69
space around assignement
14 years ago
Matthias BUSSONNIER
2faee858af
rename kernel_status -> kernel_id
14 years ago