Web app New ... popup not showing some templates?
I am a bit confused by this behavior. When I click on a package of my project and do a right click, New ... I only see Java class, File and package as options. Interface, Enum and Annotation Type are not available. I see that the templates for all of these are available in my template settings screen.
What could be wrong?
TIA,
Kedar
请先登录再写评论。
BTW, this is IDEA 9.0.1 on a Mac.
Hello kedar,
The New Class dialog has been redesigned. You can select the type of the
class to create after you invoke the New Class dialog.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Grrr. Thanks Dmitry. Never realized the "Kind" option during the New Class creation dialog ...
Problem solved.
-Kedar