Skip the "Choose Project" step in New Project wizard
Paco Barrera <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAFS-qLmLjmti8yOEWAKOoNyo+c0DzYJD4ikf7Q_ooQrFEkOwYg@mail.gmail.com> |
Hi all, I'm trying to skip the first step when creating a new custom project from New Project Wizard. As I read, I need to catch the Action org.netbeans.spi.project.ui.support.CommonProjectActions.newProjectAction() in some instant and set the PRESELECT_CATEGORY and PRESELECT_TEMPLATE to my custom project template to achieve this. The problem is where to catch this action or override it. Is this correct or there are other aproaches? Any help would be appreciated.