This issue existed in 2.5.1, so it is not new for Ariadna. It's already been mentioned in the past, but I want to reiterate it now that Ariadna is in the works...
I create come code that throws a checked exception. I place my cursor on the code and hit Ctrl-Alt-T (or Code/Surround With) from the menu. I select (6) try/catch to surround with a try/catch block. The generated code contains a catch block for each declared exception in the code being surrounded. The catch statement generated uses an exception name of "e". There does not appear to be any way to configure the name of that exception variable. This is something that changes for me depending on the coding standards of the project I'm working on. It would be *really* nice to be able to configure the name of this variable. - Tim _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
