Thursday, 9 April 2009 21:38 by
Bill Henning (Actipro)
We’re on the home stretch, finalizing the features that will be available for the public beta of SyntaxEditor for WPF.
In a recent post we talked about an extensibility point where you can create custom search pattern providers. These providers let your end users type in find/replace search patterns in a custom format that you designate.
Built-in pattern providers include: Normal, Regular Expression, and Wildcard.
Well now we’ve added two more, Acronym and Shorthand. These are based on the similar algorithms we use when doing completion list matching such as in this post. More...