Comment Snippets for xWeb V2 and V3
Average Rating:
(2)
(2)
<?xml version="1.0" ?> <!-- Code Snippet Configuration File --> <snippets> <snippet keyword="Comment HTML"> <description>HTML comment</description> <text><!-- | --></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><%-- | --%></text> </snippet> </snippets>
Description
Discussions
(1)
|
|
-
-

-
Written September 23, 2011Feel really stupid - just discovered that in EW4 there is a "comment" button on the "code view" tool bar. :)
-
Written September 24, 2011xWeb V4 SP2 now has the comment/umcomme
nt 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.
-




