Re: [racket-dev] Feature request:highlight variables

2013-02-03 Thread Harry Spier
Thanks Pierpaulo I see it now. Cheers, Harry On Sun, Feb 3, 2013 at 10:30 AM, Pierpaolo Bernardi wrote: > I meant 'Tack/Untack arrows'. > > Cheers > > > 2013/2/3, Harry Spier : > > Thanks Pierpaolo, > > I don't see a command to highlight the variable, though I do see jump to > > next bound occura

Re: [racket-dev] Feature request:highlight variables

2013-02-03 Thread Pierpaolo Bernardi
I meant 'Tack/Untack arrows'. Cheers 2013/2/3, Harry Spier : > Thanks Pierpaolo, > I don't see a command to highlight the variable, though I do see jump to > next bound occurance and the very useful "change variable name" > Harry > > On Sat, Feb 2, 2013 at 10:46 PM, Pierpaolo Bernardi > wrote: >

Re: [racket-dev] Feature request:highlight variables

2013-02-03 Thread Harry Spier
Thanks Pierpaolo, I don't see a command to highlight the variable, though I do see jump to next bound occurance and the very useful "change variable name" Harry On Sat, Feb 2, 2013 at 10:46 PM, Pierpaolo Bernardi wrote: > You can already do this by right-clicking an identifier and selecting > the

Re: [racket-dev] Feature request:highlight variables

2013-02-03 Thread Matthias Felleisen
Isn't this what git head does with the yellow coloring? -- Matthias On Feb 3, 2013, at 1:46 AM, Pierpaolo Bernardi wrote: > You can already do this by right-clicking an identifier and selecting > the appropriate command (whose name at the moment I can't remember). > > Cheers > > > 2013/2/3,

Re: [racket-dev] Feature request:highlight variables

2013-02-02 Thread Pierpaolo Bernardi
You can already do this by right-clicking an identifier and selecting the appropriate command (whose name at the moment I can't remember). Cheers 2013/2/3, Harry Spier : > I just downloaded the latest version of Komodo Edit (I needed to edit some > PHP code) and it has an interesting feature tha

[racket-dev] Feature request:highlight variables

2013-02-02 Thread Harry Spier
I just downloaded the latest version of Komodo Edit (I needed to edit some PHP code) and it has an interesting feature that might be useful in DrRacket. In DrRacket if you hover the mouse pointer over a variable you get arrows from the binding occurance of a variable to its bound occurances which