Re: Highlighting and spellchecking

2012-08-19 Thread Aleix Pol
On Thu, Aug 16, 2012 at 9:58 AM, laurent Montel wrote: > Le jeudi 16 août 2012 02:09:11 Aleix Pol a écrit : >> Hi KDE Devels! >> In KDevelop we have a QTextEdit that is used to fill the commit >> message, before committing. This QTextEdit has syntax highlighting for >> git, so that you'll get some

Re: Highlighting and spellchecking

2012-08-16 Thread laurent Montel
Le jeudi 16 août 2012 02:09:11 Aleix Pol a écrit : > Hi KDE Devels! > In KDevelop we have a QTextEdit that is used to fill the commit > message, before committing. This QTextEdit has syntax highlighting for > git, so that you'll get some error notifications in case you fill the > second line or you

Highlighting and spellchecking

2012-08-15 Thread Aleix Pol
Hi KDE Devels! In KDevelop we have a QTextEdit that is used to fill the commit message, before committing. This QTextEdit has syntax highlighting for git, so that you'll get some error notifications in case you fill the second line or you exceed the maximum line length. One of the things I added t