HighlightInterface
Christoph Cullmann
cullmann at babylon2k.de
Wed Oct 3 12:37:28 BST 2007
Am Mittwoch, 3. Oktober 2007 10:29:30 schrieb Thomas Zander:
> > virtual QString highlightSection( QString highlightName ) = 0;
>
> highlightName should be a const ref.
I would be ok with a function
virtual QString highlightingModeSection (const QString &name) = 0;
but in addition, a
virtual QString modeSection (const QString &name) = 0;
should be added, too, to have the section of modes available, too.
--
Christoph Cullmann
KDE Developer, Kate Maintainer
http://babylon2k.de, cullmann at kde.org
More information about the kde-core-devel
mailing list