|
Actually, I think my problem may lie in the fact that I have not
installed Python(x,y) yet. I cannot get past the dependency issues
(requires python <2.6, I have python 2.6.2 installed). Thanks, ~~archery~~ Pierre Raybaut wrote: Hi, Code completion in the editor is provided by QScintilla and is -for now- much less powerful than interactive/external console's code completion. Like in console, code completion is simply triggered after typing a period but it requires that the .api file has been generated by QScintilla -- a standard .api file is included in Spyder's distribution package (it contains references for all Python standard modules and every module installed with a "recommmended" install of Python(x,y)). Other than modules referenced in this 'python.api' file, QScintilla will also suggest completions based on some code parsing.HTH, Pierre On 4 déc, 22:25, archeryguru2000 <[email protected]> wrote: -- You received this message because you are subscribed to the Google Groups "spyder" group.To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en. |
- [spyder] code completion for Spyder v1.0.1 archeryguru2000
- [spyder] Re: code completion for Spyder v1.0.1 Pierre Raybaut
- Re: [spyder] Re: code completion for Spyder v1.0.... Chad File
- [spyder] Re: code completion for Spyder v1.0.... Pierre Raybaut
