The handling of paragraph terminators in TLF is proving to be a huge PITA… I can’t tell you how many hours I have spent tracking down odd issues related to tracking terminators. The whole concept that paragraph terminators are not “real” content is convoluted to start with. Couldn’t this have been designed a bit better?
Currently I have the following problem. When a paragraph terminator is deleted, I’m having an issue where nothing happens. I tracked the problem down to TextFlowEdit.deleteRangeInternal(). I think the terminator is regenerating itself. The thing is, I’m not sure what I changed about the code that’s making this happen. Does anyone have a clue what’s supposed to happen when deleting a paragraph terminator? How is the merge with the next paragraph supposed to happen? Harbs