On Tue, Jan 20, 2015 at 2:10 PM, David Faure wrote:
> On Tuesday 20 January 2015 08:18:17 David Narvaez wrote:
>> On Tue, Jan 20, 2015 at 3:20 AM, David Faure wrote:
>> > On Tuesday 20 January 2015 01:39:43 David Narvaez wrote:
>> >> So this transplant required some heavier porting to KF5
>> >
>>
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
On Tue, Jan 20, 2015 at 12:10 PM, Vishesh Handa wrote:
> Hey guys
>
> We have a plain text indexing plugin in KFileMetaData. It gives the plain
> text of any file whose mimetype beings with 'text/'. We used to use
> QString::fromUtf8 to convert this into a string. However, this may not be
> ide
Hey guys
We have a plain text indexing plugin in KFileMetaData. It gives the plain
text of any file whose mimetype beings with 'text/'. We used to use
QString::fromUtf8 to convert this into a string. However, this may not be
ideal as a different encoding can exist.
I've just written a patch to us
Hi !
I aim to install kholidays. But ended up with a pile of glitches in
building KF5. After looking around, I found that all the frameworks
(kitemmodels, kitemviews etc) had failed to build. So, l tried to
build them separately as in the wiki:
(https://community.kde.org/Frameworks/Building/