Chuck wrote:
>I guess I could prompt for input but was hoping to find a better way.
>
>
>
Well, what we usually do here is creating a simple python script (in our
case build_ui) which receives something that Eclipse can give you (we
use a folder, so that it builds all the .ui files below that
I guess I could prompt for input but was hoping to find a better way.
--
http://mail.python.org/mailman/listinfo/python-list
Well, I tried that but there isnt a way to get the filename without the
extension.
For example,
pyuic -o MyClass.py MyClass.ui
Using the variables in the external tool config I dont see a way to get
just the filename in order to create an output filename and pass it
into the pyoic.
--
http://ma
Chuck wrote:
>Hello,
>
>I am new to the Eclipse IDE.
>
>I am using pydev plug-in to create python projects.
>
>Is there a way to create custom builders to build certain types of
>files?
>
>I have done this with other IDE's but can't seem to figure it out
>with Eclipse.
>
>I am trying to build *.ui
Hello,
I am new to the Eclipse IDE.
I am using pydev plug-in to create python projects.
Is there a way to create custom builders to build certain types of
files?
I have done this with other IDE's but can't seem to figure it out
with Eclipse.
I am trying to build *.ui files of a pydev project t