Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4th tab for object info #8

Open
andrewray opened this issue Feb 19, 2014 · 0 comments
Open

4th tab for object info #8

andrewray opened this issue Feb 19, 2014 · 0 comments
Labels

Comments

@andrewray
Copy link
Owner

When you look up object info with it goes through 4 stages.

  1. Show types
  2. Grow popup to show documentation
  3. Hold the popup for 10 secs while typing
  4. Send a code execution request with "identifier?".

The last one is a ipython thing. Its supposed to open the pager window with full documentation but in our case actually gets executed by ocaml which almost certainly leads to an error. This needs to be disabled in the javascript, if I can find it. Hopefully it can be done throught custom.js.

@andrewray andrewray added the bug label Feb 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant