[Pydev-users] [Users] RE: Intellisense doesn't work in every case...

2011-07-18 Thread SourceForge.net
The following forum message was posted by kutchbhi at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3726184: nvmind its working now with pyqt. Wasn't working with pyside -- Storage Efficiency Calculator

[Pydev-users] [Users] RE: Intellisense doesn't work in every case...

2011-07-18 Thread SourceForge.net
The following forum message was posted by kutchbhi at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3726184: Last entry in the log file [code] !ENTRY org.python.pydev.core 1 1 2011-07-19 04:56:20.890 !MESSAGE Expected IO issue (version changed or validation not ok): properly ha

[Pydev-users] [Users] RE: Intellisense doesn't work in every case...

2011-07-18 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3726184: The PyDev in Aptana Studio 3 is exactly the same PyDev you have in Eclipse, so, it's probably some misconfiguration on Eclipse... do you have some error in your error log?

[Pydev-users] [Users] RE: Intellisense doesn't work in every case...

2011-07-18 Thread SourceForge.net
The following forum message was posted by kutchbhi at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3726184: sorry for bumping this thread. But I have the exact same problem. pydev with eclipse. Intellisense doesnt work with 'external'(non-core) libraries. from PySide.QtCore im

[Pydev-users] [Users] RE: console has errors on load-up

2011-07-18 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4611885: Do you have some error in your error log? (see: http://pydev.org/faq.html#how_do_i_report_a_bug ) Cheers, Fabio -

[Pydev-users] [Users] console has errors on load-up

2011-07-18 Thread SourceForge.net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4611885: I just downloaded the latest Pydev (2.1.1.20110713) on Eclipse 3.6 (CDT edition) for Ubuntu 64 bit. When I try to start a new pydev console -> Python console, I receive the f

Re: [Pydev-users] multithread debug

2011-07-18 Thread Fabio Zadrozny
You can press the pause button in the Debug view to pause the other threads (is that what you wanted?) Cheers, Fabio On Mon, Jul 18, 2011 at 8:43 AM, Andrea Corallo wrote: > Hi every one, here is my problem: > I'm tryng to debug a multithread app in eclipse but if I put a breakpoint > only the

[Pydev-users] [Users] RE: quick outline doesn’t look like the java's

2011-07-18 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4610465: Just fixed it to work as a popup dialog (i.e.: close it when it becomes deactivated) -- will be available for 2.2.2. Cheers, Fabio -

[Pydev-users] [Users] RE: quick outline doesn’t look like the java's

2011-07-18 Thread SourceForge.net
The following forum message was posted by larrylau at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4610465: Thank for your reply. The new quick-outline is not a modal dialog, that is mean I can do other things when it is opening. Even if the dialog loses focus, it always shows.

[Pydev-users] multithread debug

2011-07-18 Thread Andrea Corallo
Hi every one, here is my problem: I'm tryng to debug a multithread app in eclipse but if I put a breakpoint only the thread with this stops while the others keeps running. My question is if ther's a way to freeze all the threads when a break point is reached. Thanks Andrea