Re: [PyKDE] eric3 - unfold class fields

2005-06-28 Thread Diez B. Roggisch
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

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] eric3 - unfold class fields

2005-06-26 Thread Detlev Offenbach
Am Sonntag, 26. Juni 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?

 Alex R.



eric3 uses the QScintilla widget with it's autocompletion feature. Unless the 
functionality described above is implemented in QScintilla by Phil, eric3 
won't support it.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde