Re: [Pydev-users] Indents not always correct

2006-05-16 Thread Fabio Zadrozny
Fixed for 1.0.7On 5/15/06, Don Taylor [EMAIL PROTECTED] wrote: Fabio:I am having some problems with indenting in a Jython file.After I hit enter on some lines the editor places the indent about 28characters in on the next line - it does not seem to align with anything obvious.If I then hit

Re: [Pydev-users] Pydev release 1.0.7

2006-05-23 Thread Fabio Zadrozny
Hi Don,On 5/22/06, Don Taylor [EMAIL PROTECTED] wrote: Don Taylor wrote:However, The following sequence:1.Select a word2.Rename Occurrence3.Type something new and then change your mind - hit ESC4.The new text remains everywhere AND if you select it so that you can change it back again then

[Pydev-users] Pydev 1.2.2 released

2006-07-24 Thread Fabio Zadrozny
. 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 http://pydev.sf.net

Re: [Pydev-users] Debugging Pydev 1.2.2 + Eclipse 3.2 + wxPython 2.6.3 = boom!

2006-08-05 Thread Fabio Zadrozny
On 8/5/06, Sasha O [EMAIL PROTECTED] wrote: Hi, I hope somebody can have an idea...I cannot get to debug a wxPython program with PyDev. Trying to runwxPython demo and others. Running them in Eclipse works fine. Trying todebug crashes somewhere in _gdi_.pyd. Hi Sasha,Well, can you give more

Re: [Pydev-users] Debugging Pydev 1.2.2 + Eclipse 3.2 + wxPython 2.6.3 = boom!

2006-08-08 Thread Fabio Zadrozny
On 8/5/06, Sasha O [EMAIL PROTECTED] wrote: Fabio --Well, can you give more information? (pydev version, os, eclipse, wxPython, etc)Some of it is in the subject:Pydev 1.2.2 + Eclipse 3.2.0 + wxPython 2.6.3 (tried .2 and .3). Sorry for missing out the OS -- it is Windows XP. Python is2.4.3 (#69).

[Pydev-users] Pydev 1.2.3 released

2006-09-19 Thread Fabio Zadrozny
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 Extensions http

Re: [Pydev-users] Python file extension recognition

2006-10-10 Thread Fabio Zadrozny
Since my last Eclipse update, SDK 3.2.1 and Pydev 1.2.4, I'm not able to open .py within Pydev editor mode. The Pydev is righly selected, but the Python file appears as a simple text file without any colorization (I suspect the text editor mode having the hand on the file). I've already

Re: [Pydev-users] run python file with external program

2006-11-13 Thread Fabio Zadrozny
On 11/13/06, Michael Sorich [EMAIL PROTECTED] wrote: Hi,From pydev I would like to run a python file in an external programsuch as ipython or pythonwin. This is because these allow one tointeract with the final state of the program once the script is finished or as a post-mortem of unhandled

Re: [Pydev-users] calltips

2006-12-12 Thread Fabio Zadrozny
On 12/11/06, Michael Sorich [EMAIL PROTECTED] wrote: Hi, Is there is a command to display the calltips for functions/methods/classes that are already defined in a python module? I know that there are calltips available upon completion, but it would be useful to be able to assess the docstring

Re: [Pydev-users] Auto Build Option.

2007-01-03 Thread Fabio Zadrozny
On 1/2/07, Chris Hengge [EMAIL PROTECTED] wrote: I'm confused about this... When using features like #TODO: within the editor, I have to save before the TODO: item is added or deleted from the list. Is this normal? Or should it be more automagic like the one in SPE? It is normal because

Re: [Pydev-users] Jump to line from the output of external programs?

2007-01-09 Thread Fabio Zadrozny
On 1/9/07, Nyenyec N [EMAIL PROTECTED] wrote: Hi, I'm using 2 external programs: nosetest and pep8.py Both produce error messages pointing to locations in my code. I was wondering if there is a way for PyDev to parse their outputs and make these error messages clickable? Nose produces stack

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-10 Thread Fabio Zadrozny
On 2/9/07, Chris Hengge [EMAIL PROTECTED] wrote: Could you be a little more specific to how you got it working? I've got: C:\Python24\Lib\site-packages\twisted Actually, that's not correct... you should have only C:\Python24\Lib\site-packages in the system pythonpath (twisted is already the

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-10 Thread Fabio Zadrozny
On 2/9/07, Patrick Smith [EMAIL PROTECTED] wrote: Awesome. Fabio - I read what you said and added twisted to the System PYTHONPATH and to the list of Forced builtin libs. Code completion now works for the example Chris sent. Give it a second try, Chris! I'll have to try doing the same for the

Re: [Pydev-users] nabble

2007-02-10 Thread Fabio Zadrozny
On 2/10/07, Patrick Smith [EMAIL PROTECTED] wrote: Hi Fabio, I'm a big fan of Nabble (http://www.nabble.com/pydev-for-eclipse-f3293.html) and would like to put pydev-users@lists.sourceforge.net and its archives up there. Any objections? No objections. Cheers, Fabio

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-14 Thread Fabio Zadrozny
On 2/14/07, Chris Hengge [EMAIL PROTECTED] wrote: I've now reinstalled this machine here at work, clean eclipse 3.2.1 fresh downloaded from their site, plus 1.2.6 fresh off the pydev site... No auto-completion still as well as marking incorrect syntax highlights.. Try it with 1.2.7 (you can

Re: [Pydev-users] How do you create deep package hierarchies?

2007-02-17 Thread Fabio Zadrozny
On 2/16/07, Don Taylor [EMAIL PROTECTED] wrote: I don't see how to create a package hierarchy like this: dir0\ dir1\ __init__.py dir2\ __init__.py mod.py (from Learning Python, p. 272) You can do it by creating a new package with the text

Re: [Pydev-users] What is the difference between a 'source folder' and a folder in Pydev

2007-02-17 Thread Fabio Zadrozny
On 2/16/07, Don Taylor [EMAIL PROTECTED] wrote: Fabio: The new command lets you create either a source folder or a folder but I don't understand what is special about a source folder. The source folder is special because it is the folder that will be added to your pythonpath. Is there any

Re: [Pydev-users] [pydev - Users] Use existing Python source?

2007-02-19 Thread Fabio Zadrozny
On 2/17/07, Don Taylor [EMAIL PROTECTED] wrote: Don Taylor wrote: However, you can work around this behaviour by creating a new project without a 'src' folder and then create a linked folder in the new project that points to the root of the project that is outside of the Eclipse workspace.

[Pydev-users] Pydev 1.2.8 Released

2007-03-01 Thread Fabio Zadrozny
-- 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 -- Software Developer ESSS - Engineering

[Pydev-users] Pydev 1.3.0 Released

2007-03-12 Thread Fabio Zadrozny
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 http

[Pydev-users] Pydev 1.3.1 Released

2007-03-26 Thread Fabio Zadrozny
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 Extensions http

Re: [Pydev-users] pydev and numpy and matplotlib

2007-04-11 Thread Fabio Zadrozny
On 4/11/07, Tom Denniston [EMAIL PROTECTED] wrote: I've been using pydev now for a few weeks and am extremely happy with the environment. It's really come a long way since I tried it over a year and a half ago. I have a question about code completion, however: Has anyone used numpy or

Re: [Pydev-users] pydev and numpy and matplotlib

2007-04-11 Thread Fabio Zadrozny
On 4/11/07, Tom Denniston [EMAIL PROTECTED] wrote: I couldn't find the number of chars for deep analysis. I am using Easy Eclipse version below. Maybe I have too old a version. Yeap, it was added in 1.3.0 because of a request similar to yours... I option 2 added pylab, numpy and scipy as

Re: [Pydev-users] mark occurrences

2007-04-12 Thread Fabio Zadrozny
On 4/12/07, patrimith [EMAIL PROTECTED] wrote: Marking occurrences found in code has been available for a while. Marking occurrences found in comments and docstrings was recently added. I'm finding that the occurrences in docstring and comments are marked only if the cursor is in an

[Pydev-users] Pydev 1.3.2 Released

2007-04-17 Thread Fabio Zadrozny
? --- PyDev is a plugin 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

Re: [Pydev-users] assert _sre.MAGIC == MAGIC, SRE module mismatch

2007-05-01 Thread Fabio Zadrozny
On 4/29/07, Jann Röder [EMAIL PROTECTED] wrote: Hi, I have this problem that when I run my project from withon Pydev I get this error: assert _sre.MAGIC == MAGIC, SRE module mismatch It doesn't occur when I run the project from the commandline. I discovered, that Pydev ships an old version of

Re: [Pydev-users] configuring src folders

2007-05-27 Thread Fabio Zadrozny
On 5/27/07, Lee Connell [EMAIL PROTECTED] wrote: Hello, This is probably a stupid question, but I am confused. In this section http://fabioz.com/pydev/manual_101_project_conf2.html it says how to add a src folder. I've done this and there it is a src folder with nothing in it. Am I suppose

Re: [Pydev-users] configuring src folders

2007-05-27 Thread Fabio Zadrozny
On 5/27/07, Lee Connell [EMAIL PROTECTED] wrote: Everything is working fine here except pydev doesn't seem to know everything it should about turbogears. I've removed the python interpreter and re-added it and it scanned through everything once again. Some imports of turbogears it says is

[Pydev-users] Pydev 1.3.4 Released

2007-05-30 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-users] Pydev 1.3.6 Released

2007-06-29 Thread Fabio Zadrozny
, 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 - Python Development Enviroment

Re: [Pydev-users] possible bug using eclipse 3.3 and pydev 1.3.6

2007-07-06 Thread Fabio Zadrozny
That's already reported at: https://sourceforge.net/tracker/index.php?func=detailaid=1747611group_id=85796atid=577329(I'm planning to take a look at it to the next release). Cheers, Fabio On 7/5/07, Lee Connell [EMAIL PROTECTED] wrote: Eclipse 3.3 Pydev 1.3.6 Python 2.5 Ubuntu 7.10 I get

