Access all the Kate-part method and properties in python.

2015-01-20 Thread dangbing...@gmail.com
Hi all, I'm programing in python to use kate part as my main editor component in an IDE project. But I had problems using the api. I can get an editor with the following code: class EditorViewBase(QSplitter): def __init__(self, parent=None): QSplitter.__init__(self) self.__editor = KTextEditor.E

Help with KTextEditor python programing

2014-11-25 Thread dangbing...@gmail.com
hi all, I'm programing in python to use kate part as my main editor component in my project. But I had problem using the api. I can get an editor with following code: class EditorViewBase(QSplitter): def __init__(self, parent=None): QSplitter.__init__(self) self.__editor = KTextEditor.EditorChoo