* fixed a bug in C# lexer for verbatim string escapes (@"")
* fixed a bug in IronPython lexer for single quoted strings
* improved embedded support
* prevent further PerformanceCounter related exceptions (thanks Ed Poore)
* fixed comment handling in CSS
* added CSS highlighting for STYLE tag in XML
* improved Language Designer alot
Description:
xacc.ide is a opensource IDE aimed at mainly .NET development. It has a code editor written in 100% C# code, which is faster than most commercial offerings.
* added PowerShell syntax highlighting
* moved non-essential languages to xacc.lexers.managed.dll
* removed CPU & memory performance counters
* added 'scm' as extension for Scheme
* fixed comment handling in CSS files