[plt-scheme] separate pane for (define ...) selector

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Sat Apr 3 15:42:27 EDT 2010

How about automatically inserting 'big letters' for the contour pane for all global defines? You can already navigate w/i the contour pane by clicking on a region. -- Matthias




On Apr 3, 2010, at 12:20 PM, Todd O'Bryan wrote:

> One of my favorite features from Eclipse's Java editor is a small pane
> that has all the classes and functions listed in order. Each class can
> be expanded/compacted and clicking on a class or method definition
> jumps the editor to that spot.
> 
> The (define ...) drop-down at the top of the DrScheme editor has the
> same functionality, but it's not quite as convenient, since you have
> to go to the menu and then find the name. Has anybody written
> something that does what I'm looking for? I glanced through Planet,
> but wasn't sure what to search for.
> 
> The Contour pane is similar to what I want, but I'd just like the
> define lines to show up and be clickable. Being able to sort
> alphabetically would be great, too.
> 
> If it doesn't exist, I might take a stab over the summer.
> 
> Todd
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.