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

Key: IDEABKL-4690
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: AlexL
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

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

JSP - IDEA should output a matching %> tag whenever you type <% or <%! similar to when you type <html>

Created: 26 Jan 06 06:37   Updated: 24 Aug 07 20:58
Component/s: JSP Editing
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP SP2
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEADEV-13653 JSP: complete typing opening <% with ... Normal Closed

Build: 4,125
Severity: High


 Description  « Hide
One simple thing that should be done is IDEA should emit a matching %> tag whenever you type <% similar to when you type <html>.

If we have JSP code style settings I want (see IDEA-6496), then IDEA could also automatically format and position the cursor also.

So, if I type

<%

I should see

<%
    |
%>

This will help out on the poor auto-indenter because it gets really confused if you don't have a matching %> tag.

Related Request:
JSP: Global Code Style Settings needs a JSP tab for JSP-specific constructs like <%! %> and <% %> blocks
http://www.jetbrains.net/jira/browse/IDEA-6496



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