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

Key: IDEADEV-25875
Type: Usability Problem Usability Problem
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Dmitry Avdeev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

JSP action names could fill the completion list once user types a colon after prefix

Created: 10 Apr 08 16:13   Updated: 06 Nov 08 18:14
Component/s: J2EE.JSP
Fix Version/s: Diana Final

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

Build: 8,281


 Description  « Hide
Provide a JSP like:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head><title>Title</title></head>
<body>

</body>
</html>

In the body type '<', Ctrl+Space. Completion list shows only HTML tags. Ok.
Type 'c:'. Completion list shows "No suggestion". This is confusing. User does have some actions with c: prefix.
Ctrl+Space second time. Now actions are shown.

It could be Ok not to show JSP actions from the start, but since user has already typed a colon, the list of actions could appear.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 18 Jun 08 16:13
> It could be Ok not to show JSP actions from the start
BTW, IDEA 7 shows all actions from the start. I.e. if user has a declaration like
<%@ taglib prefix="xml" uri="http://java.sun.com/jsp/jstl/xml" %>
Then '<' and Ctrl+Space opens list which includes xml:choose, xml:forEach, etc.
Now the list contains just predefined jsp:* actions, ignoring declared taglibs.

Alexander Chernikov - 06 Nov 08 18:14
9011: already fixed.