reenable setCheckPreferredPydevSettings(false) after updating pydev to 4.5.4

Former-commit-id: aa8f32d402
This commit is contained in:
mjames-upc 2016-02-08 10:25:14 -06:00
parent d85c87423c
commit 2ed362e684

View file

@ -245,7 +245,7 @@ public class PydevSetup {
* popup.
*/
public static void preventPydevEclipsePopup() {
//PydevRootPrefs.setCheckPreferredPydevSettings(false);
PydevRootPrefs.setCheckPreferredPydevSettings(false);
IEclipsePreferences debug = InstanceScope.INSTANCE
.getNode("org.eclipse.debug.ui");
debug.put("org.eclipse.debug.ui.wait_for_build", "never");