Artur Bodera (Joust)
19 Apr 2012, 9:30 AM
Previous discussion: http://www.sencha.com/forum/showthread.php?196880-Cannot-save-project-with-a-hyphen-in-file-name.&p=784205#post784205
For some reason names with hyphens are rejected.
I suspect that validator on file name field needs some relaxing.
Example file name: "new-project" or "new-project.xds" (save path is irrelevant)
Tested on Win 7, latest (auto-updated) version.
dash or hyphen can cause potential issues. Prefer the use of underscores instead of hypens
new_project or new_project.xds
What are those issues?
These are valid file ascii names on both windows and posix systems.
For some reason names with hyphens are rejected.
I suspect that validator on file name field needs some relaxing.
Example file name: "new-project" or "new-project.xds" (save path is irrelevant)
Tested on Win 7, latest (auto-updated) version.
dash or hyphen can cause potential issues. Prefer the use of underscores instead of hypens
new_project or new_project.xds
What are those issues?
These are valid file ascii names on both windows and posix systems.