[Pydev-users] Pydev 1.3.7 Released

2007-07-09 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: [Pydev-users] unresolved imports

2007-07-15 Thread Fabio Zadrozny
On 7/15/07, Lee Connell [EMAIL PROTECTED] wrote: This is something I constantly have a problem with and I'm not sure if it's something I'm doing wrong or not. I have installed cherrypy and removed my python interpreter and re-added it. Then I also added a forced builtin cherrypy. It cannot

Re: [Pydev-users] class variables [found cause]

2007-07-19 Thread Fabio Zadrozny
Please report that as a bug. Cheers, Fabio On 7/19/07, Lee Connell [EMAIL PROTECTED] wrote: The problem happens when importing sqlalchemy. from sqlalchemy import * breaks the class variable completion. The fix here is to explicitly define what you're importing. from sqlalchemy import

Re: [Pydev-users] eclipse compiles all c++ projects prior python code

2007-07-30 Thread Fabio Zadrozny
On 7/30/07, Julius [EMAIL PROTECTED] wrote: Hi, as the topic says eclipse starts compiling all my c++ (eclipse cdt plugin) projects when i execute run with python. Got no answer on the cdt newsgroup, hopefully someone knows whats going on? From what I know, eclipse will try to build your

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

2007-08-07 Thread Fabio Zadrozny
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.organd 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 Fabio Zadrozny
On 8/7/07, patrimith [EMAIL PROTECTED] wrote: 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

Re: [Pydev-users] new to pydev | unresolved import

2007-08-08 Thread Fabio Zadrozny
Hi Jelle, I've added both my python 2.4 2.5 interpreter as well as both the PYTHONPATH's. What bothers me a bit is that when I change the interpreter all modules need to be imported again. Since I've got quite a few of those installed, that takes quite a while. Also, when this is completed,

Re: [Pydev-users] new to pydev | unresolved import

