Dylan Smith wrote:
The ME_TextBuffer structure is what is used to store the document (as a linked list), so the ME_Document structure isn't being used. There was also a document pointer in the ME_Paragraph structure that was also unused, so I removed it because it is probably related to this used structure.
Would this be needed for EM_FORMATRANGE support or can this safely be removed. Don't want to delete and then add back code.
James McKenzie