January 23rd, 2012, 03:17 PM
|
|
|
Member
Join Date: Oct 2011
Location: Sydney, Australia
Posts: 193
Device(s): Galaxy Nexus GSM
Carrier: Not Provided
Thanks: 2
Thanked 37 Times in 33 Posts
|
Quote:
Originally Posted by jonathanrz
Eclipse will compile always the apliccation? Or if I edit a .java for exemple, Eclipse won't run the aplication before my edit?
|
This setting odhran pointed out is about selecting a run configuration. It tells Eclipse to not try to launch the file your editing and to possibly create run configuration in the process, but to always just run the last run configuration that you explicitly chose from the run menu.
This isn't that commonly found setting in IDEs that tells the IDE to launch the previously successful build in case of current build errors. That's "continue launch if project contains errors".
While you're in the Launching preferences, change "Save required dirty editors before launching" to always and check "Wait for ongoing build to complete before launching" is also set to always.
|
|
|
Last edited by jiminaus; January 23rd, 2012 at 03:20 PM.
|
|