In my mind, in the IDEA mappings, ctrl-alt "does stuff" and control-shift modifies existing behaviour. Eg. ctrl-alt-F reformats, ctrl-alt-M extracts a method, ctrl-alt-V extracts a variable. On the other hand, ctrl-space does completion, so ctrl-shift-space does a modified (smart) completion. By that logic, the modified version of ctrl-N should be ctrl-shift-N. I would expect ctrl-alt-N to "do stuff".
Just my cortex's $0.02. Cheers, Dan > -----Original Message----- > From: Valentin Kipiatkov [mailto:[EMAIL PROTECTED]] > Sent: 04 December 2001 20:38 > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] Show methods from parents > > > > Any chance I can convince you to make that ctrl-alt-n? > > Yes, sure. It's not fixed yet. Any other opinions about > shortcut for "Go to > File"? > > Best regards, > Valentin Kipiatkov > ----------------------------------------------------------- > IntelliJ Software, http://www.intellij.com/ > "Develop with pleasure" > ----------------------------------------------------------- > > ----- Original Message ----- > From: "Michael Kirby" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 04, 2001 11:18 PM > Subject: Re: [Eap-list] Show methods from parents > > > > > > :-( > > > > Any chance I can convince you to make that ctrl-alt-n? > > > > That way I don't have to re-map thekey bindings, or retrain my mind. > > > > Mike > > > > On 4 Dec 2001 at 17:44, Valentin Kipiatkov wrote: > > > > > > By the way, might I suggest changing the key binding > from ctrl-f12 > > > > to > > > shift-cntl-n ? > > > > The rational is that this function is very similar to > the cntrl-n > > > function, but for > > > > methods, instead of classes. I would also move them > from the View > > > category, to > > > > the GoTo Category where cntl-n is located. > > > > > > But we plan to use it for "Go to File". Very similar to > Go to Class > > > but navigates to non-java files. > > > > > > Best regards, > > > Valentin Kipiatkov > > > ----------------------------------------------------------- > > > IntelliJ Software, http://www.intellij.com/ > > > "Develop with pleasure" > > > ----------------------------------------------------------- > > > > > > ----- Original Message ----- > > > From: "Michael Kirby" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Tuesday, December 04, 2001 2:30 PM > > > Subject: Re: [Eap-list] Show methods from parents > > > > > > > > > > Does ctrl-f12 do what you want? > > > > > > > > By the way, might I suggest changing the key binding > from ctrl-f12 > > > > to > > > shift-cntl-n ? > > > > The rational is that this function is very similar to > the cntrl-n > > > function, but for > > > > methods, instead of classes. I would also move them > from the View > > > category, to > > > > the GoTo Category where cntl-n is located. > > > > > > > > Mike > > > > > > > > > > > > On 3 Dec 2001 at 14:58, Bryan Young wrote: > > > > > > > > > > > > > > Is there a way to show all the methods available from a given > > > > > class? What I'm looking forwould be similar to the Structure > > > > > panel, but would show ALL of the methods available in > a class (not > > > > > just those that were overwritten or implemented in > the sub class). > > > > > I thought the Hierarchy panel looked like it would have that > > > > > information, but it just seems to list classes. Is > this feature > > > > > available in Idea, or will it be in the future? > > > > > > > > --- > > > > [EMAIL PROTECTED] > > > > To obtain my PGP public key, mail "SEND PUB KEY" in the > > > > subject to "[EMAIL PROTECTED]" > > > > > > > > > > > > _______________________________________________ > > > > Eap-list mailing list > > > > [EMAIL PROTECTED] > > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > > > _______________________________________________ > > > Eap-list mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > --- > > [EMAIL PROTECTED] > > To obtain my PGP public key, mail "SEND PUB KEY" in the > > subject to "[EMAIL PROTECTED]" > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > *************************************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify [EMAIL PROTECTED] immediately. This footnote also confirms that this email message has been swept for the presence of computer viruses. *************************************************************************************** _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
