Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] question about project naming

In CProjectWizardPage.java, I see this:

        if (projectFieldContents.indexOf(' ') != -1) {
            setErrorMessage(CUIPlugin.getResourceString("CProjectWizardPage.projectContainsSpace")); //$NON-NLS-1$
            return false;
        }

Why is this restriction here?

Tom


Back to the top