Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Obscure VE classpath/ Virtual machine question
Obscure VE classpath/ Virtual machine question [message #121054] Wed, 29 March 2006 11:39 Go to next message
Darren Hurt is currently offline Darren HurtFriend
Messages: 91
Registered: July 2009
Member
I want to extend the Visual editor in a particular way.

I have a suite of Swing visual classes, along with their own
customizers.

I want these customizers to have access to the plug-in code from
another plug-in of mine, but as they run in another VM
that does not include plug-ins in its classpath, this is problematic.

The constant restarting of the VM of the editor is also a problem, as I also
want my
customizers to have access to certain information, the link to which dies
every
time the VM restarts, and rebuilding this information is rather costly.



I would like to run the Visual Editor in the Eclipse VM, with its classpath
obtained from
the amalgamation of all suitably enabled projects in the workspace.

I see the problems this would cause in terms of hot code swapping if you
change the
beans that an actual visual representation is using, add new projects etc,
but I think that for my purposes it would be preferable, as I intend to
assume that
the beans from which screens are built to not change within a particular
edit session
by a user of these beans.

I don't suppose there is any way of achieving this kind of thing via
extension points etc.?
Re: Obscure VE classpath/ Virtual machine question [message #121076 is a reply to message #121054] Wed, 29 March 2006 15:25 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Sorry, we don't have a way to currently do this. There's no way to know
that it is "safe" to do this for your case. We don't have any code that
allows a java visual editor to switch to run within the IDE VM.

--
Thanks,
Rich Kulp
Re: Obscure VE classpath/ Virtual machine question [message #612381 is a reply to message #121054] Wed, 29 March 2006 15:25 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Sorry, we don't have a way to currently do this. There's no way to know
that it is "safe" to do this for your case. We don't have any code that
allows a java visual editor to switch to run within the IDE VM.

--
Thanks,
Rich Kulp
Previous Topic:custom component not displayed correctly
Next Topic:Question about customization of contextual menu
Goto Forum:
  


Current Time: Thu Apr 25 20:22:38 GMT 2024

Powered by FUDForum. Page generated in 0.02417 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top