what about when the exception is throwqn up the hierarchy? May be it's also good to modify the behaviour of ctrl+shift+F7 when the cursor is positioned in a "throws" clause to hilight all the throwers. In similar way it would be consistent when you press ctrl+shift+F7 in "extends/implements" clause to hilight the names of all the methods implementing/overriding the methods of the particular class/interface (I know that i have this in the Structure view, but i'd find it really convenient since it shouldn't be hard to implement)
-- dimiter > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Vestal, Rick > Sent: Saturday, January 12, 2002 3:38 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [Eap-features] Finding exception sources in a method > > > I liked my suggestion (I always do) about having the lines > that throw the > exceptions be displayed in the left hand column (the bookmark column) > similar to how closing braces are shown. If you put your > cursor at a line > with catch in it, draw the bars in the left hand column to > the lines that > throw that exception. > > -- Rick > > > -----Original Message----- > > From: Bartley, Chris [mailto:[EMAIL PROTECTED]] > > Sent: Friday, January 11, 2002 12:24 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: [Eap-features] Finding exception sources in a method > > > > > > +1 > > > > A while back we also discussed a similar feature where you > > could put the > > cursor in a catch block and hit some key sequence to see all > > the lines in > > the corresponding try block that throw that exception. I'd > > love to see both > > implemented in Ariadna. > > > > -----Original Message----- > > From: Bill Littman [mailto:[EMAIL PROTECTED]] > > Sent: Friday, January 11, 2002 12:09 PM > > To: [EMAIL PROTECTED] > > Subject: [Eap-features] Finding exception sources in a method > > > > > > Here is a feature I would really like: > > > > Put your cursor on an exception in a throws, like the MyException in > > public void myMethod() throws MyException > > > > Then, press some magic key sequence and all lines that throw > > that exception > > are highlighted. > > > > So all lines like this are highlighted: > > throw new MyException(); > > > > And all lines like this are highlighted: > > myOtherMethod(); > > when myOtherMethod also throws a MyException. > > > > - Bill Littman > > Senior Software Engineer > > TomoTherapy, Inc. > > 2228 Evergreen Road > > Middleton, WI 53562 > > 608 824-0995 (v) > > 608 824-0996 (f) > > http://www.tomotherapy.com > > > > _______________________________________________ > > Eap-features mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-features > > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
