|
Hello, our company is currently developing a WPF version of our SyntaxEditor code editing control and we're working on adding functionality that would allow our customers to integrate an MGrammar-generated DynamicParser with our editor in a few lines of code, thereby providing syntax highlighting and other features. After doing some work on this integration, I have several questions that I'm posting, each in a separate thread.
Question #4:
In writing a lexical parser that integrates our SyntaxEditor control with a DynamicParser, we found that we could really use the "end" SourcePoint of a token.
The ParseToken class contains an "end" SourcePoint field however it seems there is no way to access it externally via a property. Although we have a workaround for this, we feel we could possibly increase parsing speed if an "End" read-only property was added to ParseToken that returned this SourcePoint. Thanks! actiprosoftware.com - WPF ribbon, docking/mdi, propertygrid, navbar, explorerbar, breadcrumb, gauge, bar code, wizard controls & much more |