Community
Participate
Working Groups
Bugzilla – Bug 263316
[Content Type] Filename patterns for content types and file associations
Last modified: 2014-02-14 12:38:11 EST
Currently eclipse only supports wildcard prefixes for content types and file associations (e.g *.xml). It needs to be able to handle wildcard suffixes as well so if you have a file format that has a fixed prefix but not suffix you can add it as a content type or file association (e.g. Makefile.*).
*** Bug 129747 has been marked as a duplicate of this bug. ***
The best (if implementation would be possible) would be to check filenames by the standard regex pattern(s) to define associations. This would allow for all the imaginable combinations to get configured properly. Upvoting the solution. Just for reference, this would solve bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=292229 too.