Hi, On Thu, Mar 19, 2009 at 3:11 PM, Niclas Hedhman <[email protected]> wrote: > On Thu, Mar 19, 2009 at 4:00 PM, Rickard Öberg <[email protected]> wrote: >> Hey, >> >> I added a Main class to Envisage which takes the classname of an >> ApplicationAssembler as input, instantiates it, assembles it, and then runs >> the visualizer on the assembled (not-activated) application. >> >> This makes it possible to add Envisage as an external tool in IntelliJ, >> using the following settings: >> Program: $JDKPath$/bin/java >> Parameters: -classpath "$Classpath$" org.qi4j.library.swing.envisage.Main >> $FileClass$ >> >> Make sure you have Envisage in your projects classpath. It might be possible >> to do this more generically so that it's not needed, but it's an easy fix >> for now. >> >> With this installed you can right-click on the ApplicationAssembler class >> and run the visualizer! Very neat :-) > > Yeah, good for now. Will build it into the IDEA plugin later... >
Yes very neat trick. Another things, any idea on how plugins things will be designed. It is not the how to create idea intelliJ plugins. But I mean how the concept/behaviour of the envisage as plugins ? Because as far as I understand envisage will only work during runtime, where doing development on idea mean development time, so any idea how to combine both (runtime and development time) into single cohesive environment ? Cheers Tonny Kohar -- Sketsa SVG Editor imagine, design, create ... http://www.kiyut.com _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

