-
Notifications
You must be signed in to change notification settings - Fork 49
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
Show Interactions a la Dr. Racket #78
Comments
The editor-known-as Dr Scheme was my general purpose lisp editor, and this a request that i was thinking about raising. So I think it was very handy as well. It's basically a scoped search with highlighting (that was easily said). |
@arthuredelstein can we draw arrows over the code window ATM with clooj? This is an awesome feature. |
@frenchy64 @arthuredelstein Is this worth looking into or am I making trouble? |
Hi Devin, Sorry, I should have responded earlier. I'm not familiar with this Thanks, On Sat, Feb 18, 2012 at 7:47 PM, Devin Walters
|
Something like this Arthur: http://www.ccs.neu.edu/home/matthias/HtDP2e/i3-4.html Thanks, On Tuesday, February 21, 2012 at 2:11 AM, Arthur Edelstein wrote:
|
Hi Devin, I like the functionality (showing all locations of a name) but I'm not Arthur On Sun, Feb 26, 2012 at 10:34 AM, Devin Walters
|
I assume the following would be quite a bit of work, but Dr. Racket has an absolutely beautiful system where you can "show interactions", which means that when your mouse hovers over a variable or function, an arrow or arrow(s) are rendered on the screen that show how that thing came to be. For example:
When hovering over someone, an arrow is drawn from [someone] to someone.
When hovering over hello, an arrow is drawn from (def hello ...) to (str hello ...).
I know this is probably pie in the sky, but every time I see this in Dr. Racket I am flabbergasted at how nice that is.
The text was updated successfully, but these errors were encountered: