On Tue, 2005-12-06 at 14:26 +0100, Mathieu Dimanche wrote:
Please feel free to comment, I'll have a look at the sources and begin :)
a new class SPhighlight
a new class SPhighlight_group
a new class SPhighlight_item
Okay, first of all, please follow the standard naming conventions for classes Inkscape.
Classes should be named like SPHighlight, SPHighlightGroup, and SPHighlightItem.
Except... the SP* prefix is a holdover from Sodipodi. Please don't use it for new code. New classes should go in the Inkscape:: namespace instead.
For example, Inkscape::Highlight, Inkscape::HighlightGroup, and Inkscape::HighlightItem.
In general, please famliarize yourself with the coding standards here:
http://www.inkscape.org/doc/coding_style.php
Other than that, your basic concept sounds good.
-mental