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

Key: IDEADEV-20712
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Maxim Shafirov
Reporter: Sascha Weinreuter
Votes: 1
Watchers: 2
Operations

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

Code folding for imports in JSP

Created: 29 Aug 07 15:46   Updated: 13 Sep 07 15:28
Component/s: J2EE.JSP, Editor. Editing Text
Fix Version/s: Diana Final

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

Build: 7,241
Severity: Medium


 Description  « Hide
Imports in JSP should be folded (and collapsed by default, if the corresponding option is set) just like in Java code. At last those imports that are declared with a dedicated page directive:
<%@ page import="javax.naming.InitialContext" %>
<%@ page import="javax.rmi.PortableRemoteObject" %>
<%@ page import="java.io.PrintWriter" %>
<%@ page import="java.io.StringWriter" %>
<%@ page import="java.net.URLEncoder" %>
<%@ page import="java.text.DateFormat" %>
<%@ page import="java.text.SimpleDateFormat" %>
<%@ page import="java.util.Comparator" %>
<%@ page import="java.util.Date" %>
<%@ page import="java.util.Iterator" %>
<%@ page import="java.util.Set" %>


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