Naci Dai wrote: > ArtifactEditRegistryReader reader = > ArtifactEditRegistryReader.instance(); > IArtifactEditFactory factory = > reader.getArtifactEdit(comp.getProject()); > if (factory == null) > return null; > return factory.createArtifactEditForWrite(comp);
I'm a bit concerned that there is too much non API code (*.internal.*) involved here. What about the approach I found in http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg04382.html. Is it ok this way? Cu, Gunnar -- Gunnar Wagenknecht [EMAIL PROTECTED] http://wagenknecht.org/ _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
