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