| [news.eclipse.tools.jdt] Re: Java Editor - Extra blank spaces |
Rick Danny wrote:
Hi,
I am using the default java editor with eclipse 3.1.1 . THis editor automatically adds an additional blank line for every new line, I end up with code as follows. I can't find a corresponding option in the preferences. Any help to disable this option would be greatly appreciated.
Dani
package requesttracking.client;
import java.io.IOException;
import java.io.InputStream;
import java.io.ObjectOutputStream;
public class Class1
private static Logger logger;
// A set containing the session ids
private static Set<String> sessionIds = new HashSet<String>(); ...
Best Regards, Rick