How to change the order of options in "run as" menu in eclipse?
I mainly develop for Android in Eclipse. I used to run my app in with short开发者_如何学Gocut "CTRL+F11" which was the same as clicking "run as android application" in menu. Then i installed some eclipse plugins for webservices and now when i press "CTRL+F11", it calls "run on server" because this is the first option in "run as" menu.
How can i change this so the default option for run as would be "run as android application"?
If you set the Preferences → Run/Debug → Launching
to Always launch the previously launched application
, CTRL+F11 should launch what you last launched.
Simply relaunch your app manually, then check that CTRL+F11 works like you want.
CTRL+F11 always launches your last launched configuration if the Preferences → Run/Debug → Launching to Always launch the previously launched application
preference is set.
You can try to add a new shortcut for running android apps by customizing the key-shortcut preferences:
The answer is:
"Organize Favorites" Just below the run as menu.
精彩评论