[Kde-bindings] KDE/kdebindings/csharp/qyoto

Richard Dale rdale at foton.es
Sat Jun 23 19:27:46 UTC 2007


On Saturday 23 June 2007, Arno Rehn wrote:
> SVN commit 679213 by arnorehn:
>
> * Added classes for QScintilla2
OK, good, but this doesn't leave much time for discussion before the release. 
I think QScintilla should be in it's own namespace, and built with it's own 
dll (does that work). Instead of this:

namespace Qyoto.QScintilla {

    using System;

I would prefer this:

namespace QScintilla {

    using Qyoto;
    using System;

-- Richard



More information about the Kde-bindings mailing list