Re: [Pydev-users] [pydev - Users] Eclipse 3.3 integration

2007-11-15 Thread patrimith
For me, PyDev 1.3.10 is working fine on Eclipse 3.3.0. JST Web Core (2.1.0.v200709192200-7Q7AE8kEHhHegvoxz-OtKv6) requires plug-in org.eclipse.emf.codegen (2.2.0), or compatible. Note: I checked my eclipse setup and it appears that I have EMF 2.3.x installed. How do I get the emf.codegen

Re: [Pydev-users] error using pylint

2007-11-07 Thread patrimith
Nevermind. After upgrading to 1.3.10 and reloading the Python Intrepreter, pylint is now working for me. patrimith wrote: Do any of the entries in sys.path look out of place? Or better yet, is there anything missing that you would (and pylint require) to be there? Thanks, Patrick Smith

[Pydev-users] mylin and PyDev

2007-09-27 Thread patrimith
Focus on Active Task in the [1] PyDev Package Explorer: When I engage 'Focus on Active Task' it behaves as expected. When I disengage it, the previous expansion of the tree is lost and all nodes are collapsed. Is it possible to retain the tree expansion state? Not sure if it would have to be

Re: [Pydev-users] mylyn and PyDev

2007-09-27 Thread patrimith
Crud - I meant mylyn :-( -- View this message in context: http://www.nabble.com/mylin-and-PyDev-tf4529860.html#a12926575 Sent from the pydev-users mailing list archive at Nabble.com. - This SF.net email is sponsored by:

Re: [Pydev-users] [pydev - Users] RE: helpin debug mode strings are cut

2007-09-26 Thread patrimith
SourceForge.net wrote: You can as workarounds use pydev extensions (where you can inspect things from the console using prints) You can only doing this when debugging code that is running within Eclipse and not when using the remote debugger, right? Thanks, Patrick Smith -- View this

[Pydev-users] interactive remote debugging

2007-09-26 Thread patrimith
Fabio Zadrozny-2 wrote: You can as workarounds use pydev extensions (where you can inspect things from the console using prints) You can only doing this when debugging code that is running within Eclipse and not when using the remote debugger, right? Actually, you can... if

[Pydev-users] error using pylint

2007-09-25 Thread patrimith
I'm trying to start using pylint but I am running into the following problem: java.lang.RuntimeException: PyLint ERROR: Traceback (most recent call last): File C:\python\python2.4.4\Lib\site-packages\pylint\lint.py, line 31, in ? from pylint.checkers import utils ImportError: No module

Re: [Pydev-users] encoding error in workspace log.

2007-08-10 Thread patrimith
Fabio Zadrozny-2 wrote: Actually, the problem is the way in which the mode for emacs is specified... the encoding is specified as in PEP 0263 ( http://www.python.org/dev/peps/pep-0263/), which pydev recognizes: match of the regexp coding[:=]\s*([-\w.]+) Hey, thanks. I wasn't aware of

[Pydev-users] encoding error in workspace log.

2007-08-07 Thread patrimith
Hello List! I am getting the following error in my eclipse 3.3 workspace log. It's understandable that my windows machine doesn't understand a unix encoding, but I've installed python 2.4.4 using the Windows *.msi from python.org and pydev 1.3.8 from the update site. Here's the error: !ENTRY

Re: [Pydev-users] encoding error in workspace log.

2007-08-07 Thread patrimith
That comment line in Tix.py seems to be specifying information for Emacs python-mode. Is it? If so, should PyDev even be looking at this at all? I would venture to say that the warning should not be suppressed. If the Emacs specific settings are ignored entirely then the error won't happen in

Re: [Pydev-users] [pydev - Users] Can you add reindent/tabnanny as a builder?

2007-05-04 Thread patrimith
I use the AnyEdit plugin for Eclipse to changes tabs-spaces on save which would accomplish what you are seeking. See http://andrei.gmxhome.de/anyedit/index.html for more. SourceForge.net wrote: Is it possible to add tabnanny/reindent as a pre-builder in pydev? I'd like it to remove all