Re: Python with Eclipse

2006-06-19 Thread Fabio Zadrozny
On 6/18/06, Stan Cook [EMAIL PROTECTED] wrote: I've been trying to use Eclipse with Python on Linux for awhile and have noticed something odd.After running thecode or debugging a few times, its responsiveness getsreally bad.Upon checking the equivalent of the task manager, I find several instances

Pydev 1.2.0 Released

2006-06-19 Thread Fabio Zadrozny
that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Re: Python with Eclipse

2006-06-19 Thread Fabio Zadrozny
On 6/19/06, Philippe Martin [EMAIL PROTECTED] wrote: Dennis Benzinger wrote: Stan Cook wrote: I've been trying to use Eclipse with Python on Linux for a while and have noticed something odd.After running the code or debugging a few times, its responsiveness gets really bad.Upon checking the

Re: debugging in eclipse+pydev

2006-06-18 Thread Fabio Zadrozny
Hi,On 18 Jun 2006 07:46:48 -0700, yaru22 [EMAIL PROTECTED] wrote: Hi.I'd like to know how to debug in eclipse+pydev.In the menu, Pydev Debug, there's Start Debug Server option, but Idon't know how to use it.Few questions I have about debugging are: 1) how do i set a breakpoints in pydev?2) how do

Pydev 1.1.0 Released

2006-06-07 Thread Fabio Zadrozny
, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev

Pydev 1.1.0 Released

2006-06-06 Thread Fabio Zadrozny
, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev

Re: Best Python Editor

2006-06-01 Thread Fabio Zadrozny
On 1 Jun 2006 01:14:28 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:If we could go back to emacs again for a second...I'm still using emacs but have been playing with a few other ide's (wing, komodo + pydev) are the ones i've given a go recently.However I still end up coming back to emacs for

Pydev 1.0.8 released

2006-05-24 Thread Fabio Zadrozny
, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse

Pydev 1.0.8 released

2006-05-24 Thread Fabio Zadrozny
, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse

Pydev release 1.0.7

2006-05-22 Thread Fabio Zadrozny
-- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br

Pydev release 1.0.7

2006-05-22 Thread Fabio Zadrozny
-- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br

Re: How to couple pyunit with GUI?

2006-05-18 Thread Fabio Zadrozny
-- if you stilll want a gui to it, try pydev, which will allow you to right-click a folder and run all the unit-tests below it. Cheers, Fabio On 5/17/06, Fabio Zadrozny [EMAIL PROTECTED] wrote: On 17 May 2006 08:24:40 -0700, volcano [EMAIL PROTECTED] wrote: I am desperately looking for an info how

Re: How to couple pyunit with GUI?

2006-05-17 Thread Fabio Zadrozny
On 17 May 2006 08:24:40 -0700, volcano [EMAIL PROTECTED] wrote: I am desperately looking for an info how to combine a testingapplication with decent GUI interface - the way most xUnits do. Ibelieve I have seen something about using Tkinter, but I do notremember - where. I am working on a complex

Re: Python editor recommendation.

2006-05-09 Thread Fabio Zadrozny
Check http://wiki.python.org/moin/IntegratedDevelopmentEnvironments. I'd reccommend pydev (http://pydev.sf.net) or the pydev extensions if you're willing to spend some bucks (http://www.fabioz.com/pydev). -- FabioOn 5/9/06, DeepBlue [EMAIL PROTECTED] wrote: Hi all,Can any one please recommend me

Re: Best IDE for Python?

2006-05-05 Thread Fabio Zadrozny
Have you checked: http://wiki.python.org/moin/IntegratedDevelopmentEnvironments I like pydev (for Eclipse), but as I also develop it I might be a little biased, so, I'd reccomend checking it and taking your own conclusions. -- FabioOn 5 May 2006 08:28:00 -0700, Saurabh Sardeshpande [EMAIL

Pydev and Pydev Extensions 1.0.6 release

2006-04-25 Thread Fabio Zadrozny
that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev and Pydev Extensions 1.0.6 release

