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

Key: IDEADEV-13015
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

HTML code completion: suggest exitent file paths for applet/@codebase and applet/@archive attribute values

Created: 07 Jan 07 20:39   Updated: 09 Jan 07 18:32
Component/s: Editor. Code Completion, HTML.Editing
Fix Version/s: None

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

Build: 6,627


 Description  « Hide
Edit the HTML in IDEA:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>Ttile</title>
</head>
<body>
	<a href=""></a>
	<applet codebase="" width="100" height="100" archive=""/>
</body>
</html>

On ctrl+space in place of a/@href attribute value the list of existent files / directories is suggested.
On ctrl+space in place of applet/@codebase and applet/@archive attribute values nothing is suggested. The same list could be.



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