Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ and IDL parsers in IDE #5

Open
tandersoft opened this issue Mar 9, 2015 · 1 comment
Open

C++ and IDL parsers in IDE #5

tandersoft opened this issue Mar 9, 2015 · 1 comment

Comments

@tandersoft
Copy link

The parsers for C++ and IDL (and possibly others) report errors in the editor panels for many lines that are legal and compile correctly with the build chain. Most errors in IDL are reported simply as "Syntax error in IDL file". Those in C++ vary from include files not found, variables or types not declared, types not resolved, etc. This is very confusing to the user trying to find other errors that actually need to be fixed.

Sometimes the project in the Project Explorer shows a error symbol but no error symbol on any of the files in the project. Other times there are errors reported on lines in the source but the file does NOT show the error symbol in the Project Explorer but the project does. So finding which file has the possible error is very hard (and often it is not actually an error).

@jsrsarma
Copy link

This is still happening in 2.0.

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

No branches or pull requests

2 participants