New Snippet Compiler
Snippet Compiler v1.10 is now available. Thanks to all of the nice people that sent in suggestions, bugs, etc!

Added the ability to force the compiled snippet(s) to use a legacy runtime and Framework assemblies
Added C# compiler option "Allow unsafe code blocks"
Added tooltip for errors/warnings in code
Added syntax definition files so the user can change them manually
Added Saved Snippets folder
- Now, when a user tries to save a file that was opened as a template (from the New menu), the file is not saved automatically in the Templates folder; the Save As dialog is shown with the Saved Snippets folder as the initial folder
- The user may still save a file as a template, but must manually navigate to the templates folder to save
- All files/folders in the Saved Snippets folder are shown in the Open menu
- The Saved Snippets folder can be changed by the user in the Options dialog
Added a proper References dialog
XML documentation (which drives the verbose IntelliSense descriptions) is now loaded for every referenced assembly if it is available
Added some helper methods to the default snippets
Added compiler warnings to the "Errors" display
Added intellisense for namespaces
Added notification area icon context menu to Open & Exit
Added workarounds for users running at 120 DPI experiencing GDI+ bug
Changed: Cleaning up all files created during session
Changed behavior of notification area icon: Double-click to open/set focus, right-click for context menu
Minor additions/changes/fixes