Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Open
Assignee
Maxim Shafirov
Subsystem
Code Formatting and Code Style
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Alexander Chernikov
    4 years ago (05 Dec 2007 17:39)
  • Updated by   Evgeniy Schepotiev
    2 years ago (27 Apr 2010 15:29)
  • Jira: IDEADEV-23726
    (history, comments)
 
IDEA-42259 JSP: java code inside scriptlets is not formatted
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Provide a JSP with a scriptlet with badly formatted java code like:
<html>
<head><title>Title</title></head>
<body>
<h3>Welcome to.</h3>
<p>
	<u>List:</u>: <br>
	<%
		Set rpaths = application.getResourcePaths("/");
		if (rpaths != null) { for (Object rpath : rpaths) { out.			print(rpath); out.   println("<br>"); }			}
	%>
</body>
</html>

Ctrl + Alt + L does not change the formatting of java code, not counting the issue IDEA-42201.
The same was in 7364 (IDEA 7.0.1).
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments