Community
Participate
Working Groups
Please update plugin_customization.ini with the following preference. Thanks. ### Eclipse Workspace Patch 1.0 #P org.eclipse.epp.package.parallel Index: plugin_customization.ini =================================================================== RCS file: /cvsroot/technology/org.eclipse.epp/packages/org.eclipse.epp.package.parallel/plugin_customization.ini,v retrieving revision 1.2 diff -u -r1.2 plugin_customization.ini --- plugin_customization.ini 21 May 2011 14:31:16 -0000 1.2 +++ plugin_customization.ini 19 Oct 2011 15:26:16 -0000 @@ -37,4 +37,7 @@ org.eclipse.help/HELP_DATA = helpData.xml # Preload perspective switcher bar -org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS=org.eclipse.ptp.ui.PTPRunPerspective \ No newline at end of file +org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS=org.eclipse.ptp.ui.PTPRunPerspective + +# Disable default build before launch because it annoys all non-Java programmers +org.eclipse.debug.ui/build_before_launch=false \ No newline at end of file
fixed in INDIGO branch and HEAD