I would like to have the Code Layout feature also be able to arrange all
code to keep inside
a 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
