| IchBin 2006-05-20, 7:04 pm |
| Camille Petersen wrote:
> My Eclipse source editor groups all import statement at the beginning of a source file
> and "hides" them in the first line. Only if I click on the "+" sign left of the
> first import statement all remaining import statements became visible.
>
> How do I set Eclipse up that it ALWAYS show all import statements by default without
> having to do manually the expand click?
>
> Camille
>
For imports it really should not be an issue. That is, by using
'Ctrl+Shift+o' or "Menu Source \ Organize Imports", Eclipse will 98% of
the time manager you Imports correctly so you really do not meed top
look at them.
Anyway, you can change what gets folded here:
"Menu Windows \ Preferences \ Java \ Editor \ Folding \ un-check Imports"
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
________________________________________
__________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
|