Bug 571676 - Make file extension matching to content types case-insensitive
Summary: Make file extension matching to content types case-insensitive
Status: CLOSED MOVED
Alias: None
Product: Sphinx
Classification: Automotive
Component: Core (show other bugs)
Version: 0.11.0   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-04 02:57 EST by Balazs Varnai CLA
Modified: 2024-05-08 14:58 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Varnai CLA 2021-03-04 02:57:57 EST
In org.eclipse.sphinx.emf.scoping.AbstractResourceScopeProviderhasApplicableFileExtension(IFile) matching the file extension to the extensions associated with one of the content types that are supported by the metamodel descriptor is case-sensitive.

Proposal is to ignore an input file extension case, for example .dsl, .DSL, .Dsl, etc. extensions should be accepted, while only .dsl is registered, then also convert the file extension list to lower case.
Comment 1 Balazs Grill CLA 2024-05-07 00:54:20 EDT
This issue will be migrated to gitlab.
Comment 2 Eclipse Webmaster CLA 2024-05-08 14:58:16 EDT
This issue has been migrated to https://gitlab.eclipse.org/eclipse/sphinx/org.eclipse.sphinx/-/issues/3.