Shortcut for cleaning project in Eclipse?

后端 未结 5 1150
太阳男子
太阳男子 2021-02-04 23:27

Is there any shortcut for cleaning a project? Or can we create a shortcut for cleaning the project using:

Window--> Preferences--> Java --> Editor --> Tem

相关标签:
5条回答
  • 2021-02-05 00:04

    Window -> Preferences -> General -> Keys (Ctrl+Shift+L+L)

    In type filter text, type clean. The you will have the possible command and you can assign any short cut you want.

    0 讨论(0)
  • 2021-02-05 00:04

    In Preferences/General/Keys look for "Build Clean". You can assign a binding for that command. Works for me on Mac OS X Kepler.

    0 讨论(0)
  • 2021-02-05 00:13

    As George said, it is really easy.

    Just keep an eye on underlines coming out when you hit ALT . Then if you follow these underlines, hit P and then N.

    Note: No need have to have ALT pressed down or hit Enter at the end.

    0 讨论(0)
  • 2021-02-05 00:17

    To clean android project:

    Window -> Preferences -> General -> Keys (Ctrl+Shift+L) 
    

    in type filter text write build clean. There you can bind the key, for ex. Ctrl+Shift+L.

    0 讨论(0)
  • 2021-02-05 00:19

    It's quite easy:

    1. Press ALT + P + N.
    2. Release ALT
    3. Enter.
    0 讨论(0)
提交回复
热议问题