SyntaxEditor for Windows Forms Forum
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <Title>Dialog</Title> <Shortcut>dlg</Shortcut> <SnippetTypes> <SnippetType>Expansion</SnippetType> <SnippetType>SurroundsWith</SnippetType> </SnippetTypes> </Header> <Snippet> <Declarations> <Literal> <ID>caption</ID> <Default>*Error*</Default> </Literal> <Literal> <ID>button</ID> <Default>Ok</Default> </Literal> <Literal> <ID>text</ID> <Default>*</Default> </Literal> </Declarations> <Code Language="XML"> <![CDATA[<actions ignore="true"> <caption>$caption$</caption> <button>$button$</button> <text>$text$</text> <tag/> </actions>]]>...
Please log in to a validated account to post comments.