Questions about converting to WPF from Windows Forms

SyntaxEditor for WPF Forum

Posted 8 years ago by Michael Andrews - Software Engineer, Breault Research
Version: 15.1.0623
Avatar
  1. In the Windows form version there was a flag - VirtualSpaceAtLineEnd, Is that still available?
  2. In the Windows form version there was a flag - LexicalParsingEnabled which I could quickly set to turn colorizing off and on quickly. Gone?
  3. In the Windows form version there was a flag - SemanticParsingEnabled... 
  4. In the Windows form version there was a flag - AutoTrimWhiteSpace...

Comments (1)

Posted 8 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Michael,

Let me answer your questions...

1) We haven't added virtual space to the WPF version yet, but it is on the TODO list.

2) The LexicalParsingEnabled feature was more of a feature for last-resort handling of bad performance scenarios in the WinForms version.  Performance on large files is much better in the WPF version, so we never added it in.  Do you have a need for it?

3) While we don't have a property in the WPF version, you could unregister the IParser service from your syntax language to turn off parsing.

4) Do you mean the Document.AutoTrimTrailingWhitespaceOnPaste and AutoTrimTrailingWhitespaceOnTextReplacement properties?  We don't have that feature in there right now but will add it to the TODO list.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.