Consitent end of file line endings for merge and split tools
This commit is contained in:
@@ -182,6 +182,7 @@ class GuiDocSplit(QDialog):
|
||||
)
|
||||
|
||||
theText = "\n".join(theLines[iStart:iEnd])
|
||||
theText = theText.rstrip("\n") + "\n\n"
|
||||
theDoc.openDocument(nHandle, False)
|
||||
theDoc.saveDocument(theText)
|
||||
theDoc.clearDocument()
|
||||
|
||||
Reference in New Issue
Block a user