Community
Participate
Working Groups
In case you have the mwe2-files in the same directory as the models the pathTraverser would include the mwe2-files. In case you have a generated project out of the language specific ProjectWizard the mwe2-file and the example is in src.
Created attachment 168733 [details] New property uriFilter on the xtext.mwe.Reader The patch adds a new interface UriFilter with boolean:matches(URI) in the package xtext.mwe. A default implementation matches based on the name either by regular expression or by the file-extension of the URI.
Fixed in HEAD after adding tests for the NameBasedFilter and changing the semantic of the regular expression from "matches()" to "find()".
Closing bug which were set to RESOLVED before Eclipse Neon.0.