| Summary: | Override C/C++ locked file types | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Ronald Posthumus <r.posthumus> |
| Component: | cdt-codan | Assignee: | CDT Codan Inbox <cdt-codan-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Elena Laskavaia <elaskavaia.cdt> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | cdtdoug, r.posthumus |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Ronald Posthumus
Marking the bug as works for me, because you can override the file-types on project level. The fact that you cannot do that on workspace-level is a decision made by the platform. (In reply to comment #1) > Marking the bug as works for me, because you can override the file-types on > project level. > The fact that you cannot do that on workspace-level is a decision made by the > platform. Thanks for the hint to override the file-types on project level. This works indeed; looked at the properties of the inc files and there is now assembler source file mentioned. However, the code analysis module continues analyzing the *.inc files. SO the problems view still displays lots of semantic errors. Furthermore, syntax errors are displayed in the editor side bar for the *.inc files. (In reply to comment #2) > (In reply to comment #1) > > Marking the bug as works for me, because you can override the file-types on > > project level. > > The fact that you cannot do that on workspace-level is a decision made by the > > platform. This works for me, I had to manually delete the problem markers, though. Manually deleting the problem markers and a restart of eclipse did work for me as well. |