Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 eclipse c++ IDE,我想创建一个键盘快捷方式,它基本上执行两个步骤:1.保存所有文件 2.构建项目
有没有办法做到这一点?
要保存所有文件,快捷方式是CTRL+SHIFT+S. 你可以修改它 Window->preference->General->Editors->Keys
CTRL+SHIFT+S
Window->preference->General->Editors->Keys
您可以build automaticaly在文件菜单中选择Project。
build automaticaly
Project
现在,当您保存文件时,项目将自动构建。