Create description + preview for all Tippers
New preferences mechanism for the plugin shows a short description + usage example (= "before/after" = preview). Currently all Tippers has default implementations for description (class's name) and preview ("[no preview available]") methods. We need to create a specific description and preview methods for each Tipper, then making description and preview abstract- this is a good practice, because from now on the Tipper's developers would be ought to supply description + usage example when writing Tippers (what we encourage anyway).
@yossigil do you want me to do this? I think it should be completed before the next release.
To clarify: preview returns TipperPreview which contains before and after Strings. We may consier moving the description into TipperPreview as well, renaming it TipperDescription.
I think it is best if Tipper inherits from TipperPreview
this is important for the saner paper @M4tt30rru