Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Get NameLocationStep
Permanently deleted user
Created
Hi all! I need programmatically find access point to get NameLocationStep (NameAndLocationStep). Its first (second) step in the time of creating new module (project). How can I do this? Thanks!
I need programmatically find access point to get NameLocationStep (NameAndLocationStep). Its first (second) step in the time of creating new module (project). How can I do this?
Hello Victor,
ProjectWizardStepFactory.getInstance().createNameAndLocationStep()
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Wow! How fast! Thanks!
But what about NameLocationStep? How I undestood, NameLocationStep - its wizard step, when user selecting module type...?
Hello Victor,
Why do you need this?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I need eliminate some symbols (all text separators) from module name. For this I need get this wizard. And then I can get module name to be.
Decide problem thereby:
((MyModuleBuilder) _wizardContext.getProjectBuilder()).getName()
And yet how can get this (NameLocationStep) wizard?