>
> 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
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
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
>
> 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
> 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
> 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