4 Commits

Author SHA1 Message Date
Andrew Gibiansky
03c5a95623 Changing tooltip trigger to space, making duration 800ms. 2013-11-10 21:02:01 -08:00
Eyal Dechter
f8beae8774 Merge branch 'directives' of github.com:edechter/IHaskell into directives
Conflicts:
	deps/tooltip.js
2013-11-07 07:56:54 -05:00
Eyal Dechter
0e96a451aa Add basic tooltip functionality and implement object_info_request and object_info_reply messages.
IPython has a tooltip feature which shows an info box under the cursor containing info about the current object. I have ported this to IHaskell. Basically, tooltip.js sends an object_info_request message to the kernel and the kernel responds with type information about the closest object.
2013-11-07 07:55:18 -05:00
Eyal Dechter
aa7c0a91dc Add basic tooltip functionality and implement object_info_request and object_info_reply messages.
IPython has a tooltip feature which shows an info box under the cursor containing info about the current object. I have ported this to IHaskell. Basically, tooltip.js sends an object_info_request message to the kernel and the kernel responds with type information about the closest object.
2013-11-07 07:44:22 -05:00