On Samstag, 22. August 2009, Feng Qiu wrote:
> Config it to only work from API files may ease the problem a bit.
>
> I think it's best if it's intelligent enough to look for "import" in the
> source file and deduct what is accessible, so that when I type "open" I
> don't see a dozen calltip options. It will also make autocomplete
> suggestions much more focused.

You are right. Unfortunately, A/C would have to follow all imported modules to 
see, which other modules and packages are imported by them and used by which 
name. E.g. os.path is just another name for posixpath or ntpath depending on 
the system. That is too much logic for A/C. However, it is possible, that the 
A/C provided by the rope plugin is more what you are looking for.

>
> --- On Fri, 8/21/09, Darryl Wallace <[email protected]> wrote:
>
> From: Darryl Wallace <[email protected]>
> Subject: [Eric] Autocomplete completing everything
> To: [email protected]
> Date: Friday, August 21, 2009, 1:10 AM
>
> Hello,
>
> I've just set up the auto-complete.  It's completing everything.  I have it
> set to use a PyQt4.api file.  Autocompletion enabled.  Case sensitive
> enabled. Replace word enabled.
>
> Under the QScintilla autocompletion configuration I have it set to work
> from "Document and API files.  "
>
> It's trying to autocomplete every word I type like "the"  for example. 
> This would normally be fine if hitting the spacebar worked, however I'm
> using linux and QScintialla won't accept a space once the autocomplete list
> pops up.
>
> Any idea for a work-around?
>
> Thanks,
> Darryl
> _______________________________________________
> Eric mailing list
> [email protected]
> http://www.riverbankcomputing.com/mailman/listinfo/eric



-- 
Detlev Offenbach
[email protected]

_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to