2012-03-12 108 views
1

這是一種格式化JSP文件的好方法嗎?我該如何改變它?我不喜歡它。Eclipse jsp文件格式化

<%@ page 
     language="java" 
     contentType="text/html; charset=ISO-8859-1" 
     pageEncoding="ISO-8859-1"%> 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html> 
<head> 
<meta 
     http-equiv="Content-Type" 
     content="text/html; charset=ISO-8859-1"> 
<title>Insert title here</title> 
</head> 
<body> 

     <form 
       name="loginForm" 
       method="POST" 
       action="controller"> 
       <input 
         type="hidden" 
         name="command" 
         value="login" /> Login:<br /> <input 
         type="text" 
         name="login" 
         value=""><br /> Password:<br /> <input 
         type="password" 
         name="password" 
         value=""> <br /> <input 
         type="submit" 
         value="Enter"> 
     </form> 
     <hr /> 



</body> 
</html> 

Web > JSP files > Editor沒有幫助我

有何意見?

編輯:

我怎樣才能改變的JSP文件默認格式(JSP文件的默認格式如上圖所示)?

+0

這個問題與編程沒有關係。 – kosa 2012-03-12 16:39:56

+0

你可以澄清你的問題嗎?無法理解。 – Sabya 2012-03-12 16:45:02

回答

5

那麼,你只需要去Window > Preferences > Web > HTML Files > Editor,並取消選中「每個在新行上分割多個屬性」選項。

enter image description here