facebook

How do I turn on JSP Comment Code Collapse?

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #257800 Reply

    Todd Patrick
    Member

    I have a simple JSP page such as:

    <%--
    //$Archive$
    //$Author$
    //$Date$
    //$Log$
    //$Modtime$
    //$Revision$
    //$Workfile$
    --%>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
        pageEncoding="ISO-8859-1"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>PETRO ADMIN Redirect</title>
    </head>
    <body>
    <jsp:forward page="/login/login.jsp"></jsp:forward>
    </body>
    </html>

    I have the option to collapse the head and body elements, but I cannot collapse the JSP Comment. Is this possible?

    Thanks,

    –Todd

    #257865 Reply

    Riyad Kalla
    Member

    Todd,
    I don’t believe the partitioner supports comment collapsing yet, I have filed this as a feature request.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How do I turn on JSP Comment Code Collapse?

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