-
Notifications
You must be signed in to change notification settings - Fork 207
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
Remove "C/C++ Include Paths and Symbols" and "CMake" property pages in Core Build projects #1041
Comments
Is the "C/C++ Include Paths and Symbol" functionality going to remain in other project types other than Makefile projects? (I don't actually care what type my projects are, because I'm never actually compiling the code, I'm just auditing it. And I just picked Makefile-based in the past because it seemed to pick up configuration clues from other files in any random project.) I ask, because literally the only reason I use Eclipse is because I found its "C/C++ Include Paths and Symbol" functionality to be superior to using things like emacs + gtags, which doesn't show which preprocessor defines are currently assumed to be defined or undefined. The capability to manually set what's #defined is my whole reason for using Eclipse. |
The functionality you are looking for will not be removed as we're only going to remove these pages for project types where it doesn't work (i.e. doesn't have an effect). I really appreciate you bringing your use case to our attention to make sure we don't break this flow as I think it represents a common use case. |
Hi @jsmif , What you are looking for is the legacy Managed Build System Makefile projects, because these projects generate a Makefile based on build configurations defined in the project properties. A change in the project properties will immediately update the code view. You need to take care that you edit the build configuration that is active to see the immediate effect. Creating a new project: Importing existing code is done via menu File >> Import... and then select Existing Code as Makefile project Changing preprocessor symbols: |
Originally posted by @ewaterlander in #999
See #999 for some discussion on how this conclusion was arrived at.
The text was updated successfully, but these errors were encountered: