[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] Java Editor - Extra blank spaces
|
- From: Rick.Danny@xxxxxxxxx (Rick Danny)
- Date: Wed, 5 Apr 2006 08:41:25 +0000 (UTC)
- Newsgroups: eclipse.tools.jdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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.
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