Actipro SyntaxEditor for WPF
WPF 语法突出显示代码编辑器控件和解析套件。
由以下开发商制作:Actipro Software
ComponentSource开始代理销售的日期:2002年
Released: Mar 7, 2011
LL(*) Parser Framework Enhancements - An enormous amount of new features have been added to the LL(*) Parser Framework in 2011.1:
Web Languages Add-on Updates
The XML schema resolver now supports a default namespace, meaning that a xmlns attribute isn't required on the XML's root element to get automated IntelliPrompt to work based on a schema.
Easy Parsing of Text Strings
Actipro added a new SyntaxLanguageParsingExtensions.Parse extension method for ISyntaxLanguage that uses the language's IParser to parse specified text in the calling thread and return the IParseData result. This feature makes it easy to parse a code snippet.
Squiggle Lines at Document End
Squiggle lines now can render at the document end, which is a common syntax error location when typing near the end of a document.