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

2009-09-08 Thread SourceForge.net
Read 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

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

2009-09-08 Thread SourceForge.net
Read 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

[Pydev-users] [pydev - Users] RE: 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=7505244 By: fabioz That's working for me here... Can you give your actual example? Cheers, Fabio __ You are receiving this email because

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

2009-05-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7350143 By: fabioz Actually, regarding the parameters, currently, there's no way for pydev to gather that info (all the gtk tokens come from a compiled module, and python is unable to provide information

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

2009-05-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7336053 By: greg26 I just noticed the option Pydev | Logging | Enable logging for code completion? After enabling this, I get PyCodeCompletion: Starting getCodeCompletionProposals PyCodeCompletion:

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

2009-05-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7340829 By: charlesharon I have the same problem. Code completion was working with Python 2.5.2, Eclipse 3.4.2, PyDev 1.4.5.2727, and Ubuntu 8.04. After upgrading to Ubuntu 9.04, I'm now using Python

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

2009-05-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7347047 By: greg26 I did install gtk after I configured the python interpreter in Pydev. I removed the interpreter and added it again and now code completion works for gtk! However, method parameters are

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

2009-04-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7181694 By: fabioz Well, open should come from the __builtin__, so, that might indicate that pydev is not being able to connect to the shell its spawns to get those completions... (in linux this usually

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

2009-04-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7184272 By: rrbarbosa I decided to start from scratch with a clean eclipse install, having one just for pydev. Things look better now, code-completion show the bultins like open and RuntimeError. But I have

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

2009-04-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7184754 By: fabioz Well, there's some info that pydev has and some that it doesn't... In the case of open: open is actually a method, and as python does not really give the type of the return, there's no real

[Pydev-users] [pydev - Users] RE: 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=6878023 By: kubacki You can take a look at https://sourceforge.net/tracker/?func=detailatid=577329aid=2208316group_id=85 796 Basically we were solving very similar problem for our project. We register custom

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

2009-02-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6542692 By: fabioz Strange, on the PySrc folder you should have the importsTipper.py file to be imported... It seeems your installation is a bit awkward... Which files you have in that folder (PySrc)? You

[Pydev-users] [pydev - Users] RE: 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=6531304 By: fabioz What do you get when you run the command below directly from a prompt? C:\Python26\python.exe C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio

[Pydev-users] [pydev - Users] RE: 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=6531743 By: stanchan I get this: Traceback (most recent call last): File C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundle\786\1\.cp\PySrc\pycompletion server.py, line 34, in module import

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

2009-01-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5988150 By: hakubo Thank you for the clarification, Fabio. I added the feature request. __ You are receiving this email because you elected

[Pydev-users] [pydev - Users] RE: 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=5981650 By: hakubo Exception identifier, I mean. __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] RE: 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=5982895 By: fabioz That's not currently implemented. Please add a feature request for that. Cheers, Fabio __ You are receiving this email

[Pydev-users] [pydev - Users] RE: Code Completion for GTK GST (Gstreamer)

2008-10-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5514635 By: fabioz Seems to be the same problem reported in https://sourceforge.net/tracker2/?func=detailaid=2199031group_id=85796atid=57 7329 Please add your case to that bug. Cheers, Fabio

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

2008-10-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5507657 By: fabioz Please report that as a bug (I'll take a look why that's not working). Cheers, Fabio __ You are receiving this email

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

2008-10-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5399724 By: fabioz Usually, that happens when the static analysis is not able to gather enough information to display you this info. A common approach to solve that is adding the packages you want to the

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

2008-08-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5167531 By: szacks My bad on the pygresql. It wasn't installed properly. The DLLs weren't in the right place. After I set it up correctly and restarted Eclipse, it did do the correct code completion and showed

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

2008-06-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5055168 By: brucevdk Thanks for taking the time to explain the problem here, it's quite clear to me now. You're also absolutely right that one does not want to execute code automatically for the purpose of

[Pydev-users] [pydev - Users] RE: Code completion/analysis for wxPython pro

2008-06-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5044558 By: redver An Autocomplition mechanism sees both method types (with and without parameters) for a wxPython code. But the mechanism does not suggest parameters. For example for

[Pydev-users] [pydev - Users] RE: Code completion/analysis for wxPython pro

2008-06-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5038204 By: asden What i have found in with PyQt 1)remove wx libs from forced built in libs 2)add wx directory (where dlls resides) to system libs

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

2008-05-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4954160 By: fabioz Hi Francisco. I've just tested your code, and I was able to reproduce the behavior you said when the subclass of Ui_MainWindow (in test3.py) uses a relative import to find Ui_MainWindow,

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

2008-05-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4954604 By: francisco_gama bug report done Thank you for your support __ You are receiving this email because you elected to monitor this

[Pydev-users] [pydev - Users] RE: Code completion for instance variables

