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