Jmos / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

CodeCompletion an CallTips in Editor and Interpreter are different #530

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Working with the editor using packages like lxml, PySide...(added to 'Spez. 
Packages').   

What is the expected output? What do you see instead?
I expect the same CodeCompletion an CallTips like the Interpreter do. 
Instead there is no reaction by typing qualified identifiers. 

What version of the product are you using? On what operating system?
2.4.2.1; 
win7pro, 32bit;

Please provide any additional information below.
In previous versions < 2.0 of PyScripter i had not this problems.
Is it a problem with my usersettings?

Original issue reported on code.google.com by griesser...@googlemail.com on 12 Jun 2011 at 12:07

GoogleCodeExporter commented 9 years ago
Adding the package to the Code Completion special packages should work.  For 
example
if I add xml to the list of special packages and type in the editor

import xml
from xml import dom
dom.

I get code completion as I would get in the interpreter.

Can you provide any specific example demonstrating the issue.

Original comment by pyscripter on 6 Sep 2011 at 11:50