12 |
12 |
13 from PyQt6.QtCore import QObject, QTranslator |
13 from PyQt6.QtCore import QObject, QTranslator |
14 from PyQt6.QtWidgets import QMenu |
14 from PyQt6.QtWidgets import QMenu |
15 |
15 |
16 from eric7.EricWidgets.EricApplication import ericApp |
16 from eric7.EricWidgets.EricApplication import ericApp |
17 |
|
18 from ProjectDjangoTagsMenu.DjangoTagsMenuHandler import DjangoTagsMenuHandler |
17 from ProjectDjangoTagsMenu.DjangoTagsMenuHandler import DjangoTagsMenuHandler |
19 |
18 |
20 # Start-of-Header |
19 # Start-of-Header |
21 name = "Django Tags Menu Plugin" |
20 name = "Django Tags Menu Plugin" |
22 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
21 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
23 autoactivate = True |
22 autoactivate = True |
24 deactivateable = True |
23 deactivateable = True |
25 version = "10.1.0" |
24 version = "10.2.0" |
26 className = "ProjectDjangoTagsMenuPlugin" |
25 className = "ProjectDjangoTagsMenuPlugin" |
27 packageName = "ProjectDjangoTagsMenu" |
26 packageName = "ProjectDjangoTagsMenu" |
28 shortDescription = "Tags menu for Django projects." |
27 shortDescription = "Tags menu for Django projects." |
29 longDescription = ( |
28 longDescription = ( |
30 """This plug-in adds a menu to select various tag templates to the""" |
29 """This plug-in adds a menu to select various tag templates to the""" |