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

Key: IDEA-12593
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 1
Operations

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

"Create Target ..." QuickFix should not create empty tags

Created: 03 May 07 12:53   Updated: 07 May 07 21:06
Component/s: Ant Integration

Build: 6,935
Severity: Medium


 Description  « Hide
The created tag for the new target has to be edited unecessarily before it can be actually used:
<project name="test" default="test"> <!-- invoke "Create target test" quickfix -->

</project>

Result:

<project name="test" default="test">

  [caret]<target name="test" />
</project>

Expected:

<project name="test" default="test">

  <target name="test">
    [caret]
  </target>
</project>


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