Quote:
Originally Posted by KevinH
If you split a file you are creating two pieces from one file. If that file has the name "Section0001.xhtml" and you split at the cursor, the file name 'Section0001.xhtml" is already being used and so is not a valid id for the newly created section. This is especially true if 'Section0002.xhtml' already exists as well.
|
Which I understand. But when Section0002 doesn't yet exist, why would Section0001 be re-ID'd?
And why does it only happen to Section0001?
You guys say this is normal, but if so then it would happen to ALL the sections when split at cursor, not just one. So something weird is going on. As I indicated in my last post, perhaps this is related to either the Visual CC++, or to the Python error, or...? Because I'm not just having the one issue.
I will also try recreating the file right from scratch and see if the same thing happens.