Hey,
I was just wondering if there's a property in the editor that retains what EOL terminators were part of the document while/before it was being loaded. I realize the editor converts everything to \n's internally, but I'd like to preserve the EOL character(s) based on what file was loaded when/if the document's saved back out again. If I wrote separate code to check during the load process, I'd potentially have to scan the file twice.
Thanks