[PyKDE] [eric3] file/class browser

Cedric BRINER work at infomaniak.ch
Tue Jul 12 10:41:28 BST 2005


hi,

1) how can I do to use the ``window>project browser'' on a site-package.

for eg.
I start using the sqlobject site-packages. This site-package is quite complex to me, and I'd like to browse the class from inside my test project.

the only solution that I found is to copy all my site-package on the project directory. : (

2) is there a way to point out in the project browser, where we are.
eg: we are in the module test.py, inside a class Foo, inside the definition bar
and then we ask ``point me in the project borwser''

and then project browser goes
from:
     |
     |-- test1.py
     |
     `-- test2.py
        |-- cFoo21
        `-- cFoo22
          `-- fBar221
     
to:
     |
     |-- test1.py
     |  |-- cFooWhatEver
     |  |-- cFoo
     |  |  |-- dBarWhatElse
     |  |  `-- dBar   <<----- with this line enlighted ??
     |  `-- cFooOrWhat
     |
     `-- test2.py
        |-- cFoo21
        `-- cFoo22
          `-- fBar221


Ced.
-- 

Cedric BRINER




More information about the PyQt mailing list