[Pydev-users] [pydev - Users] code completion with object variables

2009-08-31 Thread SourceForge.net
Read 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):

[Pydev-users] [pydev - Users] code-completion: method params

2009-07-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7505079 By: patfla Hi, looked through the forum here but didn't see my question addressed (answered that is). Code-completion works for me to the extent that I can see and choose from, say, the methods and

[Pydev-users] [pydev - Users] code completion with gtk library

2009-05-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7335457 By: greg26 I just started using Pydev and I really like it. However, I'm having trouble getting code completion to work for anything other than the built-in libraries. For example, I have not been

[Pydev-users] [pydev - Users] Code completion problem

2009-04-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7180863 By: rrbarbosa This might be a simple error, but I am struggling all afternoon with it, so I decided to look for help. I have pydev and extensions (1.4.5.27.27) installed on eclipse

[Pydev-users] [pydev - Users] Code completion for hard coded interfaces

2009-03-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6873858 By: olah We are using Eclipse with Pydev and Pydev Extension and I have a question regarding code completion and token comments. We does not know how to best receive this functionality in our hard

[Pydev-users] [pydev - Users] Code completion doesn't seem to work

2009-02-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6529902 By: stanchan Here is the error from the logs: !ENTRY org.python.pydev 4 4 2009-02-25 14:32:49.936 !MESSAGE Error creating python process - exited before creating sockets - exitValue =

[Pydev-users] [pydev - Users] Code completion in exception handlers

2009-01-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5980828 By: hakubo Hello. I'm having a problem with calltips not showing up for extension identifier in the except block. For example, with the code: try: ... except HTTPError, e: authline =

[Pydev-users] [pydev - Users] Code Completion

2008-10-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5497164 By: weaver4 When I create a new instance I am not getting code competion for any of the arguments. For example I go: panel1 = wx.Panel() After I am type in the wx.Panel( I get no list of arguments.

[Pydev-users] [pydev - Users] code completion of function parameters

2008-10-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5487817 By: boris_g Hello, consider a function that is defined as follows: def f (obj_of_class_X): I want to be able to see the public interface of obj_of_class_X object, but naturally PyDev has no idea what

[Pydev-users] [pydev - Users] Code completion for MySQLdb and minidom

2008-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5397680 By: yfliu82 1) import MySQLdb db=MySQLdb.??? :: code completion did not work, after input MySQLdb. :: python has install MySQLdb lib 2) from xml.dom import minidom xmldoc=minidom.parse(\home\t.xml)

[Pydev-users] [pydev - Users] code completion

2008-08-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5165759 By: szacks I have recently downloaded eclipse and pydev and I am having trouble with code completion. I read a number of other posts about code completion and none of those answers seem to work for me.

[Pydev-users] [pydev - Users] Code completion for libraries (e.g. 4suite)

2008-06-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5053499 By: brucevdk I'm still relatively inexperienced in Python, so I choose not to look at the source code for PyDev to figure out how the code completion functionality precisely works. From the FAQ I

[Pydev-users] [pydev - Users] Code Completion fails on subclassing?

2008-05-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4953628 By: francisco_gama Hi For my first post on this forum i would like to thank the excellent work on Pydev. It became my first choice quite fast and now i can't live without it. Here's my problem...

[Pydev-users] [pydev - Users] Code completion, Jar Files, Method Calls...

2008-02-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4771643 By: rnicholson Hi, I've been using PyDev for creating ginder scripts (grinder.sourceforge.net). I'm running the latest version of PyDev Extensions on Eclipse 3.3 When I add a jar (grinder.jar) to

[Pydev-users] [pydev - Users] Code completion in a buildout Plone project

2007-12-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4677288 By: mario-orlandi To successfully use code completion with PyDev Extensions in a Plone project, the simple trick was to add an empty __init__.py file to the Products folder, in order to have your own

[Pydev-users] [pydev - Users] code completion for java core classes

2007-10-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4585604 By: cichlasoma well, nobody answering my question, i don't know whether it's too sily or whether nobody notices it, so i tryvto make a new thread of it. should the following code completion work?

[Pydev-users] [pydev - Users] Code completion - methods

2007-08-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4461208 By: luksow Hi, I have question, which probably most of you find stupid, but I can't figure out how to enable pydev to show (after putting dot after name of object) box with possible to use methods. I

[Pydev-users] [pydev - Users] Code Completion lacks builtin modules [1.3.6]

2007-07-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4391820 By: absurdcyrus I just wanted to try out PyDev on my Eclipse 3.3.0 I installed it, configured the interpreters (/usr/bin/python2.4 and /usr/bin/python2.5). Paths to the libraries also seem to be

[Pydev-users] [pydev - Users] Code Completion on Vista

2007-05-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4332044 By: leegleechn Code Completion does not do a thing on Vista. I set the preferences for PyDev, but when I try to use the feature, it simply doesn't display anything. There isn't a python.exe process

[Pydev-users] [pydev - Users] code completion failing for lxml library

2007-05-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4315989 By: etiffany Hi, I am running pydev w/extensions 1.33 on Eclipse 3.3beta and python 2.4.3. Completion works well for pure python libraries, and also for things like readline. But the lxml

[Pydev-users] [pydev - Users] Code completion hang

2007-04-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4278228 By: theepraphan The situation occurs when I key the below code : result = re.search(r'^(\w+),txt) result.group() The editor will hang for 30 seconds before I can continue key, look like it look up re

[Pydev-users] [pydev - Users] Code Completion seems very buggy

2006-07-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3833138 By: jfb3 When I try to activate code completion nothing happens. Yes everything seems to be set up according to the directions faq and such. The code completion drop down will appear if I get to a

[Pydev-users] [pydev - Users] Code completion keybinding on a Mac

2006-07-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3810620 By: kab2000 I would like to change the default ^-space keybinding to something else (interferes with quicksilver). I can't find it listed in any of the keybinding preferences. Am I missing something?

[Pydev-users] [pydev - Users] Code completion

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805189 By: shahbaztyagi I am not able to get members of class...in the editor. I am using both python and jython.and I have created a plugin where I am extending the class PyEdit.