2007-08-08 Thread Fabio Zadrozny
For sure Fabio! Perhaps the following could make a nice addition to this page: what would be an effective manner of verifying that the dynamic code completion is working? Basically, requesting code-completion in an empty file would be the best way to check if the shell that gets builtins

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

2007-08-10 Thread Fabio Zadrozny
Fabio Zadrozny-2 wrote: So, it is actually specifying the encoding in a way that should be recognized as a valid encoding for the file (so, pydev correctly looks at it when trying to make parses). Looking at: http://www.delorie.com/gnu/docs/emacs/emacs_220.html it seems that emacs

Re: [Pydev-users] PyDev Indexing Query...

2007-08-12 Thread Fabio Zadrozny
You can use the 'create folder' to make a link to an existing directory (under advanced) and put that folder into your pythonpath ( http://www.fabioz.com/pydev/manual_101_project_conf2.html). Note that it has to be the same linked folder to be added to your pythonpath (pydev currently only works

Re: [Pydev-users] PyDev Indexing Query...

2007-08-13 Thread Fabio Zadrozny
On 8/13/07, Renen Elal [EMAIL PROTECTED] wrote: Hi Fabio, Thanks for the quick reply. I seem to have many folders in my project I would like to index (almost all of them, actually). Is adding just the root folder enough? If not, is there a way to collectively add a set of folders? You

Re: [Pydev-users] new to pydev | unresolved import

2007-08-13 Thread Fabio Zadrozny
Also, I have a comment on adding modules in the project config. When adding a package myFabModule, it is added sure, but in a very unpythonic manner if you ask me. Its importing this in the namespace as Actually, you need to add the paths that would usually be in the pythonpath (that's:

[Pydev-users] Pydev 1.3.9 Released

2007-09-10 Thread Fabio Zadrozny
, 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 - Python Development Enviroment

Re: [Pydev-users] inspect interactively after running script

2007-09-24 Thread Fabio Zadrozny
Currently I think you'd have to stay in debug mode for that... so, put: import pdb;pdb.set_trace() at the point you want to inspect interactively (or you could use it from the pydev extensions debugger: http://www.fabioz.com/pydev/manual_adv_debug_console.html ). Cheers, Fabio On 9/24/07,

Re: [Pydev-users] inspect interactively after running script

2007-09-24 Thread Fabio Zadrozny
On 9/24/07, Sander Smits [EMAIL PROTECTED] wrote: Hi Fabio, I have put import pdb;pdb.set_trace() at the end of my if __name__ == '__main__' block and see this in the console, when i enter len(sss) (sss is a variable declared in the block): --Return--

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

2007-09-26 Thread Fabio Zadrozny
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 you do the settrace in the

Re: [Pydev-users] Jython and classes directory

2007-10-21 Thread Fabio Zadrozny
The current version is lacking a bit with the java integration, but I'm currently working on that -- so, currently, when referencing java projects you must add a python nature to that project and specify the path to the source folders as if they were python source folders... and reference it as a

[Pydev-users] Pydev 1.3.10 Released

2007-11-05 Thread Fabio Zadrozny
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 -- Software Developer ESSS

Re: [Pydev-users] Ctrl-click vs Python go to definition ('F3')

2007-11-30 Thread Fabio Zadrozny
Ok I made a feature request for THIS one. https://sourceforge.net/tracker/index.php? func=detailaid=1841542group_id=85796atid=577332 What about the idea of improving go-to-definition so that it use pydev-extensions code-analysis information (to effectively select the right one from the list

Re: [Pydev-users] Backward/Forward in history

2007-12-16 Thread Fabio Zadrozny
On Dec 1, 2007 7:03 PM, Don Taylor [EMAIL PROTECTED] wrote: This is probably an Eclipse general question, but is there a way to have backward/forward History(alt+left/alt+right) work within visits to the same file? I would like to be able to flip back and forth between two points in the same

Re: [Pydev-users] Problem with Ctrl-3 Ctrl-4 comment shortcuts

2007-12-16 Thread Fabio Zadrozny
On Dec 16, 2007 8:43 PM, Chris Beaven [EMAIL PROTECTED] wrote: When I press the key combo Ctrl-3, pydev behaves like I've pressed Ctrl-Shift-3. Has anyone seen this behaviour before? Yes. see http://pydev.sourceforge.net/faq.html#some_keybindings_ctrl_don_t_work_under_ubunt for details.

Re: [Pydev-users] Problem with Ctrl-3 Ctrl-4 comment shortcuts

2007-12-17 Thread Fabio Zadrozny
Thanks for the prompt reply, Fabio. I don't really understand the eclipse bug's wontfix -- is there nothing much that can be done about it? From what I know, yes... Ubuntu doesn't pass those events to Eclipse (so, this fix would need to be in Ubuntu and not in Eclipse). Cheers, Fabio

Re: [Pydev-users] debug exception

2008-01-11 Thread Fabio Zadrozny
Hi, Can you please add a bug for that (http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug) Thanks, Fabio On Jan 11, 2008 2:48 PM, DOUTCH GARETH-GDO003 [EMAIL PROTECTED] wrote: Summary: * Step over and step return throw errors. * Resume will not stop again at same breakpoint.

[Pydev-users] Pydev 1.3.11 Released

2008-01-14 Thread Fabio Zadrozny
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 Extensions http://www.fabioz.com

Re: [Pydev-users] PyDev performance

2008-01-16 Thread Fabio Zadrozny
Unfortunately, PyDev version 1.3.9 is the last usable version for us, the performance dramatically dropped in 1.3.10, and I was silently hoping for 1.3.11to solve our issues, but it didn't. We usually work in a large hierarchy of 300 python modules, which live on a network drive under SVN.

Re: [Pydev-users] PyDev performance

2008-01-17 Thread Fabio Zadrozny
I've opened a bug for this thread... please register yourselves there (I copied the whole thread there too): http://sourceforge.net/tracker/index.php?func=detailaid=1874000group_id=85796atid=577329 Cheers, Fabio On Jan 17, 2008 4:41 AM, Aloys Baillet [EMAIL PROTECTED] wrote: Hi, So after a

[Pydev-users] Pydev 1.3.12 Released

2008-01-29 Thread Fabio Zadrozny
, 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 - Python Development Enviroment

Re: [Pydev-users] query on clearing caches

2008-01-31 Thread Fabio Zadrozny
Hi Tim In the project properties in pydev - pythonpath you can clear the caches related to a given project -- there's a button there -- so, that feature request is already taken care of :): Which button do you mean? Force restore internal info ? That doesn't seem to clear all the problem

Re: [Pydev-users] Jython and re module

2008-01-31 Thread Fabio Zadrozny
When I import the regular expression module import re and use re.split() or re.findall() I get undefined variable from import. Although re.compile() is fine. Also doing re. and pressing CTRL+SPACE gives a drop down list that contains __all__ module name sre sys Which is not what I

Re: [Pydev-users] Jython and re module

2008-01-31 Thread Fabio Zadrozny
Oops, just saw that it's in jython... well, putting it in the forced builtins should solve it anyways (and when jython is updated to a more recent version of that module, that may not be needed anymore). Cheers, Fabio -

Re: [Pydev-users] query on clearing caches

2008-01-31 Thread Fabio Zadrozny
On Jan 31, 2008 8:21 AM, Tim Diggins [EMAIL PROTECTED] wrote: On 31 Jan 2008, at 09:47, Fabio Zadrozny wrote: The markers are not part of that cache... now, if you do a 'project clean'... if you have the 'build automatically', those markers should be recalculated... if they're not being

Re: [Pydev-users] short cut for 'Debug as Python'

2008-02-06 Thread Fabio Zadrozny
You can set F11 to debug the last launched app (and ctrl+F11 to re-run the last launch). Check http://pydev.blogspot.com/2007/05/pydev-release-134-and-first-impressions.html for more details. Cheers, Fabio On Feb 6, 2008 10:39 AM, Olivier De Wolf [EMAIL PROTECTED] wrote: Hi, There is a

Re: [Pydev-users] short cut for 'Debug as Python'

2008-02-06 Thread Fabio Zadrozny
the last launched is great when you have only one executable that you execute many times. Olivier On Feb 6, 2008 2:04 PM, Fabio Zadrozny [EMAIL PROTECTED] wrote: You can set F11 to debug the last launched app (and ctrl+F11 to re-run the last launch). Check http://pydev.blogspot.com/2007

Re: [Pydev-users] 1.3.13 experiences

2008-02-12 Thread Fabio Zadrozny
Hi Jelle, First of all, I'm experiencing issues with the display of docstrings on modules that are in the forced builtin libs section of the interpreter config. Thing is that the docstrings on those modules do not show up. Code completion seems to be ok This seems to be working for me. Can

[Pydev-users] Pydev 1.3.14 Released

2008-03-06 Thread Fabio Zadrozny
? --- PyDev is a plugin 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: [Pydev-users] Issue with undefined variables

2008-03-07 Thread Fabio Zadrozny
Hi Lee, Can you give the structure you're accessing? (The Poll and the objects attributes). If you can create a bug-report with that explaining the complete structure (with some code example to reproduce it), it would make my life much easier -- and I'd probably be able to fix it sooner too ;-)

Re: [Pydev-users] Issue with undefined variables

2008-03-07 Thread Fabio Zadrozny
Hi Lee, While using pylint I can tell pylint to ignore undefined variables per line with #IGNORE:E1101. I only seen something about @DynamicAttr in the class comment which applies to the entire class, is there a way to ignore single lines using pydev extensions code analysis? Yes: press

Re: [Pydev-users] PYDEV for an IDLE user

2008-03-19 Thread Fabio Zadrozny
if you're working on shell integration... I'd really really love some form of history support that you get in OS (command-line) and the interactive python console (I think this is the gnu readline library support) That's already there ;-)

[Pydev-users] Pydev 1.3.15 Released

2008-04-09 Thread Fabio Zadrozny
is a plugin 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: [Pydev-users] dirty workspace

2008-04-17 Thread Fabio Zadrozny
Hi, On Thu, Apr 17, 2008 at 3:28 PM, Agile Aspect [EMAIL PROTECTED] wrote: Hi - it appears that when I rename or delete a Python source file, the corresponding compiled code (which PyDev hides from view) is not renamed or deleted. There a filter active by default for .pyc files (which you

Re: [Pydev-users] Can't control windows configuration

2008-04-30 Thread Fabio Zadrozny
I'm a new subscriber, and also am just getting started with PyDev. I watched some PyDev videos on ShowMeDo, during which I wrote a short Python script which ran OK. Then I found the list of keybindings and started experimenting. Also tried closing and opening the various windows. I've

Re: [Pydev-users] Can't control windows configuration

2008-04-30 Thread Fabio Zadrozny
On Wed, Apr 30, 2008 at 10:32 AM, Dick Moores [EMAIL PROTECTED] wrote: Well, you answered my 2nd and 3rd questions just fine, but not the 1st. I didn't change any key-bindings. I changed windows so they look like the screen shot I gave the link to. I want to get back to the same workbench I

Re: [Pydev-users] Configure syntax highlighting?

2008-04-30 Thread Fabio Zadrozny
On Wed, Apr 30, 2008 at 11:20 AM, Dick Moores [EMAIL PROTECTED] wrote: I'd like to change some of the colors of the highlighting. Is there a way to do this? Yeap, in the menu: window preferences Pydev. Cheers, Fabio -

Re: [Pydev-users] Configure syntax highlighting?

2008-04-30 Thread Fabio Zadrozny
On Wed, Apr 30, 2008 at 11:44 AM, Dick Moores [EMAIL PROTECTED] wrote: On Wed, Apr 30, 2008 at 7:24 AM, Fabio Zadrozny [EMAIL PROTECTED] wrote: On Wed, Apr 30, 2008 at 11:20 AM, Dick Moores [EMAIL PROTECTED] wrote: I'd like to change some of the colors of the highlighting

[Pydev-users] Pydev 1.3.16 Released

2008-05-07 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

[Pydev-users] Pydev 1.3.17 Released

2008-05-12 Thread Fabio Zadrozny
Python 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: [Pydev-users] running jython console -- exception

2008-06-03 Thread Fabio Zadrozny
Which eclipse version are you using? On Tue, Jun 3, 2008 at 4:11 PM, [EMAIL PROTECTED] wrote: Running eclipse on debian lenny, with sun-java 1.5, with pydev 1.3.17 When I trying to open a jython console nothing happens and I get the following in eclipse's error log: ENTRY org.eclipse.ui 4 0

[Pydev-users] Pydev 1.3.18 Released

2008-06-19 Thread Fabio Zadrozny
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: [Pydev-users] [pydev - Users] RE: Is Eclipse 3.4 supported?

2008-07-08 Thread Fabio Zadrozny
The known bugs are: - Hyperlinking (this has actually been fixed in the cvs) - The debugger watch does not work -- I already tried fixing it, but it appears that there are some subtle (undocumented) changes in the way the debugger works, so, this may take a bit more work to make it work. - There

Re: [Pydev-users] Remote Interpreter

2008-07-09 Thread Fabio Zadrozny
Hi Heston, I do the main bulk of my development on a windows machine running eclipse and pydev, however, for a recent project the deployment platform is a debian based system. On the system we use several modules which are not available on the win32 platform however I would really love to

Re: [Pydev-users] Variant of the Console Connection Refused Problem on Mac OS

2008-07-16 Thread Fabio Zadrozny
Can you please open a bug report for that? Thanks, Fabio On Wed, Jul 16, 2008 at 5:54 PM, Hans-Martin v. Gaudecker [EMAIL PROTECTED] wrote: I'm new to PyDev (and a quite recent Mac convert as well, so excuse me if this is a silly question). Whenever I start the console, I get the

Re: [Pydev-users] autocompletion problems on simple class

2008-07-17 Thread Fabio Zadrozny
I think that's mostly because pydev gives a different treatment for 'cls' and 'self' (I know python does not enforce anything, but those are so standard that pydev does treat it differently) Cheers, Fabio On Thu, Jul 17, 2008 at 11:40 AM, Tim Diggins [EMAIL PROTECTED] wrote: This does seem to

Re: [Pydev-users] [pydev - Users] RE: TIDY?

2008-07-19 Thread Fabio Zadrozny
Sure... both just done for the next release ;-) Cheers, Fabio On Sat, Jul 19, 2008 at 7:36 AM, Tim Diggins [EMAIL PROTECTED] wrote: this would be great. any formatting should follow (or allow the option to follow) PEP008 http://www.python.org/dev/peps/pep-0008/ spaces around '=' on

Re: [Pydev-users] properties in pydev

2008-07-27 Thread Fabio Zadrozny
Hi Lee, when using properties in pydev, it marks the method as an error, saying that it should start with self as first parameter: class AppConfig(object): @apply def type(): ---this is where it wants to see self as first

[Pydev-users] Pydev 1.3.19 Released

2008-08-01 Thread Fabio Zadrozny
-- 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 -- Software Developer ESSS - Engineering Simulation

Re: [Pydev-users] Pydev 1.3.19 Released

2008-08-01 Thread Fabio Zadrozny
lots of users) - 3.3 is the official version, until 3.4 is fully supported - 3.4 trying to upgrade, but until there are any known major bugs (such as the one above), it'll not be considered 'official'. Cheers, Fabio On Fri, Aug 1, 2008 at 3:19 PM, Don [EMAIL PROTECTED] wrote: Fabio Zadrozny

