Re: RFC: spell checking for QTextEdit

2013-08-08 Thread David Edmundson
On Wed, Aug 7, 2013 at 10:13 AM, Aurélien Gâteau wrote: > Hi, > > I'd like to reach a decision regarding spell checking for QTextEdit. > > It was initially a Qt5 task: > > "Allow to register a default syntax highlighter type for QTextEdit, the KDE > backend would register the spell checking one c

Re: RFC: spell checking for QTextEdit

2013-08-07 Thread Aurélien Gâteau
Le mercredi 7 août 2013 15:44:52 vous avez écrit : > On Wed, Aug 7, 2013 at 10:13 AM, Aurélien Gâteau wrote: > > Hi, > > > > I'd like to reach a decision regarding spell checking for QTextEdit. > > > > It was initially a Qt5 task: > > > > "Allow to register a default syntax highlighter type for

Re: RFC: spell checking for QTextEdit

2013-08-07 Thread Aurélien Gâteau
Le mercredi 7 août 2013 13:44:19 Kevin Krammer a écrit : > On Wednesday, 2013-08-07, Aurélien Gâteau wrote: > > More on this topic, Alex Fiestas suggested a new option: > > > > C) Add spellchecking to QTextEdit itself: > > - Extend QTextEdit with new properties to enable spellchecking, set > > spe

Re: RFC: spell checking for QTextEdit

2013-08-07 Thread Kevin Ottens
On Wednesday 07 August 2013 13:44:19 Kevin Krammer wrote: > On Wednesday, 2013-08-07, Aurélien Gâteau wrote: > > I am tempted to say B) in the short term since it's mostly done, then C), > > but this could mean KDE apps would be first changed to use > > Sonnet::TextEditInstaller, only to drop it wh

Re: RFC: spell checking for QTextEdit

2013-08-07 Thread Kevin Krammer
On Wednesday, 2013-08-07, Aurélien Gâteau wrote: > More on this topic, Alex Fiestas suggested a new option: > > C) Add spellchecking to QTextEdit itself: > - Extend QTextEdit with new properties to enable spellchecking, set > spellchecking language... > - Add a spellcheck syntax highlighter > - E

Re: RFC: spell checking for QTextEdit

2013-08-07 Thread Aurélien Gâteau
Le mercredi 7 août 2013 11:13:53 Aurélien Gâteau a écrit : > Hi, > > I'd like to reach a decision regarding spell checking for QTextEdit. > > It was initially a Qt5 task: > > "Allow to register a default syntax highlighter type for QTextEdit, the KDE > backend would register the spell checking o

Re: RFC: spell checking for QTextEdit

2013-08-07 Thread Kevin Krammer
On Wednesday, 2013-08-07, Aurélien Gâteau wrote: > A. Find a way to inject spellchecking in all QTextEdit through either QPA > or our style. > > Pros: > - Completely transparent to Qt app developers > - Porting a KDE app to KF5 is only KTextEdit => QTextEdit > > Cons: > - Depends on QPA and/or s

Re: RFC: spell checking for QTextEdit

2013-08-07 Thread Aleix Pol
On Wed, Aug 7, 2013 at 11:13 AM, Aurélien Gâteau wrote: > Hi, > > I'd like to reach a decision regarding spell checking for QTextEdit. > > It was initially a Qt5 task: > > "Allow to register a default syntax highlighter type for QTextEdit, the KDE > backend would register the spell checking one c

RFC: spell checking for QTextEdit

2013-08-07 Thread Aurélien Gâteau
Hi, I'd like to reach a decision regarding spell checking for QTextEdit. It was initially a Qt5 task: "Allow to register a default syntax highlighter type for QTextEdit, the KDE backend would register the spell checking one coming from sonnet as default" I started working on this task and put