reenable setCheckPreferredPydevSettings(false) after updating pydev to 4.5.4
Former-commit-id: aa8f32d402
This commit is contained in:
parent
d85c87423c
commit
2ed362e684
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue