Re: Eclipse/PyQt/Eric4 question

2007-12-19 Thread Fabio Zadrozny
> > Hi - > in fact, you can do pretty much everything you have to do with pydev > in eclipse. Eclipse itself is very flexible, robust and intuitive. > pydev may be a touch too nervous, but is very supportive. It has a few > bugs, but none lethal. Only setback is that you have to pay a small > licen

Re: Eclipse/PyQt/Eric4 question

2007-12-19 Thread straub
On 14 Dez., 10:59, king kikapu <[EMAIL PROTECTED]> wrote: > On 14 Äåê, 01:09, "Fabio Zadrozny" <[EMAIL PROTECTED]> wrote: > > > > > > > > Hmmm...but this means that i am forced to do this for ALL .ui files on > > > the project, either changed or not and this can slow things down... > > > (pyuic.bat

Re: Eclipse/PyQt/Eric4 question

2007-12-14 Thread king kikapu
On 14 Δεκ, 01:09, "Fabio Zadrozny" <[EMAIL PROTECTED]> wrote: > > Hmmm...but this means that i am forced to do this for ALL .ui files on > > the project, either changed or not and this can slow things down... > > (pyuic.bat can run for one or for ALL .ui files) > > The goal is to find a way to auto

Re: Eclipse/PyQt/Eric4 question

2007-12-13 Thread Fabio Zadrozny
> > Hmmm...but this means that i am forced to do this for ALL .ui files on > the project, either changed or not and this can slow things down... > (pyuic.bat can run for one or for ALL .ui files) > The goal is to find a way to automatically do this only for the > changed ones, like eric does... Wh

Re: Eclipse/PyQt/Eric4 question

2007-12-13 Thread king kikapu
> You can create a builder for calling an external program to do that on > builds (right-click project -> properties > Builders). > > Another option is configuring an external program run --> menu: run > > external tools > open external tools dialog (and you can bind a > shortcut to rerun the last

Re: Eclipse/PyQt/Eric4 question

2007-12-13 Thread Fabio Zadrozny
> In Eclipse, i have the luxury of double-click a .ui file and thus Qt > Designer opens and then design my forms there, but i cannot fing an > automatic way to accomplish the thing that eric4 does: e.x. > automatically compile changed .ui files when i hit F9. And it really a > loss of time to go to