Re: [Pydev-users] restoreModules on Preferences page

2010-03-09 Thread Fabio Zadrozny
> Is there any particular reason that the restoreModules function on the > project preference page uses the ProgressMonitorDialog (i.e. that it is a > modal process)? > > Would it be possible to run this as a normal Job so it is possible to work > when the interpreter is reloading its modules? >

[Pydev-users] restoreModules on Preferences page

2010-02-24 Thread Rickard Petzäll
Is there any particular reason that the restoreModules function on the project preference page uses the ProgressMonitorDialog (i.e. that it is a modal process)? Would it be possible to run this as a normal Job so it is possible to work when the interpreter is reloading its modules? Best regard