2006-04-24 Thread Fabio Zadrozny
that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-24 Thread Fabio Zadrozny
Hi James,Take a look at: http://wiki.python.org/moin/IntegratedDevelopmentEnvironmentsCheers,Fabiop.s. I'd reccomend Pydev + Pydev Extensions -- Has debugger, code-analysis, refactoring, code-completion, and all the other niceties you'd expect from an IDE. On 24 Apr 2006 17:34:12 -0700, Just call

Re: How should multiple (related) projects be arranged (structured) and configured so that they can share code, have a related package structure and enable proper unittesting, and ensuring no namespac

2006-04-21 Thread Fabio Zadrozny
COMMONsrca.b.c.commontesta.b.c.common Ok, first thing... it won't work becaus as soon as python finds the first a.b.c.common it will bail on the other... That's the default approach for java, becase it will give you access to module-level things declared as 'default', that otherwise you wouldn't

Re: Finding Module Dependancies

2006-04-21 Thread Fabio Zadrozny
Actually, if you use the pydev extensions plugin for Eclipse (http://www.fabioz.com/pydev), it would make that analysis for you (and is actually quite fast).Cheers, FabioOn 21 Apr 2006 15:18:05 -0700, mwt [EMAIL PROTECTED] wrote: When I'm rewriting code (cutting and pasting pieces from

Re: Jython: exec a string

2006-04-21 Thread Fabio Zadrozny
On 4/21/06, Edward Elliott [EMAIL PROTECTED] wrote: iirc java doesn't like multiple classes in a single file (not countinganonymous or inner classes).sounds like jython may have the samerestriction...Actually, that's not completely true. The restriction is that you can have only 1 public class in

Pydev and Pydev Extensions 1.0.5 release

2006-04-05 Thread Fabio Zadrozny
, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment

Pydev and Pydev Extensions 1.0.4 release

2006-04-03 Thread Fabio Zadrozny
IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http

Re: Best IDE for Python?

2006-03-31 Thread Fabio Zadrozny
On 31 Mar 2006 06:46:35 -0800, kbperry [EMAIL PROTECTED] wrote: I have recently been trying out NewEdit, and it is a pretty good IDEfor Python.The reason that I have it in quotes is because I haven't really found atrue IDE (like the way Eclipse behaves for Java) for python.(I realize that Eclipse

Re: Best IDE for Python?

2006-03-31 Thread Fabio Zadrozny
Well, in pydev you surely can have code-completion on 'math.' I think you got some wrong configuration... Have you read the getting started manual? (http://www.fabioz.com/pydev/manual_101_root.html) On 31 Mar 2006 07:44:38 -0800, kbperry [EMAIL PROTECTED] wrote: To me, it just doesn't behave the

Re: Best IDE for Python?

2006-03-31 Thread Fabio Zadrozny
On 3/31/06, Keith B. Perry [EMAIL PROTECTED] wrote: You are probably right, and I will definitely take a look at the starter manual. Hopefully it also works well on classes that I create? You got some nice docs there. Surely does ;-) Cheers, Fabio Thanks for the tip! On 3/31/06, Fabio

Re: Free Python IDE ?

2006-03-29 Thread Fabio Zadrozny
On 3/29/06, Jarek Zgoda [EMAIL PROTECTED] wrote: Ernesto napisaƂ(a): I'm looking for a tool that I can use to step through python software (debugging environment).Is there a good FREE one (or one which is excellent and moderately priced ) ? Good free: PyDev for Eclipse.Good moderately priced:

How to change echo in python prompt

2006-03-18 Thread Fabio Zadrozny
Hi All,Does someone know if there is some way to supress the '' and '...' in the python prompt (while actually forcing prompts with -i)?-- and all that in a non-platform dependent way ;-) Thanks,Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: How to change echo in python prompt

2006-03-18 Thread Fabio Zadrozny
Hi... Found out (sys.ps1 and sys.ps2 control that).Cheers,FabioOn 3/18/06, Fabio Zadrozny [EMAIL PROTECTED] wrote:Hi All,Does someone know if there is some way to supress the '' and '...' in the python prompt (while actually forcing prompts with -i)? -- and all that in a non-platform dependent

Re: Python IDE: great headache....

2006-03-12 Thread Fabio Zadrozny
Hi Sullivan,Just to let you know, pydev does all that you asked for (and if there's something you're missing you might want to add a feature request to it: http://sourceforge.net/tracker/?group_id=85796atid=577332)Some notes:To change the indentation in 'blocks', just select the lines you want

[ANN] Pydev and Pydev Extensions 1.0.3 release

2006-03-08 Thread Fabio Zadrozny
, --Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http

Re: Compile ui files from within Eclipse

2006-03-07 Thread Fabio Zadrozny
launched. Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br Pydev Extensions www.fabioz.com/pydev PyDev - Python Development Enviroment for Eclipse pydev.sf.net

Re: Compile ui files from within Eclipse

2006-03-07 Thread Fabio Zadrozny
that folder -- recursively), and then we pass that script in the external tool (actually as a parameter, as the tool will be python itself). It is not only easier within Eclipse, but in the command line too. Cheers, Fabio -- Fabio Zadrozny

Re: how do you move to a new line in your text editor?

2006-03-06 Thread Fabio Zadrozny
stupid when indenting, just to name one. This is the main motive I don't use PyDev with Eclipse... It is a lot more stupid than python-mode on Emacs with regards to indenting... :-( -- Fabio Zadrozny -- Software Developer ESSS

Re: how do you move to a new line in your text editor?

2006-03-06 Thread Fabio Zadrozny
Ok, I'm putting those in my 'todo-list' ;-) -- keep an eye open for future releases... Cheers, Fabio Jorge Godoy wrote: Fabio Zadrozny [EMAIL PROTECTED] writes: Which indenting features do you find missing? Note: 1.0.3 -- still unreleased -- has implemented if / elif /else auto unindent

Re: Modify the local scope inside a function

2006-03-01 Thread Fabio Zadrozny
than repeated exec. Thanks, -Sandra -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br Pydev Extensions www.fabioz.com/pydev PyDev - Python Development Enviroment for Eclipse

Re: editor for Python on Linux

2006-02-21 Thread Fabio Zadrozny
are pretty good, like for instance the findAll/findInFiles keeping the results in a new tab (I never saw this elsewhere). Another useful is having the debugger launching the application in a separate process, an excellent way to avoid bugs pollution coming into the IDE. rgds jm -- Fabio

Re: editor for Python on Linux

2006-02-20 Thread Fabio Zadrozny
You could try Eclipse with Pydev: http://pydev.sf.net or its commercial counterpart: Pydev Extensions: http://www.fabioz.com/pydev -- runs on linux / mac / windows ... Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS

[ANN] Pydev and Pydev Extensions 1.0.2 release

2006-02-17 Thread Fabio Zadrozny
: --- - Jython debugging now working. - Code coverage does not report docstrings as not being executed. - Freeze when making a 'step-in' fixed in the debugger. - Grammar generated with javacc version 4.0 Cheers, Fabio -- Fabio Zadrozny

[ANN] Pydev and Pydev Extensions 1.0.2 release

2006-02-16 Thread Fabio Zadrozny
: --- - Jython debugging now working. - Code coverage does not report docstrings as not being executed. - Freeze when making a 'step-in' fixed in the debugger. - Grammar generated with javacc version 4.0 Cheers, Fabio -- Fabio Zadrozny

[ANN] Pydev 1.0.1 release

2006-02-07 Thread Fabio Zadrozny
' release (it fixes an out-of-memory error when restoring the interpreter). Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev

[ANN] Pydev 1.0.1 release

2006-02-07 Thread Fabio Zadrozny
' release (it fixes an out-of-memory error when restoring the interpreter). Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev

[ANN] PyDev 1.0 released

2006-02-06 Thread Fabio Zadrozny
to run the current editor as python (F9) or as jython (Ctrl+F9). Those are customizable in the 'keys' preferences * And many other bug-fixes as usual Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation

Re: fairly large webapp: from Java to Python. experiences?

2006-02-06 Thread Fabio Zadrozny
-- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com Giovanni Bajo wrote: John M. Gabriele

Re: fairly large webapp: from Java to Python. experiences?

2006-02-06 Thread Fabio Zadrozny
Kent Johnson wrote: Fabio Zadrozny wrote: I agree that python code is usually smaller... but what you did is too unfair (the code below would be more suitable for the comparrison). python: print %10.2f % 10 java: System.out.println(String.format(%10.2f, 10.0)); Though String.format

[ANN] PyDev 1.0 released

2006-02-06 Thread Fabio Zadrozny
to run the current editor as python (F9) or as jython (Ctrl+F9). Those are customizable in the 'keys' preferences * And many other bug-fixes as usual Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation

[ANN] Pydev Extended: Pydev Extensions 1.0 release

2006-02-06 Thread Fabio Zadrozny
-completions as you type * Quick-outline Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com

Re: howto catch an Exception and still print the TraceBack?

2006-02-02 Thread Fabio Zadrozny
Saizan wrote: Thanks, I had completely missed the module traceback... I'll use traceback.print_exc(), it seems the most straightforward way. The only flaw is that the traceback starts in the method where i catch the exception and not from __main__, but I guess it can't be helped. Actually, I

Re: howto catch an Exception and still print the TraceBack?

2006-02-01 Thread Fabio Zadrozny
I find the following very good for most needs: try: raise RuntimeError('err') except: import traceback;traceback.print_exc() -- if you use Pydev, there's a template for that called printexc. Cheers, Fabio Saizan wrote: In an event-driven application i'd like to keep the program alive

Re: Debugging python 2.2 code with Pydev

2006-01-18 Thread Fabio Zadrozny
Actually, the issue is already solved... Will be available in the next release (if you have this problem and want it now, just contact me... it is just because of a Boolean Type -- just checking a NameError does the trick to use it in python 2.2). As for the interpreter... nope, pydev does not

ANN: PyDev 0.9.8.7 released

2006-01-17 Thread Fabio Zadrozny
) * Breakpoints can have conditionals(this was contributed by Achim Nierbeck, and was actually provided in release 0.9.8.6, but I forgot to put it in the release notes) * Some other bugfixes are also in this build. Cheers, Fabio -- Fabio Zadrozny

ANN: PyDev 0.9.8.7 released

2006-01-17 Thread Fabio Zadrozny
) * Breakpoints can have conditionals(this was contributed by Achim Nierbeck, and was actually provided in release 0.9.8.6, but I forgot to put it in the release notes) * Some other bugfixes are also in this build. Cheers, Fabio -- Fabio Zadrozny

Re: Programming Eclipse plugins in Jython?

2006-01-12 Thread Fabio Zadrozny
Kenneth McDonald wrote: Is it easy or difficult to implement Eclipse plugins in Jython? And if the former, are there any starter's guides you could recommend? The desire is an editor plugin for a syntactically very simple proprietary language. I'd like to have paren checking, syntax

PyDev 0.9.8.6 released

2006-01-11 Thread Fabio Zadrozny
appear when trying to do code-completion anymore (if it still hapens, please report it as a bug -- NOTE: a little delay on the first time code-completion is executed is expected, as this is the time the shell is started). * Other bugfixes (as usual) Cheers, Fabio -- Fabio Zadrozny

PyDev 0.9.8.6 released

2006-01-11 Thread Fabio Zadrozny
appear when trying to do code-completion anymore (if it still hapens, please report it as a bug -- NOTE: a little delay on the first time code-completion is executed is expected, as this is the time the shell is started). * Other bugfixes (as usual) Cheers, Fabio -- Fabio Zadrozny

PyDev 0.9.8.6 released

2006-01-10 Thread Fabio Zadrozny
appear when trying to do code-completion anymore (if it still hapens, please report it as a bug -- NOTE: a little delay on the first time code-completion is executed is expected, as this is the time the shell is started). * Other bugfixes (as usual) Cheers, Fabio -- Fabio Zadrozny

PyDev 0.9.8.6 released

2006-01-10 Thread Fabio Zadrozny
appear when trying to do code-completion anymore (if it still hapens, please report it as a bug -- NOTE: a little delay on the first time code-completion is executed is expected, as this is the time the shell is started). * Other bugfixes (as usual) Cheers, Fabio -- Fabio Zadrozny

Re: Eclipse best/good or bad IDE for Python?

2005-12-05 Thread Fabio Zadrozny
John J. Lee wrote: Aaron Bingham [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: [...ex-emacs user explains switch to Eclipse...] The killer PyDev feature for me is pylint integration. Being informed immediately when you mistype a variable name is a big timesaver. Also

Re: Eclipse best/good or bad IDE for Python?

2005-12-05 Thread Fabio Zadrozny
John J. Lee wrote: Fabio Zadrozny [EMAIL PROTECTED] writes: [...] I must also warn you that I'm its current maintainer, and it is *my* favorite IDE :-) [...] But in the end, as I said, it is a subjective matter, so, you'll have to decide it for yourself. Hey, Fabio, can

Re: Eclipse best/good or bad IDE for Python?

2005-12-05 Thread Fabio Zadrozny
malv wrote: As bicycle repair man integration keeps popping up as a distinct feature of jave-based PyDev, let it be known that other IDE's also have this. For example, non-java Eric has had bicycle repair man integration for a very long time. Personally, in spite of intense programming in

Re: Eclipse best/good or bad IDE for Python?

2005-12-02 Thread Fabio Zadrozny
Hi Chris, I think that you should try it yourself... being the *best ide* is usually a subjective matter, so, you should decide yourself if it is the best IDE for the task you want it to. I must also warn you that I'm its current maintainer, and it is *my* favorite IDE :-) Also, I use it

PyDev 0.9.8.5 released

2005-11-17 Thread Fabio Zadrozny
'sun..Base64', so that other VMs can be targetted * Some code-completion problems in the 'resolution order' regarding tokens in __init__ were solved * Added option so that the user can choose whether to automatically add 'self' or not in method declarations Cheers, Fabio -- Fabio Zadrozny

Re: how to modify code while debugging it without having to stop and then restart debugger

2005-11-09 Thread Fabio Zadrozny
Hi Dave, Currently there is no python debugger (that I know of) that does it, altough tools are beggining to get to it (another example outside of the python world is that eclipse already does it for java). If you use the pdb (that is the command-line debugger that comes along with python),

PyDev 0.9.8.4 released

2005-11-04 Thread Fabio Zadrozny
: - * Added option for not using the smart-indent after opening brackets * Some step-by-step instructions of how to get started with pydev have been contributed by Jack Trainor. * Many bugfixes Cheers, Fabio -- Fabio Zadrozny

PyDev 0.9.8.4 released

2005-11-03 Thread Fabio Zadrozny
: - * Added option for not using the smart-indent after opening brackets * Some step-by-step instructions of how to get started with pydev have been contributed by Jack Trainor. * Many bugfixes Cheers, Fabio -- Fabio Zadrozny

Re: A macro editor

2005-10-25 Thread Fabio Zadrozny
Hi Jaume, Pydev (http://pydev.sf.net) is an eclipse plugin that does code-completion for jython, so, it might be worth taking a look at it... Cheers, Fabio jau wrote: Hello mates. I'm part of a big project's developer team. We are writting an application in Java and we are planning to add

PyDev 0.9.8.3 released

2005-10-13 Thread Fabio Zadrozny
works with tabs too Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com -- http

PyDev 0.9.8.2 released

2005-09-26 Thread Fabio Zadrozny
escaped quotes problems fixed when formatting code * Navigation with Ctrl+Shift+ (up or down) has been slightly improved, so that it goes to the start or the end of the file when no other class or method declaration is found * Other bug-fixes (as ususal) Cheers, Fabio -- Fabio Zadrozny

PyDev 0.9.8.2 released

2005-09-26 Thread Fabio Zadrozny
escaped quotes problems fixed when formatting code * Navigation with Ctrl+Shift+ (up or down) has been slightly improved, so that it goes to the start or the end of the file when no other class or method declaration is found * Other bug-fixes (as ususal) Cheers, Fabio -- Fabio Zadrozny

Re: Two questions on PyDev for Eclipse

2005-09-20 Thread Fabio Zadrozny
, Ken -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com -- http://mail.python.org/mailman

Re: Two questions on PyDev for Eclipse

2005-09-20 Thread Fabio Zadrozny
Fabio Zadrozny wrote: Hi, for 2: as far as I know, eclipse must have 'local', or at least 'emulated' local access, so, if you have samba access, it should do what you want. for 1... I use it a LOT without any problems for some really big projects ( with about 2.000 python modules

ANN: PyDev 0.9.8.1 released

2005-09-08 Thread Fabio Zadrozny
with a '.', because it may not accept relative paths). * relative imports are added to code-completion * local imports are taken into consideration when doing code completion * debugger has 'change support', so, changed variables in a scope appear red Cheers, Fabio -- Fabio Zadrozny

ANN: PyDev 0.9.8.1 released

2005-09-07 Thread Fabio Zadrozny
with a '.', because it may not accept relative paths). * relative imports are added to code-completion * local imports are taken into consideration when doing code completion * debugger has 'change support', so, changed variables in a scope appear red Cheers, Fabio -- Fabio Zadrozny

ANN: PyDev 0.9.8.1 released

2005-09-06 Thread Fabio Zadrozny
with a '.', because it may not accept relative paths). * relative imports are added to code-completion * local imports are taken into consideration when doing code completion * debugger has 'change support', so, changed variables in a scope appear red Cheers, Fabio -- Fabio Zadrozny

Re: [Jython-users] Re: [Jython-dev] Parsing grammar for jython available (compatible with python 2.4)

2005-08-30 Thread Fabio Zadrozny
your changes as a patch -- but I mean this as only the gentlest of nudges since it will likely be quite a while before we could really look at it. Thanks, Frank -- Fabio Zadrozny -- Software Developer ESSS

Re: ANN: PyDev 0.9.8 released

2005-08-30 Thread Fabio Zadrozny
in pydev. Well, anyway, I would like to know other opinions in pydev too... as I said, I might bee too biased towards it :-) Cheers, Fabio Max M wrote: Fabio Zadrozny wrote: Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8 has just been released. I

ANN: PyDev 0.9.8 released

2005-08-29 Thread Fabio Zadrozny
for making jython support possible! Vitor Oba for debugger patches! Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse

Re: jython debugger

2005-08-24 Thread Fabio Zadrozny
wait one more week... until there, pydev (http://pydev.sf.net) should already have debugger support for jython. Cheers, Fabio [EMAIL PROTECTED] wrote: Hi, I am looking for an ide debugger for jython: is there someone with some suggestions ? Thanks, Adriano -- Fabio Zadrozny

ANN: PyDev 0.9.7.99 released

2005-08-20 Thread Fabio Zadrozny
support possible! Aleks Totic, Scott Schlesier and Vitor Oba for the debugger patches! Eduardo A. Hoff, for the new logo and changes on the site layout! Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation

ANN: PyDev 0.9.7.99 released

2005-08-19 Thread Fabio Zadrozny
support possible! Aleks Totic, Scott Schlesier and Vitor Oba for the debugger patches! Eduardo A. Hoff, for the new logo and changes on the site layout! Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation

[Jython-users] ANN: PyDev 0.9.7.99 released

2005-08-19 Thread Fabio Zadrozny
support possible! Aleks Totic, Scott Schlesier and Vitor Oba for the debugger patches! Eduardo A. Hoff, for the new logo and changes on the site layout! Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation

Re: Compile time checking?

2005-08-11 Thread Fabio Zadrozny
(1,2,3) def try2(): tester(1,2)#still no error here # Do you mean something different? Also - thanks for the pylint comment... haven't tried it yet. It would be nice to have the capability in an IDE like SPE, though. -- Fabio Zadrozny

Re: pyunit and Eclipse

2005-08-04 Thread Fabio Zadrozny
-- , it works, but not always). If you are running the unit-test for a folder, you don't need the unittest.main(), as it should auto-import the test-cases in the files below the folder (recursively) and run them. Cheers, Fabio -- Fabio Zadrozny

ANN: PyDev 0.9.7 with support to java 1.3 and 1.4 released

2005-08-02 Thread Fabio Zadrozny
previous PyDev installations before installing the new release. Note 2: This release only works with Eclipse 3.1 (and from now on, Eclipse 3.0.x is no longer supported). Regards, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering

ANN: PyDev 0.9.7 with support to java 1.3 and 1.4 released

2005-08-01 Thread Fabio Zadrozny
previous PyDev installations before installing the new release. Note 2: This release only works with Eclipse 3.1 (and from now on, Eclipse 3.0.x is no longer supported). Regards, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering

ANN: PyDev 0.9.7 released

2005-07-26 Thread Fabio Zadrozny
is no longer supported). Note 3: Java 5.0 is required from now on. Regards, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse

Re: ANN: PyDev 0.9.7 released

2005-07-26 Thread Fabio Zadrozny
, Fabio Zadrozny [EMAIL PROTECTED] declaimed the following in comp.lang.python: Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.7 has just been released. How nice... my dial-up system has been on all night downloading and installing various

ANN: PyDev 0.9.6 released

2005-07-21 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com -- http://mail.python.org/mailman/listinfo/python

ANN: PyDev 0.9.6 released

2005-07-20 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com -- http://mail.python.org/mailman/listinfo/python

Re: Thoughts on Guido's ITC audio interview

2005-07-01 Thread Fabio Zadrozny
. Eclipse allows this as well. ctrl+m is maximize/unmaximize. What line of work is not supported in eclipse? -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python

Re: ANN: PyDev 0.9.5 released

2005-06-29 Thread Fabio Zadrozny
Most things do work, but some still seem to have problems with version 3.1 (and thus it is still not officially supported - but should be, not long from now). Cheers, Fabio Dave Cook wrote: On 2005-06-28, Fabio Zadrozny [EMAIL PROTECTED] wrote: PyDev - Python IDE (Python Development

ANN: PyDev 0.9.5 released

2005-06-28 Thread Fabio Zadrozny
is synchronized when working in multiple windows with the same file - Code folding improved - Syntax highlighting is not confused by escaped quote + triple quote anymore - Insertion of parentheses now replaces selected text - Some more bugs... Regards, -- Fabio Zadrozny

ANN: PyDev 0.9.4 released

2005-06-08 Thread Fabio Zadrozny
). - Some StackOverflow errors were removed from code completion. - Keybindings added for Refactoring (powered by bycicle repair man) - check the FAQ. - Some bug-fixes as usual... Regards, -- Fabio Zadrozny -- Software Developer ESSS

ANN: PyDev 0.9.4 released

2005-06-08 Thread Fabio Zadrozny
). - Some StackOverflow errors were removed from code completion. - Keybindings added for Refactoring (powered by bycicle repair man) - check the FAQ. - Some bug-fixes as usual... Regards, -- Fabio Zadrozny -- Software Developer ESSS

ANN: PyDev 0.9.3 released

2005-04-26 Thread Fabio Zadrozny
Hi All, PyDev - Python IDE (Python development enviroment for Eclipse) version 0.9.3 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Regards, Fabio Zadrozny -- Software Developer ESSS - Engineering

ANN: PyDev 0.9.3 released

2005-04-25 Thread Fabio Zadrozny
Hi All, PyDev - Python IDE (Python development enviroment for Eclipse) version 0.9.3 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Regards, Fabio Zadrozny -- Software Developer ESSS - Engineering

ANN: PyDev 0.9.2 released

2005-04-01 Thread Fabio Zadrozny
Hi All, PyDev - Python IDE (Python development enviroment for Eclipse) version 0.9.2 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Regards, Fabio Zadrozny -- Software Developer ESSS - Engineering

ANN: PyDev 0.9.2 released

2005-03-31 Thread Fabio Zadrozny
Hi All, PyDev - Python IDE (Python development enviroment for Eclipse) version 0.9.2 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Regards, Fabio Zadrozny -- Software Developer ESSS - Engineering

Re: Creating module skeleton from unit tests

2005-03-04 Thread Fabio Zadrozny
. The problem can be solved more easily if you design the module skeleton first, then the tests and then the logic for the skeleton - you would be creating tests before the code, but many people wouldn't regard it as TDD then. You shouldn't care if your approach works for you. -- Fabio Zadrozny

ANN: PyDev 0.9.1 released

2005-03-03 Thread Fabio Zadrozny
suggestions; - relative imports; - other bug-fixes; -- Regards, Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br -- http://mail.python.org/mailman

<    1   2   3   4   5   6   >