http://bugs.winehq.org/show_bug.cgi?id=8156
------- Additional Comments From cjstimpson@utwire.net 2007-25-04 15:56 ------- Created an attachment (id=5936) --> (http://bugs.winehq.org/attachment.cgi?id=5936&action=view) textlimit.cpp
Sample program that shows that EM_SETTEXTEX is not limited to the editor limit.
The MS documentation explicitly notes that EM_STREAMIN is not limited in some cases. Apparently, neither is EM_SETTEXTEX.
By the way, implementing the EN_MAXTEXT notification didn't help PAF show all the text.