On Thursday 03 October 2002 1:47 am, Torsten Marek wrote: > Hey hackers, > though I write python code (even with PyQt) for quite a time now, I am > still searching for the perfect python editor. By now, I am using > XEmacs, but I miss some features like deflating/expanding defs or > classes in it (Maybe somebody could give me a hint), furthermore call > tips and code autocompletion like in PyCrust would be very good. I've > already taken a look at pyeditor (didn't fit), and I will take a look at > moleskine. > So what editors do you use in your daily python development (except vi)? > I would be glad if you told me,
My suggestion would be for you to write your own in PyQt - and I am being serious. Scintilla already implements code folding, syntax highlighting, call tips, autocompletion etc. The work I still have to do on it is to make those features available in a way that looks familiar to a Qt programmer. It would be really helpful if I had somebody wanting to make heavy use of it and telling me to order in which things should be done. Detlev is doing something similar in order to add Scintilla to eric. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
