| ImportURI scoping case sensitive [message #1008112] |
Sat, 09 February 2013 01:02  |
Hao Xie Messages: 64 Registered: January 2013 |
Member |
|
|
I used the following fragments in mwe2 file.
// scoping and exporting API
fragment = scoping.ImportURIScopingFragment {
ignoreCase = true
}
fragment = exporting.SimpleNamesFragment {}
In the xtext file, I used the following grammar
IncludeFile: "include" importURI=STRING;
The text editor still seems to be case sensitive for included file string. When a URI path name matches with file path name but case doesn't match, an error of "Imported resource could not be found" occurs in the text editor. Only when both the name and case are matched, no error will occur.
Did I miss anything in my implementation?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01594 seconds