Currently, inspecting an object, String or Array is a 2 step process:

1) Display->Variable to get the id
2) Display->[Object,String,Array]

Would it make sense to introduce a Display->Inspect command
that reduced this to one step? Here's the basic logic of the code that
might implement it:

a) get object under point
b) get it's id (ala Display->Variable) [for primitives skip to step d]
c) determine type
d) perform type specific display

Thus no matter what kind of object under point, we get a 1 step inspect.
I suppose this can already be done in a custom lisp method in terms of exisitng jde
methods. Has anyone done it?

Thanks.
 

begin:vcard 
n:Johns;Rich
x-mozilla-html:TRUE
org:Trajecta
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Designer
note:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Rich Johns
end:vcard

Reply via email to