well.. yes and no.. the intention in your example only allows me to create an anonymous class, not an inner or normal class. The next step would be to use the "Convert anonymous to inner.." and "move class" refactorings, which get me where I want..
It would just be nice to be able to do it directly either from your or my intention-list.. regards! /Ole "Simon Rowe" <[EMAIL PROTECTED]> wrote in message akfkgm$58o$[EMAIL PROTECTED]">news:akfkgm$58o$[EMAIL PROTECTED]... > Try pressing CTRL-SHIFT-SPACE when you're at the addActionListener(new |) > stage - I think it does what you want. > > > "Ole Matzura" <[EMAIL PROTECTED]> wrote in message > akfbsp$sbi$[EMAIL PROTECTED]">news:akfbsp$sbi$[EMAIL PROTECTED]... > > Hi all! > > > > maybe this has already been suggested, I'll give it a try anyway; > > > > The intention list for creating a new class should include the option to > > create an inner class, i.e. when writing > > > > addActionListener( new MyActionListener() ); > > > > where the MyActionListener class does not yet exist I would like to be > able > > to create it either locally, anonymously or "normally" (as implemented > > already).. > > > > is this planned (or already available?) ? > > > > Thanx anyway for the best IDE.. :-) > > > > regards, > > > > Ole > > > > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
