Neil Hodgson
2013-08-09 06:51:33 UTC
As part of an effort to simplify the core Editor class in Scintilla, fields used to control appearance have been moved from Editor to ViewStyle and fields used to determine the appearance when printing were moved to PrintParameters. These changes should not affect users of Scintilla but may affect platform layer developers. In particular, the wrapState field was used to determine whether a platform layer should show a horizontal scroll bar. Platform layers should switch to calling Wrapping() which is true when either word or character wrapping is in effect.
Any platform layer that needs to change should produce an error when compiled against the current code. The fix should normally be to prefix the missing field with "vs.".
The changes:
https://sourceforge.net/p/scintilla/code/ci/caa4ded2ecc7b3950219e0883ef9593654d3c05e/
Neil
Any platform layer that needs to change should produce an error when compiled against the current code. The fix should normally be to prefix the missing field with "vs.".
The changes:
https://sourceforge.net/p/scintilla/code/ci/caa4ded2ecc7b3950219e0883ef9593654d3c05e/
Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.