Community
Participate
Working Groups
Build Identifier: M20110210-1200 Not sure if this is bug, or is intended behaviour, but ... If an xml file is located within in a c/c++ project and is open in the editor, selecting an element of the xml heirarchy causes the build button to be disabled. Looking at the 'onSelectionChanged' method of ChangeBuildConfigActionBase.java, it doesnt seem to be able to associate a project with this type of IStructuredSelection. Reproducible: Always Steps to Reproduce: 1.Create c project containing xml file. 2.Open xml file in editor 3.select element of xml file.