Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] Visual editor overrides

 
I need some way of getting some information from the eclipse vm in order to make it available to
some of my customizers (in the target vm I guess).
 
This information will depend upon which project the actual class we are editing is in.
 
Any ideas of how I might accomplish this would be much appreciated, including any pointers
 to existing code that does similar things.
 
I was thinking maybe I could use the override mechanism to intercept the opening of the customizer, and pass it
 some information using bean proxies, but I'm just grasping at straws at the moment.
 
Thanks,
 
    Darren Hurt
 
 
 
 
 
 -----Original Message-----
From: ve-dev-bounces@xxxxxxxxxxx [mailto:ve-dev-bounces@xxxxxxxxxxx]On Behalf Of Rich Kulp
Sent: 20 April 2006 16:18
To: Discussions people developing code for the Visual Editor project
Subject: Re: [ve-dev] Visual editor overrides


Hi,

We don't have it documented. The only ones that we are "supporting as API" are the ones in the tutorial. The others haven't necessarily been made available yet.  You can look in the overrides directory of the org.eclipse.ve.swt and org.eclipse.ve.jfc for some examples. If you have any specific question you can append back and we can see if we can answer them.

Thanks,
Rich

Back to the top