[Openmcl-devel] suggestions for clozure editor

Ron Garret ron at flownet.com
Sun Jan 9 15:14:26 PST 2011


On Jan 9, 2011, at 1:15 PM, Mark Klein wrote:

> 
> I don't know if there's a formal place to request UI enhancements, sorry if I missed it. Anyway, I just switched from Lispworks, and the things I miss most are:
> 
> - find source i.e. put the cursor in a function name in your code, and use a menu item or key chord to jump to the source
> 

option-.  (i.e. option-period)

> - find documentation i.e. put the cursor in a function name in your code, and use a menu item or key chord to display its' documentation somehow (e.g. popup window)
> 

Not available AFAIK but it's a pretty elementary exercise to implement.  Look in edit-defs.lisp for code to use as a model.

> - compile function i.e. put the cursor inside a function, and use a menu item or key chord to compile just that function (without having to scroll to the beginning or end of the function and make the function selected)

escape ctrl-x

In general, look in cocoa-ide/hemlock/src/bindings.lisp to see what's available.

rg




More information about the Openmcl-devel mailing list