Re: [Pydev-users] Pydev 1.3.19 Released

2008-08-01 Thread Fabio Zadrozny
Everything should be working aside a relatively major bug in the debugger (which has a dependency on an eclipse bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=238878 ) ... Hmmm... As I read this bug, watchpoints won't work until they (Eclipse) fix it and it is currently not

Re: [Pydev-users] An internal error occurred during: .

2008-08-21 Thread Fabio Zadrozny
Hi, It seems that you updated Pydev but your Pydev Extensions version is still in an old version (so, you have 1.3.19 for one and another for the other). You can check that in: help about feature details. Cheers, Fabio On Thu, Aug 21, 2008 at 7:05 AM, abhinav sarkar [EMAIL PROTECTED]wrote:

[Pydev-users] Pydev 1.3.20 Released

2008-08-22 Thread Fabio Zadrozny
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 -- Software Developer

[Pydev-users] Pydev 1.3.22 Released

2008-10-02 Thread Fabio Zadrozny
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 -- Software Developer ESSS - Engineering Simulation and Scientific

[Pydev-users] Pydev 1.3.23 Released

2008-10-26 Thread Fabio Zadrozny
and many others. Cheers, -- Fabio Zadrozny -- Software Developer Aptana http://aptana.com/python Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com

Re: [Pydev-users] Ganymede Task Tags not working

