[PyKDE] [eric3] file/class browser
Detlev Offenbach
detlev at die-offenbachs.de
Tue Jul 12 18:45:01 BST 2005
Am Dienstag, 12. Juli 2005 11:41 schrieb Cedric BRINER:
> 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. : (
Just use the built in file browser. You can even have it remember the
sqlobject site-package and display it on the top level.
>
> 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.
That could be added. What would it be good for?
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list