Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314615

Summary: Ctrl + B swallowed
Product: [Tools] CDT Reporter: Johannes Wienke <languitar>
Component: cdt-buildAssignee: cdt-build-inbox <cdt-build-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: normal    
Priority: P3 CC: elaskavaia.cdt, yevshif
Version: 7.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Johannes Wienke CLA 2010-05-27 04:42:19 EDT
Build Identifier: M20100211-1343

I've changed the binding of ctrl + b to build only the current project. The normal workflow is to change a file, press ctrl + s to save it and immediately afterwards press ctrl + b to build that project. However, most of the time ctrl + b then does simply nothing. I first have to focus another window (like the project explorer) and then refocus the editor to get t working again. Ctrl + b is set to "in window".

Reproducible: Sometimes

Steps to Reproduce:
1. unbind ctrl + b from "build all" and bind it to "build project"
2. change a c++ file
3. press ctrl + s
4. press ctrl + b
Comment 1 Elena Laskavaia CLA 2010-05-27 07:59:42 EDT
I did exactly the same (override Ctrl-B to build only one project) and I have same problem. I think it is platform issue with selection...
Btw you can also set "Build on Save" which works better.