Show data rather than docs when mousing-over variables
commit75f13ab3a70eaaed62b835ed3c06ecd1c1e2ddd7
authorOwen W. Taylor <otaylor@fishsoup.net>
Sat, 8 Dec 2007 22:40:48 +0000 (8 17:40 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Sat, 8 Dec 2007 22:40:48 +0000 (8 17:40 -0500)
treec3890ea0044c951404f615077edf3525907b3104
parent55a15deac1c99749f541064573e2b78f4199f4be
Show data rather than docs when mousing-over variables

doc_format.py: Routines for nicely formatting data with
  line-wrapping and truncation as necessary to keep it
  finite-sized.
doc_format.py completion_popup.py data_format.py: Factor
  out data_format.is_data_object()
doc_popup.py: When the target object is a data object,
  show the value, not the docs for the type
lib/reinteract/completion_popup.py
lib/reinteract/data_format.py [new file with mode: 0644]
lib/reinteract/doc_format.py
lib/reinteract/doc_popup.py