SyntaxEditor for WPF adds Code Fragment Editing

Released: Dec 12, 2011

Updates in this release

Updates in 2011.2

  • IntelliPrompt Parameter Info - Show information about each member signature being edited. This makes it easy to implement parameter info for your own custom languages. Parameter info can handle rich-formatted content display using HTML-like markup tags. Colors and font weights or styles can be used to bring attention to portions of the info tip.
  • Single-Line Edit Mode - Make the editor appear like a standard TextBox, without scrollbars and where line terminators are not accepted as input. While in single-line edit mode, nearly all the standard UI features found in SyntaxEditor are still available, such as automated IntelliPrompt, adornments, etc.
  • Code Fragment Editing - Edit a portion of a document, such as a method body or expression. The benefit of using code fragments is that you can set up header and footer text that is appended when used for parsing and resolution. This means automated IntelliPrompt, code outlining and other features work correctly on the fragment being edited.