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