2008-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4811478 By: brucevdk Ah, excellent. Thanks for all your work. Best regards, Bruce __ You are receiving this email because you elected to

[Pydev-users] [pydev - Users] RE: Code completion for instance variables

2008-02-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4809210 By: fabioz You have it right... that's not currently implemented. I've just added a failing unit test here (so, it'll probably be working for the next release). Cheers, Fabio

[Pydev-users] [pydev - Users] RE: 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=4772484 By: fabioz Can you please report it as a bug? (please add that jar to the bug report). Thanks, Fabio __ You are receiving this

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

2007-11-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4625120 By: byronf I tried jarring up the classes directory and adding the jar to the pythonpath. Strangely, it partially worked, I can complete static members of classes, but regular methods don't show up in

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

2007-11-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4612469 By: fabioz Can't you get JButton, JFrame, etc? That should work... try removing and setting your jython interpreter again (just to be sure it's not some cache issue with the previous interpreter).

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

2007-11-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4613879 By: fabioz Pydev is currently in the process of integrating Java support with JDT (http://pydev.blogspot.com/), and this part of the integration is still not complete (after it's implemented you should

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

2007-11-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4613799 By: byronf Hello Fabio, Yes, JButton, JFrame etc, DO work. Everything in the system path works such as rt.jar. I am partially mistaken, I can also get project libraries to work (libraries added through

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

2007-11-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4612195 By: byronf works for me in 1.3.10. However, I can't get project libraries and classes to complete, still working on that. __ You

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

2007-10-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4587538 By: cichlasoma thanks for the answer, Fabio! __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] RE: 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=4587099 By: fabioz It's hard for me to answer because I'm working in the cvs head, and I don't really have that version installed anymore (I know it works in the cvs -- because that's the specific area I've

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

2007-08-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4461868 By: luksow Thx alot! The problem was that I was editing just single file and for autocompletion I have to work on project not just separte file. Regards, Luke

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

2007-08-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4461346 By: fabioz Putting a dot should work... (you can force it with Ctrl+Space). Have you checked if your project is correctly configured? (http://fabioz.com/pydev/manual_101_root.html) Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Code Completion lacks builtin modules [1.

2007-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4401143 By: fabioz I've taken a look at it and it should be already fixed for the next release (1.3.7). It should be available in the beggining of the next week. Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Code Completion lacks builtin modules [1.

2007-07-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4396547 By: tryphan Just to add that I am seeing what appears to be the same problem. I'm just trying out Eclipse and Pydev for the first time so it could be that some other part of my configuration is

[Pydev-users] [pydev - Users] RE: Code Completion lacks builtin modules [1.

2007-07-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4396747 By: weepdoo I will try to take a closer look to your PyDev code this week-end before to report a bug. __ You are receiving this

[Pydev-users] [pydev - Users] RE: Code Completion lacks builtin modules [1.

2007-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4394068 By: fabioz Please report both as bugs. Currently I'm not able to take a look at this (I'm travelling right now), but I intend to check -- and fix it -- this weekend. Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Code Completion lacks builtin modules [1.

2007-07-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4392318 By: fabioz Strange... I can't reproduce it here -- This error was happening in 1.3.5 and should've been fixed in 1.3.6 -- Did you have 1.3.5 installed before? If so, try removing (all) your

[Pydev-users] [pydev - Users] RE: Code completion hangs with Python 2.5.1

2007-05-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4337628 By: hweber The problem seems to be gone with pydev 1.3.3. __ You are receiving this email because you elected to monitor this forum.

[Pydev-users] [pydev - Users] RE: Code completion hangs with Python 2.5.1

2007-05-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4337693 By: fabioz Yeap, there were some optimizations done for the code-completion structure in 1.3.3 ;-) Cheers, Fabio __ You are

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

2007-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4332294 By: fabioz Do you have something in your error log? Does it work in some other editor (e.g.: java)? __ You are receiving this email

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

2007-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4332548 By: leegleechn Nothing is logged. If I do it with Java, the window does come up when I hit ctrl-Enter, but not when I hit '.', and it never has any suggestions. I think I'll just move to the Visual

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

2007-05-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4317214 By: etiffany I tried putting lxml into the forced builtins section, and also tried adding 'etree' since the .so file inside the lxml module is etree.so. Note that PyDev already picks up the etree.so

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

2007-05-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4317384 By: etiffany I get a huge list of stuff: AncestorsIterator AttributeBasedElementClassLookup C14NError Comment CommentBase CustomElementClassLookup DEBUG DTD DTDError DTDParseError DTDValidateError

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

2007-05-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4317417 By: fabioz Ok, can you please report that as a bug (and reference this thread from there)... I'll take a look at what can be causing that, but I have to be able to reproduce it, and I won't be able to

[Pydev-users] [pydev - Users] RE: Code completion does not work

2007-05-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4315398 By: trondandersen I have the same trouble using Ubuntu Feisty. I've tried to add the gtk/gnome packages in several ways, but none of them seems to help me get the gtk/gnome into the path. On the other

[Pydev-users] [pydev - Users] RE: 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=4316576 By: fabioz Try putting 'lxml' in the 'forced builtins' (see http://www.fabioz.com/pydev/manual_101_interpreter.html for details). Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Code completion hangs with Python 2.5.1

2007-05-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4307557 By: fabioz Can you run: c:\programme\python25\python.exe C:\Programme\eclipse\plugins\org.python.pydev_1.3.2\PySrc\pycompletionserver.py 52000 55352 in the cmd prompt and say if it gives some

[Pydev-users] [pydev - Users] RE: Code completion hangs with Python 2.5.1

2007-05-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4306556 By: fabioz Are you testing in an empty file with no tokens or do you have some sample code for it? __ You are receiving this email

[Pydev-users] [pydev - Users] RE: Code completion does not work

2007-05-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4295988 By: fernandezm22 Update: I updated to Ubuntu Feisty 7.04 (which comes with Python 2.5), and now the autocompletion for gtk modules in Eclipse 3.2.2 + Pydev 1.3.2 + Python 2.5 works perfectly (I just

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

2007-04-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4281106 By: theepraphan Sorry late reply. I mean case 1, looking forward for the next release. Khob Khun (Thanks) for your work. __ You are

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

2007-04-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4278241 By: fabioz You mean at: case 1: import re result = re.search('foo') result.|-- request code-completion here or case 2: import re result = re.|-- request here Case 2 has already been optimized

[Pydev-users] [pydev - Users] RE: Code Completion Hang

2007-03-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4213656 By: fabioz Nice to hear it's working ;-) __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] RE: Code Completion Hang

2007-03-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4211578 By: lianos Hi Fabio, Just curious if you were still looking at this. The ticket is closed but I've added more comments to it recently as it still doesn't work right. Not only does the auto-complete

[Pydev-users] [pydev - Users] RE: Code Completion Hang

2007-03-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4211619 By: lianos Let me add to this and say that after removing numpy/scipy from the builtins and (defensively) increased the Minimum number of chars in qualifier ... setting to 2 (in Code Completion dlog

[Pydev-users] [pydev - Users] RE: Code Completion Hang

2007-03-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4196358 By: fabioz Take a look at the bug... I've already added some info to it... Cheers, Fabio __ You are receiving this email because

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176507 By: fabioz The example below works well for me... which pydev version do you have? class Log: def msg(self): pass def err(self): pass class Archiver: def compress(self):

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176546 By: riteshsarraf I'm currently running 1.2.7. I was earlier running 1.2.6. On both I see the same problem. I check everything but still, are there any special settings to be set in pydev ? Thanks,

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176575 By: fabioz Can you pass me the exact code in which it is not working? Sometimes code-completion is hard to do in python, because types are not explicit in the language, so, you may be hitting a

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176592 By: riteshsarraf Okay!! I have 3 classes defined in a file, foo.py class Log: '''A OOP implementation for logging. warnings is to tackle the warning option verbose is to tackle the

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176626 By: riteshsarraf No, The global statement related bug was just one of it. Even if you define a class by inheriting from other base classes, the methods of the base classes aren't available in code

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176638 By: riteshsarraf The methods of the base class. Like if Archiver is a base class and compress is a method of class Archiver: class Archiver: def compress(): class Foo: def bar():

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176643 By: fabioz Yeap, seems a bug in pydev... I think that it is better as described with: def some_function(): class Starter: def m1(self): pass Starter.|-- ctrl+space is not

[Pydev-users] [pydev - Users] RE: Code completion docs

2007-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4139149 By: fabioz Well, there is already a bug report for that: http://sourceforge.net/tracker/index.php?func=detailaid=1650653group_id=85796; atid=577329 you can choose to 'watch' it for news on the

[Pydev-users] [pydev - Users] RE: Code completion does not work

2006-12-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4051344 By: fabioz Can you report it as a bug? I'm yet to install linux here, but hopefully, I'll be able to install it this month so I can check linux issues better... Cheers, Fabio

[Pydev-users] [pydev - Users] RE: 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=3834030 By: jfb3 Please disregard. I had a strange key remapping snafu (this is a new laptop, and I'm running Gentoo no less. Tis all better now. That'll teach me to mess with xbindkeys and make typos

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

2006-07-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3808054 By: fabioz Ok, I think that this discussion is better suited for the pydev-code list, so, please post it there -- and I'll answer you there ;-)

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

2006-07-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3806659 By: shahbaztyagi Hi, for example if I want to write import javax.swing as jyswing then can I get all the packages of javax after ., so that I can choose which package of javax I need, like in

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

2006-07-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3806857 By: fabioz Well, that particular example works for me... have you configured your project as jython? Check http://fabioz.com/pydev/manual_101_root.html for details on how to correctly configure