2008-10-27 Thread Fabio Zadrozny
Hi there, My tasks pane is empty, despite having task tags set to default in PyDev preferences. Are there any pointers as to what could be wrong with my setup. Using: Eclipse 3.4.1 I'm using PyDev 1.3.23 java version 1.6.0_10 Are the resources under your pythonpath? Is auto-build turned

Re: [Pydev-users] Itertools breaks jython remote debug

2008-10-27 Thread Fabio Zadrozny
I'll take a look at that. On Mon, Oct 27, 2008 at 10:44 AM, DOUTCH GARETH-GDO003 [EMAIL PROTECTED] wrote: Because itertools first appears in Python 2.3, the command: import pydevd does not work when using jython, meaning the remote debugger cannot be used.

Re: [Pydev-users] Itertools breaks jython remote debug

2008-10-27 Thread Fabio Zadrozny
Because itertools first appears in Python 2.3, the command: import pydevd does not work when using jython, meaning the remote debugger cannot be used. Fixed ;-) A new release (1.3.24) is available with this fix. Cheers, Fabio

Re: [Pydev-users] Blender - Code completion?

2008-11-10 Thread Fabio Zadrozny
Hi Luc, Blender can use the Python 2.5, but the blender-python API is in C. there is no Python API outside of blender. we can run any script we want in blender since it can use an external python install. But I do not know how to extract or see the blender API. This is really limiting the

