Bug 526885 - Provide CMake Property page via C/C++ Project View
Summary: Provide CMake Property page via C/C++ Project View
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-06 08:07 EST by Felix Morgner CLA
Modified: 2020-09-04 15:26 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Morgner CLA 2017-11-06 08:07:44 EST
Currently, the "CMake" property page is only present when the properties window is accessed from the "Project Explorer" view. When the properties are opened via the "C/C++ Projects" view, the "CMake" page is missing since the enablement checks if the select Element is an instance of IProject. However, when opening the properties using via the "C/C++ Projects" view, the element is in fact a ICProject, which is NOT an instance of IProject but rather adaptable to IProject. 

A change in the enablement (as well as the use of the element) would enable the "CMake" properties page to be shown when invoked from the the "C/C++ Projects" view.
Comment 1 Eclipse Genie CLA 2017-11-06 08:12:45 EST
New Gerrit change created: https://git.eclipse.org/r/111050