Brian E. Granger
8dbc143512
Fix CM related sizing issues for completer and tooltip.
13 years ago
Brian E. Granger
c666acbe5e
Updating tooltip.js to work with CM3.
13 years ago
Brian E. Granger
11d65e3bac
Minor changes.
...
* Removed Tooltip._cmfocus as it was doing nothing.
* Removed debug console.log in notification area.
13 years ago
Brian E. Granger
7714f3d058
Removing IPython.notebook references from tooltip.js
13 years ago
Bussonnier Matthias
5eb3850ae1
shift tqb for tooltip
13 years ago
Matthias BUSSONNIER
f4d9dabc31
remove notification widget leftover
...
fixes #2367
14 years ago
Matthias BUSSONNIER
9f319f6da9
click on close cancell stick
14 years ago
Matthias BUSSONNIER
523ae0c377
fix tooltip keep focus on wrong cell
...
check that the cell the tooltip is giving focus back is the currently
selected cell
14 years ago
Matthias BUSSONNIER
c06f5b1718
rename show/hide methods to avoid jQuery conflict.
...
it seem that show and hide methods fron tooltip where collinding with
jquery, sometime blocking the notebook.
Move from css fadeIn/Out to jQuery fade In/Out, and replace
addRemoveClass by fadeIn/fadeOut
14 years ago
Matthias BUSSONNIER
b2a04396d8
space before function keyword in js
14 years ago
Matthias BUSSONNIER
0f34ca4346
beautify tooltip.js
14 years ago
Matthias BUSSONNIER
d823325be4
make sticky time configurable
14 years ago
Matthias BUSSONNIER
7d069cd792
Notification + tooltip demo
...
Use notification to quicky remind use of the tooltip
Use javascript in notebook to make a live demo in
01_notebook_introduction
tooltip docstring is remplaceid for the first use by a live tutorial
14 years ago
Matthias BUSSONNIER
c804c036ec
tooltip, pager bring pager
...
execute xxxx? on behalf of the cell to bring the pager.
14 years ago
Matthias BUSSONNIER
e8632ff7ee
clean code, show clock if tooltip is 'sticky'
...
- make code more concise
- remove trailing space
- add some animation
- put some function/variable private with leading underscore
14 years ago
Matthias BUSSONNIER
8f33caf0dc
make tooltip tabs fonction configurable
14 years ago
Matthias BUSSONNIER
bf5cf0dd3a
move some tooltip logic away from codecell.js
14 years ago
Matthias BUSSONNIER
98303f5f7d
Clean code, retab and minor fix
...
remove unused code, convert some tab to space, and correct some
semicolon according to jslint
jlint fixes
14 years ago
Brian Granger
0d6a698688
Major refactoring of the Notebook, Kernel and CodeCell JavaScript.
...
* Kernel doesn't depend on Notebook or CodeCell.
* CodeCell doesn't depend on Notebook, only Kernel.
* All of the kernel management logic has been moved out of the
Notebook into the Kernel.
* Public methods of the Kernel (execute, complete, etc) take
a callbacks object that registers the callbacks for that msg.
(rebased, cherrypicked, by Bussonnier Matthias <bussonniermatthias@gmail.com>)
(and tabs removed)
Conflicts:
IPython/frontend/html/notebook/static/js/codecell.js
IPython/frontend/html/notebook/static/js/completer.js
IPython/frontend/html/notebook/static/js/tooltip.js
14 years ago
Matthias BUSSONNIER
507a66235b
fix typo that->this
14 years ago
Matthias BUSSONNIER
b6fcb806d6
fix cancel_stick typo
14 years ago
Matthias BUSSONNIER
d7b42270ee
remove console.log
14 years ago
Matthias BUSSONNIER
73cc002110
clean and comment tooltip file
14 years ago
Matthias BUSSONNIER
5064568730
should fix click on close works when sticky
14 years ago
Matthias BUSSONNIER
d2f803bff2
multiple tooltip action
...
consecutives tab pressing with tooltip does :
- fisrt : show it
- second : expand it
- third : make it sticky for 10s (typing wont dismiss it)
- forth : send the content into the Pager
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
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