Hi,
I am running Eclipse 3.0M8 and MyEclispe 3.72. I have tried this on solaris
and W2K and I get the same results.
The problem is, while editing a JSP file using the JSP editor, when I click click on “Source” -> “Format Content”, a newline is added each line.
For eg, if the following JSP code,
<html>
<head>
</head>
<body>
</body>
</html>
after “Format Content” becomes
<html>
<head>
</head>
<body>
</body>
</html>
Everytime “Format Content” is invoked, additional newline character is added.
Anand