When refactoring or restructuring code files there are occasions where I have a clear view in my mind of the contents/purpose of a method or code block but I want to move it around between files or up/down within a file.
In a word processor when moving paragraphs you can zoom out and rely on the shape/context of paragraphs (methods) as you don't need to clearly be able to read each one. I find zooming out a little to get a good view of my text very useful in these situations.
My Question: Do any IDEs / IDE plugins (preferably cross-platform and supporting Java) allow you to zoom in and out when looking at text?