IU-90.154 EAP - what happened to new -> interface?

Right clicking a package and selecting new doesn't show interface nor @interface anymore, just Java Class and File
(except all the other stuff: spring, actionscript, groovy..). What happened?

/S

0
Avatar
Permanently deleted user

It looks like they condensed things. If you select new --> Java Class, in the resultant dialog you can select Class, Interface, Enum, or Annotation. That context menu was getting pretty crowded, so I can understand their motivation.

0

Hello Sigmund,

Right clicking a package and selecting new doesn't show interface nor
@interface anymore, just Java Class and File (except all the other
stuff: spring, actionscript, groovy..). What happened?


http://blogs.jetbrains.com/idea/2009/05/compact-create-class-action/

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

thanks, been using that for a while without noticing :-)

0

请先登录再写评论。