How do I add a shortcut key to Eclipse 3.2 Java plug-in to build the current project?

前端 未结 3 1019
迷失自我
迷失自我 2021-01-03 23:42

One of the few annoying things about the Eclipse Java plug-in is the absence of a keyboard shortcut to build the project associated with the current resource. Anyone know h

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-04 00:37

    You can assign a keyboard binding to Build Project doing the following

    1. Open up the Keys preferences, Window> Preferences >General>Keys
    2. Filter by type Build Project
    3. Highlight the binding field.

    You can then choose the binding you want

    i.e.

    Ctrl+ALt+B, P, 
    

提交回复
热议问题