History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-23726
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

JSP: java code inside scriptlets is not formatted

Created: 05 Dec 07 16:39   Updated: 05 Dec 07 16:39
Component/s: Code Formatting and Code Style, J2EE.JSP
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,043


 Description  « Hide
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 IDEADEV-23725.
The same was in 7364 (IDEA 7.0.1).



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.