Re: [Pydev-users] indentation options feature request (and meta question)

2008-12-02 Thread Fabio Zadrozny
it disappeared or been renamed? I can't find any pydev preference that looks similar to this. thanks Tim Tim Diggins http://red56.co.uk [EMAIL PROTECTED] tel +44 (0)7515 931 642 On 30 Nov 2007, at 16:30, Fabio Zadrozny wrote: I created a couple of feature request recently

Re: [Pydev-users] python + jython in single project: possible?

2008-12-30 Thread Fabio Zadrozny
I think that's a bug (you should be able to run it any way independent of the project type). As for the analysis/code-completion (and file content), you have to choose a single thing for the whole project (either the project is python or jython) and that's a limitation that is probably not going

Re: [Pydev-users] Buglet: pydevd_vm_type.py missing import sys

2009-01-07 Thread Fabio Zadrozny
Just as a note: this was already fixed in the latest svn and should be available in the next release. Cheers, Fabio On Wed, Jan 7, 2009 at 9:17 AM, DOUTCH GARETH-GDO003 gareth.dou...@motorola.com wrote: Bug as title. causes import pydevd pydevd.settrace(ipAddress) to throw: Traceback

Re: [Pydev-users] Error popup whilst debugging remotely

2009-01-07 Thread Fabio Zadrozny
This means that you have a version conflict in your install (pydev is in one version and pydev extensions is in another). Cheers, Fabio On Wed, Jan 7, 2009 at 10:11 AM, DOUTCH GARETH-GDO003 gareth.dou...@motorola.com wrote: I am seeing the following popup dialog when running the remote

  1   2   3   >