At 02:03 PM 10/30/00 -0600, [EMAIL PROTECTED] wrote:
>knut, your sort idea is how we used to sort our imports - core java
>first, then other parties, then ours. The current import declaration
>sort feature is close to that as is, because java.* sort together,
>com.* sort together, etc. Mainly, I had to just move the java.*,
>javax.* sections to the top.
>
>Most important is to make them organized (by alphabetizing) for human
>factors. White space between sections is good too (compare 1st and
>2nd level domain sections). This would be a nice addition to the sort
>routine.
>
>I did not see a reply to my question if Paul had wanted/thought of a
>config for specifying the type of import declaration
>(single-type-import or type-import-on-demand).
Hi Jeff,
I apologize for not responding to your query sooner. I prefer to import
by class rather than package just to have a record of the classes on which
an importing class depends. Thus, I've not felt a need/desire for the
option to import by classes. However, I would be happy to include such an
option if someone were to provide an implementation.
I would also be happy to include any other import options, such as options
for grouping import statements, as long as someone else does the
implementation.
Regards,
- Paul