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
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