facebook

XML comment enhancements

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #213504 Reply

    Ivar Vasara
    Member

    It’s super cool that XML commenting toggling has been enabled and the implementation is very smooth (blocks of xml within comments are handled nicely) but the comment tag placement is ugly.
    It would be swell if the comment formatting could be customized.. particularly it would be cool to see

    
        <blah blah />
        <unwanted stuff/>
        <blah blah />
    

    become

    
        <blah blah />
        <!-- 
        <unwanted stuff/>
        -->
        <blah blah />
    

    so the comment delimiters introduce new lines and be introduced at the same level as the highest order element they’re wrapping…

    or it would be cool if the comments were flush against the left side of the document so it’s really easy to spot them.. (this would also introduce newlines).

    #213507 Reply

    Ivar Vasara
    Member

    Also, why not wrap each individual line in comment delimiter tags ? This would be triggered by Ctrl-/ and invoke line level comments, much like the Java editor… this would allow for easy fine grained xml commenting.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: XML comment enhancements

You must be logged in to post in the forum log in