c++ - Creating custom keyboard shortcuts in eclipse -
i'm using eclipse c++ ide , want create key board shortcut 2 steps: 1. saves files 2. builds project
is there way ?
to save files shortcut
ctrl+shift+s
. can modifywindow->preference->general->editors->keys
you can select
build automaticaly
in file menuproject
.
now when save files project build automatically.
Comments
Post a Comment