Bug 427809 - UI builder should ignore files in .settings folder
Summary: UI builder should ignore files in .settings folder
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.5.1   Edit
Hardware: PC Linux
: P3 enhancement with 3 votes (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 10:48 EST by Dietmar Stoll CLA
Modified: 2014-02-10 10:48 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dietmar Stoll CLA 2014-02-10 10:48:34 EST
In Eclipse projects the .settings folder is usually not maintained by the user and also hidden. It may contain files which happen to have the same extension as a DSL file (like ".component" or similar). The Xtext UI builder then may pick them up and put error markers on the file and project.

I am not sure what the best solution is, maybe a better user experience would be that the Xtext builder running in the UI should ignore the .settings folder by default.