On 03.09.07 23:16:47, John Layt wrote: > On Monday 03 September 2007, Andreas Pakulat wrote: > > Also there's a new library-like module - kdevplatform which will provide > > a powerful Ui, targetted at IDE-like applications (ok, enough > > advertisement). I'm not sure though wether its possible to have > > python-plugins for kdevplatform, although it uses the same mechanisms as > > Qt Designer plugins under the hood and the module is still pre-alpha (as > > the rest of kdevelop) and won't be released with kde 4.0.0. > > I think there's a Google Summer of Code project to implement all the Python > stuff for KDev* (not sure if in KDevelop or KDevPlatform), I suspect there's > PyKDE integration in there too.
No, you misunderstood that (apart from PyKDE not "being there" when GSoC started), the python support in KDevelop is about having a language plugins that provides things like code-navigation, code-completion, extended highlighting and eventually even refactoring. All this is coded in C++ (which was quite a challenge for my student to be honest). Andreas -- You love your home and want it to be beautiful. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
