Well, Reformat Code/Optimize Imports will sort my imports, but I still need to go through and add blank lines. I'll probably just write the plugin to do this at some point, and that gives me almost exactly what I want (especially if I can "hook" the save action and muck with the code before the save actually happens).
Still, since Idea adds imports for me all the time, it'd be nice if it would just organize them the way I want. mike "Scott Sirovy" <[EMAIL PROTECTED]> wrote in message afs8um$h5u$[EMAIL PROTECTED]">news:afs8um$h5u$[EMAIL PROTECTED]... > This sounds like a job for a plugin -- highlight a chunk of code and "sort > alphabetically"... > > BTW: I think the answer to your last question is "no", currently. > > -sms > > "schmoe" <[EMAIL PROTECTED]> wrote in message > afqnvc$2p0$[EMAIL PROTECTED]">news:afqnvc$2p0$[EMAIL PROTECTED]... > > My coding style is to have all my imports in alphabetical order, with a > > blank line between any 2 imports from different packages. Idea's import > > settings give much more flexibility than this, but it won't format imports > > this way for me. > > > > I'm not sure how best to model this along with the existing "imports" > > settings: maybe a "blank line between imports from different packages" > > checkbox? Is there a nicer mechanism for configuring this that would give > > me the import structure I want? > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
