Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Double Space editors
Double Space editors [message #239094] Wed, 20 December 2006 17:02 Go to next message
Eclipse UserFriend
Originally posted by: jonathan.barnard.fnf.com

When I open files in the JavaScript, Java or JSP editors the code is double
spaced. When I open the same file in a text editor like TextPad it is still
single spaced. The wierd thing is when I save the file and open it in
TextPad the file is still single spaced. Can this be turned off?

I'm currently on:
Eclipse SDK

Version: 3.1.1

Build id: M20050929-0840

(c) Copyright Eclipse contributors and others 2000, 2005. All rights
reserved.

Visit http://www.eclipse.org/platform

This product includes software developed by the

Apache Software Foundation http://www.apache.org/
Re: Double Space editors [message #239117 is a reply to message #239094] Wed, 20 December 2006 22:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Jon Barnard wrote:
> When I open files in the JavaScript, Java or JSP editors the code is double
> spaced.

There is no setting that I know of that would explain it. Can you post
somewhere a screenshot?

Eric
Re: Double Space editors [message #240150 is a reply to message #239117] Thu, 25 January 2007 12:29 Go to previous message
Eclipse UserFriend
Originally posted by: jonathan.barnard.fnf.com

I don't know how to post an image, but how about this?

Jon

Copy from Eclipse:
/*

* Created on Aug 18, 2006

*

*/

package com.fnf.xes.tp.services.sysmanager;



import java.net.InetAddress;

import java.net.UnknownHostException;

import java.sql.Connection;

import java.sql.ResultSet;

import java.sql.SQLException;

import java.sql.Timestamp;

import java.sql.Types;

import java.util.ArrayList;

import java.util.Calendar;

import java.util.Date;

import java.util.GregorianCalendar;

import java.util.Hashtable;

import java.util.Iterator;

import java.util.ListIterator;

import java.util.Random;

import java.util.Vector;


Copy from TextPad:
/*
* Created on Aug 18, 2006
*
*/
package com.fnf.xes.tp.services.sysmanager;

import java.net.InetAddress;
import java.net.UnknownHostException;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.sql.Types;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.ListIterator;
import java.util.Random;
import java.util.Vector;


"Eric Rizzo" <eclipse5@rizzoweb.com> wrote in message
news:emcu7p$84k$1@utils.eclipse.org...
> Jon Barnard wrote:
>> When I open files in the JavaScript, Java or JSP editors the code is
>> double spaced.
>
> There is no setting that I know of that would explain it. Can you post
> somewhere a screenshot?
>
> Eric
Previous Topic:Remote debugging of RMI app broken in 3.3.M4 ?
Next Topic:Watchpoints
Goto Forum:
  


Current Time: Mon May 12 12:52:57 EDT 2025

Powered by FUDForum. Page generated in 0.04008 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top