Bug 314615 - Ctrl + B swallowed
Summary: Ctrl + B swallowed
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 7.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 04:42 EDT by Johannes Wienke CLA
Modified: 2020-09-04 15:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.