+1! but right margin should be configurable.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrik Andersson
Sent: Thursday, January 17, 2002 10:44 AM
To: '[EMAIL PROTECTED]'
Subject: SV: [Eap-list] new Code Layout feature for AdrianaI would like to have the Code Layout feature also be able to arrange all code to keep insidea certain column. Mostly column 80.regards,Patrik Andersson-----Ursprungligt meddelande-----
Fr�n: Liu, Mike [mailto:[EMAIL PROTECTED]]
Skickat: den 17 januari 2002 19:21
Till: '[EMAIL PROTECTED]'
�mne: [Eap-list] new Code Layout feature for AdrianaHi,
I was wondering if the following Code Layout feature can be considered for Adriana:
Original Code Snippet:
... ...public void blah() throws com.yada.YadaException
{
... ... ...
}
After Code Layout:
... ...
import com.yada.YadaException;
... ...public void blah() throws YadaException
{
... ... ...
}
Since it was known that Exception class is fully known as com.yada.YadaException, it should be fairly straight-forward for IDEA to auto-optimize the import statements as well. What do you guys think?
Thanks,
Mike Liu
