3 comments
Comment actions Permalink

You need to register a custom extension id with "directoryProjectGenerator" and base class "com.intellij.platform.DirectoryProjectGenerator"

0
Comment actions Permalink

thanks Anton, that's got me started. Can that be used in all products? We didn't use that class for creating projects in Intellij IDEA. For that we just used a 

com.intellij.ide.util.projectWizard.ModuleBuilder

also, it'd be great if I can group together a couple of options for D projects in the same way that the C++ and C stuff is. How does that work?

0
Comment actions Permalink

DirectoryProjectGenerator is available in all non-Java IDEs, while ModuleBuilder is in IntelliJ IDEA only

0

Please sign in to leave a comment.