Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

See all errors for one source file #246

Closed
egraether opened this issue Nov 7, 2016 · 4 comments
Closed

See all errors for one source file #246

egraether opened this issue Nov 7, 2016 · 4 comments
Labels

Comments

@egraether
Copy link
Contributor

and errors in all included files too?

@TTimo
Copy link
Contributor

TTimo commented Nov 10, 2016

For instance, I lookup a class and Coati does not give me the outline. Only seems to suggest it's a forward declaration that it never saw the definition for.

I pull up the source file for it's implementation. I assume Coati had a fatal error when processing this file, but I have no good way to narrow down the cause. The suggested workaround is to copy out a temp project that has only that source file for now.

@mlangkabel
Copy link
Contributor

Hey @TTimo! That sounds like a great suggestion.
@egraether: For that use case we'd also need to display the errors that occurred in all the files included by the source file, since they are also part of the compilation process for individual source file.

@egraether
Copy link
Contributor Author

+1 by mail

@egraether
Copy link
Contributor Author

Implemented with 2018.1.69

Added a "show errors" button to the file title bar of incomplete files, which when clicked shows all errors within the file and all included files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants