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), yo

PyDev 0.9.8.4 released

2005-11-03 Thread Fabio Zadrozny
noteworthy: - * 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 -- Fabi

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

PyDev 0.9.8.3 released

2005-10-13 Thread Fabio Zadrozny
* The auto-add '(self):' now 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.s

PyDev 0.9.8.2 released

2005-09-26 Thread Fabio Zadrozny
ore. * Some 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 --

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

Re: Two questions on PyDev for Eclipse

2005-09-20 Thread Fabio Zadrozny
ver, so whatever editor I use, the ability to edit >remote files would be a big help. > >Thanks, >Ken > > -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.c

ANN: PyDev 0.9.8.1 released

2005-09-08 Thread Fabio Zadrozny
they start 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 Chee

ANN: PyDev 0.9.8.1 released

2005-09-06 Thread Fabio Zadrozny
they start 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 Chee

Re: ANN: PyDev 0.9.8 released

2005-08-30 Thread Fabio Zadrozny
s for any instability 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

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

2005-08-30 Thread Fabio Zadrozny
can remember it) when we do > get to that point. If you want to leave a strong reminder you > could submit your changes as a patch -- but I mean this as only > the gentlest of nudges since it will likely be quite a while > be

ANN: PyDev 0.9.8 released

2005-08-29 Thread Fabio Zadrozny
upport 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 f

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 &

[Jython-users] ANN: PyDev 0.9.7.99 released

2005-08-19 Thread Fabio Zadrozny
ing jython 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 Simu

ANN: PyDev 0.9.7.99 released

2005-08-19 Thread Fabio Zadrozny
ing jython 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 Simu

Re: "Compile time" checking?

2005-08-11 Thread Fabio Zadrozny
tester(a,b,c): > print "bogus test function",a,b,c > >def try1(): > tester(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.

Re: pyunit and Eclipse

2005-08-04 Thread Fabio Zadrozny
ut does not show (usually if you re-run it --Ctrl+F11 -- , 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) a

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

2005-08-01 Thread Fabio Zadrozny
l all 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 - Engine

Re: ANN: PyDev 0.9.7 released

2005-07-26 Thread Fabio Zadrozny
10:56:58 -0300, 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. >> >> >> >

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

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
t. Though I would still love >to use Eclipse instead, if it only was supported for my line of work >:-/. > >Timothy> it allowed me to use the entire screen for editing if I >Timothy> wished whilst still having everything readily available. > >Eclipse allows this as

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

ANN: PyDev 0.9.5 released

2005-06-28 Thread Fabio Zadrozny
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
'{' (if the line ends with a comma). - 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 --

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-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
doc strings. This can be combined with unit tests. > 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 shou

ANN: PyDev 0.9.1 released

2005-03-02 Thread Fabio Zadrozny
;, {}, [] should bring correct suggestions; - relative imports; - other bug-fixes; ------ Regards, Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.co

ANN: PyDev 0.9.0 released

2005-02-03 Thread Fabio Zadrozny
, Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br -- http://mail.python.org/mailman/listinfo/python-list

Pydev 0.8.5 released!

2005-01-21 Thread Fabio Zadrozny
, and some patches: - Scott Schlesier has provided a patch to configure the editor background and color of the highlighted line. - Sebastian Tusk provided a patch to see watch expressions on debug. Hope you enjoy it... Fabio Zadrozny -- Software

<    1   2   3   4