Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » What is the best way to allow xtext work on extensions ignoring case of them (What is the best way to allow xtext work on extensions ignoring case of them )
What is the best way to allow xtext work on extensions ignoring case of them [message #1731214] Tue, 03 May 2016 15:06 Go to next message
kimi raikonnan is currently offline kimi raikonnanFriend
Messages: 145
Registered: June 2015
Senior Member
What is the best way to allow xtext work on extensions ignoring case of them ?

I mean if my language extension is .ABC
I found that function like isPossiblyManaged return false if the extension of the file is in small case (*.abc or *.aBc), which root cause of some problems in XTextBuilder, how to avoid this kind of problems

How to be case insensitive on windows and sensitive on linux?
Re: What is the best way to allow xtext work on extensions ignoring case of them [message #1731215 is a reply to message #1731214] Tue, 03 May 2016 15:09 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14664
Registered: July 2009
Senior Member
List all possibilities in the workflow - regenerate - merge plugin.xml_gen
to plugin.xml


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: What is the best way to allow xtext work on extensions ignoring case of them [message #1731218 is a reply to message #1731215] Tue, 03 May 2016 15:14 Go to previous messageGo to next message
kimi raikonnan is currently offline kimi raikonnanFriend
Messages: 145
Registered: June 2015
Senior Member
What about platforms, i mean how to avoid case insensitivity on linux
Re: What is the best way to allow xtext work on extensions ignoring case of them [message #1731219 is a reply to message #1731218] Tue, 03 May 2016 15:17 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14664
Registered: July 2009
Senior Member
kimi raikonnan <forums-noreply@xxxxxxxx> wrote:
> What about platforms, i mean how to avoid case insensitivity on linux
>

What is your actual requirement. I'd simply support lower case only


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: What is the best way to allow xtext work on extensions ignoring case of them [message #1731224 is a reply to message #1731219] Tue, 03 May 2016 15:32 Go to previous messageGo to next message
kimi raikonnan is currently offline kimi raikonnanFriend
Messages: 145
Registered: June 2015
Senior Member
My requirement is to support insensitivity on windows and sensitivity on linux and i am talking about files extensions only
Re: What is the best way to allow xtext work on extensions ignoring case of them [message #1731229 is a reply to message #1731224] Tue, 03 May 2016 15:40 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14664
Registered: July 2009
Senior Member
And what is the problem to have all extensions on both platforms? I don't
know what the general pattern in eclipse is


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Showing error on run time application
Next Topic:What to commit
Goto Forum:
  


Current Time: Tue Apr 16 12:37:53 GMT 2024

Powered by FUDForum. Page generated in 1.38265 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top