|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[pydev - Users] code completion with object variablesRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7600504 By: phtj Hi all, In the example below, code completion stops working inside a function. I am not sure why this is - is it a bug? class B(object): def test_b(self): pass class A(object): def __init__(self): self.b = B() x = A() x.b.test_b() #code completion works fine here... def test3(): y = A() y.b.| #code completion does not work here... Cheers Patrick ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
[pydev - Users] RE: code completion with object variablesRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7617594 By: phtj Hi all, Is my previous question making sense? I got no replies, so just wondering... The problem I have is that code completion works fine on attributes that are instances of classes, as long as you are not inside a function. When inside a function, it stops working. Is this normal? Patrick ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
[pydev - Users] RE: code completion with object variablesRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7617617 By: fabioz It makes sense. Please enter that as a bug report. Cheers, Fabio p.s.: I'm taking a bit longer than normal to get back on some topics because with the migration of Pydev Extensions to Open Source I've got more e-mail than usually -- so, please add that to the bugtracker, where it won't be forgotten. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
| Free embeddable forum powered by Nabble | Forum Help |