>Some people really don't like global imports, so if some threshhold was put >in, make sure there is a setting that allows them to never show up. > >Global imports really can cause problems and definatly slow down compiles. Personally, I'd like to go the other way around...that is, go from a import java.awt.*; statement to: import java.awt.Component; import java.awt.Container; import java.awt.List; As was mentioned earlier in the thread. Unfortunately, I think the elisp for that is non-trivial. -Richard.
- A command to kill extra import statements David Ponce
- RE: A command to kill extra import statements wannhedenk
- RE: A command to kill extra import statements Schewe, Jon (MN65)
- RE: A command to kill extra import statements Richard Campbell
- RE: A command to kill extra import statements Schewe, Jon (MN65)
- RE: A command to kill extra import statements jeffjensen
- Re: A command to kill extra import statements Jim LoVerde
- RE: A command to kill extra import statem... Jeff Jensen
- Re: A command to kill extra import statem... Nick Fortescue
- RE: A command to kill extra import statements Schewe, Jon (MN65)
- RE: A command to kill extra import statements Jeff Jensen
- RE: A command to kill extra import statements Paul Kinnucan
- RE: A command to kill extra import statements Schewe, Jon (MN65)
