Question about ActiPro Syntax Editor
Options
Hi,
I am using the ActiPro Syntax Editor for WPF in an application I'm building, but there seems to be no support for C# 6.0 at this point. However, I've been using LINQPad for quite a while (great software btw) and I know it uses the same syntax editor, and has C# 6.0 support. Was it an easy task to implement those features into LINQPad?
Thank you for your support even if it's not totally related to your product
I am using the ActiPro Syntax Editor for WPF in an application I'm building, but there seems to be no support for C# 6.0 at this point. However, I've been using LINQPad for quite a while (great software btw) and I know it uses the same syntax editor, and has C# 6.0 support. Was it an easy task to implement those features into LINQPad?
Thank you for your support even if it's not totally related to your product

Comments
-
Sorry for the delay. LINQPad uses the Roslyn libraries rather than the ActiPro .NET parsing framework, as the latter doesn't have much support for features later than C# 2.