[Pydev-users] Pydev 1.4.8 Released

2009-08-21 Thread Fabio Zadrozny
Hi All, Pydev and Pydev Extensions 1.4.8 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Release Highlights in Pydev Extensions: ---

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575563 By: g-mikas If you mean the log that I can access through Alt+Shift+Q L, I only see some expected older errors there on this computer. Btw, I have this problem on my computer at work, my laptop and the

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575728 By: g-mikas Ah, right, I do get at tree view if I deselect working sets but have working sets on top. But it shows all working sets, not just the ones I want to shown for my python development. Better t

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575701 By: fabioz If you have a working set selected, it'll show the contents of the working set (so, if you deselect your working set, it should show the working sets as top-level elements). Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575696 By: fabioz You can report it at pydev (see: http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug ), so that I can take a look at the pydev side of the things and I'll create a report at eclipse.

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575698 By: g-mikas This is getting weirder, I just started my laptop and it does have that menu item on the Pydev Package Explorer. But it doesn't actually work! I still get a flat list of projects even though

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575686 By: g-mikas I'm on Windows Vista, all three computers. So it's not a bug in pydev but in some other component so it needs to be reported where?

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575675 By: fabioz Are you in windows or linux? Can you report that as a bug? (please refer to this forum post in the bug) I'll have to take a better look into that... Cheers, Fabio _

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575670 By: g-mikas Sorry about that. I normally don't see that one, I just switch between the pydev and java perspective. However, the menu item "Top Level Elements" does indeed appear in the project explorer.

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575648 By: fabioz Did you check if it appears at the "Project Explorer"? Cheers, Fabio __ You are receiving this email because you elected

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575634 By: g-mikas On all three machines I'm running: Eclipse SDK Version: 3.5.0 Build id: I20090611-1540 I only have subclipse and pydev installed as additional plugins. In the Java view, Package Explorer (

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575573 By: fabioz Can you give the complete info on the eclipse version you're using (is it the eclipse SDK, only platform runtime? What's the build id?) Which other plugins besides pydev do you use? Another

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575492 By: fabioz Really strange, that menu should be appearing... I know that 3.4 and some of the older 3.5 releases had a problem with that menu, but the latest 3.5 should work... Do you have some error in y

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575481 By: g-mikas I'm using eclipse 3.5. The explorer menu I get when pressing Ctrl + F10 doesn't have that option when used on the Pydev Package Explorer. The options are: Setup custom filters Select Working

[Pydev-users] [pydev - Users] RE: finding a java class using Jython

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575384 By: fabioz I checked the Class.forName and it works for me when adding a jar to the pythonpath... are you sure the path is correct? Another thing, I find it really strange that the 'COM' is added ther

[Pydev-users] [pydev - Users] RE: Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575375 By: fabioz That does work for me.. you can do ctrl+F10 with the focus in the explorer (to open the pydev explorer menu) and then choose top level elements > working sets. Which eclipse version are you

[Pydev-users] [pydev - Users] finding a java class using Jython

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575202 By: rbleasdale I am a beginner and have had some success with Python and pydev and wanted to use Jython and DB2 JDBC in pydev. I found some sample code which works fine at the command prompt but not wi

[Pydev-users] [pydev - Users] Pydev Package Explorer - top level elements

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575146 By: g-mikas Hello! I would like to be able to set the top level element of the pydev package explorer to be working sets, so I can get a nice, small tree like in JDT. I have three working sets I would l