eclipse custom project plugin -


i have read many articles never succeeded need.

i make plugin eclipse. plugin should add new wizard category 'file->new->project', category should have 3 items under it, lets 'x', 'y', 'z'.

when pressing each of them, no matter which, new 'create java project' window open.

after entering 'name' project, new folder needs create @ project manager @ same chosen 'name'. folder must have other items inside, creating new normal java project.

also should new package under 'src' folder, package name 'x' ('y', or 'z').. , inside package should java file (with own default template), name should 'name'.jave.

is possible make such plugin eclipse? not making plugin eclipse itself.

will appreciate answer, thanks!

yes, possible. have learn how make eclipse plugins though. start basic tutorial this or this. when know basics, can newwizard extension point want use.

you can in editor, text editor if want. have huge advantage doing in eclipse since there editors , tools out.

http://help.eclipse.org/juno/index.jsp?topic=%2forg.eclipse.platform.doc.isv%2freference%2fextension-points%2forg_eclipse_ui_newwizards.html


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -