Sweden-Number/dlls/riched32
Dylan Smith 5d74f58382 richedit: Actually store end of line string for end paragraph runs.
Previously a count of the carraige returns and line feeds were stored
for end of paragraph runs, and a paragraph sign was stored as the actual
string.  This was causing many special cases where the length of the
run needed to be determined differently if the run was or wasn't an
end of paragraph run.

There wasn't any use for storing the paragraph sign unless some drawing
code gets commented out to allow the end paragraphs to be shown,
therefore I changed the code to store the actual string that gets
retrieved by WM_GETTEXT.
2009-01-28 12:11:36 +01:00
..
tests richedit: Actually store end of line string for end paragraph runs. 2009-01-28 12:11:36 +01:00
Makefile.in makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
riched32.spec
richedit.c riched32: Added class style to process double click events. 2008-06-27 11:09:28 +02:00
version.rc riched32: Add version resource. 2006-08-25 11:19:03 +02:00