> >- Editor. Unused imports are highlighted as warnings. > > Fine. I had a case where it wasn't highlighted: the import was used, than I > deleted an obsolete private method -- no yellow highlight -- now I > performed an Layout code and one import line was removed - the one that was > only used by the former method.
You are right. All on-demand (with *) imports do not get highlighted as unused after they were used. It's fixed in #607. Thanks! Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Thomas Singer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 4:28 PM Subject: Re: [Eap-list] Ariadna, build #606 is available > > >- Editor. Unused imports are highlighted as warnings. > > Fine. I had a case where it wasn't highlighted: the import was used, than I > deleted an obsolete private method -- no yellow highlight -- now I > performed an Layout code and one import line was removed - the one that was > only used by the former method. > > >- Compiler. Dependency-based make is completed. Any feedback is very > >welcome. > >- Compiler. "Synchronize output directory" option. > > Very cool. > > I more and more ponder over the features IDEA will have in one year. I > can't imagine an major improvement after Ariadna. But at the other hand, > you IntelliJ guys always surprised us with good ideas in the past... > > Tom > > > At 14:57 27.02.02 +0300, you wrote: > >Ariadna, build #606 is available at http://www.intellij.com/eap. > > > >Changes in build 606 from 605: > > > >- Multiple bugfixes. > >- Editor. Unused imports are highlighted as warnings. > >- Editor. Intention action for spilitting "if (a && b) ..." construct into 2 > >nested if's (invoked on '&&'). > >- Structure View. "Autoscroll from Source" mode - tracks editor caret > >movements and automatically selects the corresponding node. > >- Structure View. Expanded nodes, selection and scrolling position are kept > >on switching between editors. > >- Compiler. Dependency-based make is completed. Any feedback is very > >welcome. > >- Compiler. "Synchronize output directory" option. > >- JSP Support. Taglib directives are recognized in included files. > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
