Hi again,
> Hi all,
>
> About the jde-wiz-import, I have the following problem (JDE=2.2.6 beta3).
>
> I have:
> ---------
> import edit.Contr;
> import edit.Editor;
>
> import biom.ut.Acc;
> import biom.ut.Cont;
>
> import geam.kern.agent.Ag;
> import geam.kern.Tu;
> -------------
> My "jde-auto-sort-imports" is true.
>
> When I do "jde-wiz-import biom.ut.X", I have the following result:
>
> -----------
> import biom.ut.Acc;
> import biom.ut.Cont
> import edit.Contr;
> import edit.Editor;
> import geam.kern.agent.Ag;
> import geam.kern.Tu;
> import biom.ut.X -------------->The last imported package is not sorted
> -----------
>
> What may be the problem please?
>
> By the way, perhaps it is a minor problem: the sorting action deletes
> the blank line like after "import edit.Editor;" or "import
> biom.ut.Cont". I suggest to keep (may be in option) the blank line. In
> the present case, it is used to discern all packages I have. But after
> sorting, it is hardly possible (especially it confuses when there are
> around 20 packages to import) involving a less program comprehension
>
I have not well explained the problem of the blank line: because I use it
for discerning my import packages, it is also sorted with the packages, so
I have the following result:
--------------------
package biom;
// many blank lines followed
import biom.ut.Acc;
import biom.ut.Cont
import edit.Contr;
import edit.Editor;
import geam.kern.agent.Ag;
import geam.kern.Tu;
import biom.ut.X -------------->The last imported package is always not
sorted
--------------------
Any suggestion please!
>
> Thank you
>
> Fenintsoa
--
[@666[]]::::::::::::::::::::::::::::::::::>
andriamasinoro fenintsoa
multi-agent researcher
iremia university of La R�union
France
T�l: 02 62 81 68 63 (portable) / 02 62 93 83 24 (office)
E-Mail: [EMAIL PROTECTED]
----------------------------