Re: [Development] Rich Text Editor using QML

2014-11-14 Thread Sze Howe Koh
On 15 November 2014 03:58, André Pönitz wrote: > > On Fri, Nov 14, 2014 at 10:06:32AM +0100, Yann Levreau wrote: > > Hi everybody! > > > > I am starting a new project and I am looking for some advice about what > > kind of Qt/QML controls I should use. The purpose is to develop an rich > > text e

Re: [Development] Rich Text Editor using QML

2014-11-14 Thread André Pönitz
On Fri, Nov 14, 2014 at 10:06:32AM +0100, Yann Levreau wrote: > Hi everybody! > > I am starting a new project and I am looking for some advice about what > kind of Qt/QML controls I should use. The purpose is to develop an rich > text editor using QML. Basically I am going to develop IDE features

Re: [Development] Rich Text Editor using QML

2014-11-14 Thread Michael Zanetti
Hi, I've been working on that last week for an Evernote client for Ubuntu Phone. Seems to work reasonably well. Here's the diff of just the edit mode: https://code.launchpad.net/~mzanetti/reminders-app/new-edit-mode/+merge/241226 Here's the complete app code: http://bazaar.launchpad.net/~remi

[Development] Rich Text Editor using QML

2014-11-14 Thread Yann Levreau
Hi everybody! I am starting a new project and I am looking for some advice about what kind of Qt/QML controls I should use. The purpose is to develop an rich text editor using QML. Basically I am going to develop IDE features. Until now I have tried the TextArea QML Control. Using this control I g