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

Key: IDEADEV-14275
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Avdeev
Reporter: Alexander Chernikov
Votes: 1
Watchers: 1
Operations

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

Refactor / rename could work for XML namespace prefix

Created: 08 Feb 07 20:40   Updated: 19 Feb 08 14:10
Component/s: Refactoring, XML editing
Fix Version/s: None

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

Build: 6,700


 Description  « Hide
Refactor / Rename command does not show a dialog for XML namespace prefix, like "core" in the sample below. It could work for it.
<jsp:root xmlns="http://www.w3.org/1999/xhtml"
		  xmlns:jsp="http://java.sun.com/JSP/Page"
		  xmlns:core="http://java.sun.com/jsp/jstl/core"
		  version="2.0">
	<core:out value="value"/>
</jsp:root>

(Implementation may also cover JSP prefixes.)



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 09 Feb 07 11:01
In addition it would be nice if I could "rename" the default namespace to a prefixed one. (All elements in default namespace would get explicit qualification using a prefix)