Version 1.03
Nov. 30, 2009
Snippet Views by Author no longer counted
The snippet view count now excludes views by the snippet author who is likely to check
back onto snippets from time to time for comments and related tasks that end up skewing
the snippet view count.
Copying Code Snippets to Clipboard
Copying a code snippet to the clipboard no longer uses a Flash component due to various browser issues
and inconsistencies. Instead you now get an edit view with the content pre-selected. You do need to press Ctrl-C to copy the
content after which the edit view is released and the snippet view restored.
Tweet this Code Snippet
You can now tweet a new code snippet using a new button on the code snippet toolbar. The twitter icon redirects
to the Twitter.com site and sends a tweet that embeds the name of the snippet, the URL and hashtag for potential
searching of the content.
Miscellaneous fixed to HTML and ASP.NET rendering
Fixed a number of syntax coloring issues in the ASP.NET and C# code rendering: Properly handle <%= expressions %>
without line breaks. Fix problem with multiple script tags in page. Fix string constant formatting issues.
Update FoxPro Syntax Parsing
Various fixes to the FoxPro syntax color highlighting functionality. Now properly handles pre-compiler directives
and string constant formatting. Also fixed various comment parsing issues (specifically && comments).
Fix various Code Snippet Posting issues in the SOAP Web Service
Fixed issue where posted snippets through the SOAP service would lose their author information.
Fixed issue that caused snippets to not return comments correctly for a snippet.