Community
Participate
Working Groups
LanguageConfig#checkConfiguration() checks the language's file extensions based on #isCheckFileExtension() (which can't be set using a property, but must be handled in a subclass). The check seems a bit too strict however. For instance it does not allow for URI encoded characters (e.g. ' ' -> '%20').
I don't think whitespace is allowed in a file extension. However I've introduced a property to disable the check for people who think they know what they do :-)
Great, thanks! Spaces in the file extension is indeed odd. But EMF URIs and Eclipse's IResource and IPath seem to have no problem with that.
Requested via bug 522520. -M.