[PyKDE] eric3 - unfold class fields

Diez B. Roggisch deets at web.de
Tue Jun 28 13:05:02 BST 2005


Am Sunday, 26. June 2005 16:03 schrieb alex rait:
> At last I managed to install eric3 and it works ok.
>
> Now I have some question about the editor - Is there a way to unfold the
> class fields(methods, instance variables) when I enter "." for instance?
> This is the way I do it in Eclipse with java or visual studio/kdevelop with
> c++. The only thing I could find so far is the autocomplete feature, but it
> is not what I want...
>
> Is there any solution to it?

No. This is generally not doable for a dynamic typed language like python. Of 
course if you'd use eric for C/Java development, one could make this work - 
but that would be a major effort. 

Diez




More information about the PyQt mailing list