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

Key: IDEADEV-16166
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Major Major
Assignee: Eugene Zhuravlev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

Ant integration: support features commonly supported in IDEA xml editors

Created: 11 Apr 07 18:50   Updated: 06 Nov 08 23:15
Component/s: Ant Integration
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
 
This issue is related to:
IDEA-16926 Ant completion suggests already exiti... Open
IDEADEV-15539 Ant integration: code completion: xml... Normal Open
IDEADEV-13437 Regression: closing tag is not update... Normal Open

Build: 6,906


 Description  « Hide
There are a number of features supported in common IDEA XML editor, but not in Ant editor. For example:
  • XML shows the completion popup with attributes just after typing a space within a tag construction. Ant requires Ctrl+Space pressing.
  • XML does not show an attribute in completion list if this attribute is already in text. Ant still shows it.
  • XML provides completion with Ctrl+Space in not completed closing tag: </ CURSOR. Ant editor does not.
  • XML provides Rename functionality for a tag (tags are renamed across all document). Ant editor does not.
    Please, revise the usage of common XML editor functions in Ant editor.


 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 01 Aug 07 17:44
+
XML has quick fix for unknown URI. Ant has no.