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

Key: IDEADEV-25498
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Serge Baranov
Votes: 0
Watchers: 0
Operations

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

XML Block comment bug

Created: 22 Mar 08 15:40   Updated: 24 Mar 08 15:42
Component/s: XML editing
Fix Version/s: None

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

Build: 7,757
Severity: Medium


 Description  « Hide
Support feedback:

I do a block comment on the following...

<distributionManagement>
    <!-- Climbing Vine Repository Distribution -->
    <repository>
      <id>cv</id>
      <name>CV Repository</name>
      <url>scp://maven.climbingvine.ca/var/www/maven.climbingvine.ca/htdocs/</url>
    </repository>
  </distributionManagement>

Resulting in...

<!--  <distributionManagement>
    --><!-- Climbing Vine Repository Distribution --><!--
    <repository>
      <id>cv</id>
      <name>CV Repository</name>
      <url>scp://maven.climbingvine.ca/var/www/maven.climbingvine.ca/htdocs/</url>
    </repository>
  </distributionManagement>-->

I then run the block comment command on it again and get this, which is not what I should get...

<distributionManagement>
    --><!-- Climbing Vine Repository Distribution --><!--
    <repository>
      <id>cv</id>
      <name>CV Repository</name>
      <url>scp://maven.climbingvine.ca/var/www/maven.climbingvine.ca/htdocs/</url>
    </repository>
  </distributionManagement>


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