> > >
Comment Snippets for xWeb V2 and V3
Express yourself! Share your work with other members of the Expression Community.

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.

Comment Snippets for xWeb V2 and V3

Average Rating:  (2)
<?xml version="1.0" ?>
<!-- Code Snippet Configuration File -->
<snippets>
<snippet keyword="Comment HTML">
<description>HTML comment</description>
<text>&lt;!-- | --&gt;</text>
</snippet>
<snippet keyword="Comment CSS">
<description>CSS comment</description>
<text>/* | */</text>
</snippet>
<snippet keyword="Comment JS Line">
<description>JS line comment</description>
<text>//</text>
</snippet>
<snippet keyword="Comment JS Block">
<description>JS block comment</description>
<text>/* | */</text>
</snippet>
<snippet keyword="Comment ASPX">
<description>ASPX comment</description>
<text>&lt;%-- | --%&gt;</text>
</snippet>
</snippets>
Description
Discussions (1)

  • Where is the download button?
    3 Posts | Last Post September 24, 2011
    • I don't see a way to download the file.  
    • Feel really stupid - just discovered that in EW4 there is a "comment" button on the "code view" tool bar.  :) 
    • xWeb V4 SP2 now has the comment/umcomment feature built in as you have found. If you don't want to have the 'Code' toolbar open all the time you can add them to a shorter custom toolbar that doesn't take up as much space.
      
      I will reinstate the download for people still using V2 and V3.

Details

Rate it:
 
 
 
 
 
  • Share It:
    E-mail Twitter del.icio.us Digg Facebook
  • Add To Favorites
  • Published: 10/2/2009
  • Tags: Expression Web, Comments, Snippets
  • License Information:
    This contribution is licensed to you under Creative Commons by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.