20 # Start-Of-Header |
20 # Start-Of-Header |
21 name = "Selection Encloser Plug-in" |
21 name = "Selection Encloser Plug-in" |
22 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
22 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
23 autoactivate = True |
23 autoactivate = True |
24 deactivateable = True |
24 deactivateable = True |
25 version = "3.0.0" |
25 version = "3.1.0" |
26 className = "SelectionEncloserPlugin" |
26 className = "SelectionEncloserPlugin" |
27 packageName = "SelectionEncloser" |
27 packageName = "SelectionEncloser" |
28 shortDescription = "Enclose the selection with a string." |
28 shortDescription = "Enclose the selection with a string." |
29 longDescription = ( |
29 longDescription = ( |
30 """This plug-in implements a tool to enclose the selection of""" |
30 """This plug-in implements a tool to enclose the selection of""" |