facebook

Problems with Format Content in the JSP editor

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206417 Reply

    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

    #206418 Reply

    Riyad Kalla
    Member

    Anand,
    Thank you for the report, I was able to reproduce this using the test case you gave. I’m surprised I never noticed this before!

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Problems with Format Content in the JSP editor

You must be logged in to post in the forum log in