[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[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.

When do you the blank line? When typing or formatting? Please provide more details.


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