PluginSelectionEncloser.py

branch
eric7
changeset 56
2ca258eb5859
parent 55
ccddc623f3c1
child 58
b096205d8358
equal deleted inserted replaced
55:ccddc623f3c1 56:2ca258eb5859
13 13
14 from PyQt6.QtCore import pyqtSlot, QObject, QTranslator, QCoreApplication 14 from PyQt6.QtCore import pyqtSlot, QObject, QTranslator, QCoreApplication
15 from PyQt6.QtGui import QAction 15 from PyQt6.QtGui import QAction
16 from PyQt6.QtWidgets import QMenu 16 from PyQt6.QtWidgets import QMenu
17 17
18 from EricWidgets.EricApplication import ericApp 18 from eric7.EricWidgets.EricApplication import ericApp
19 19
20 import Preferences 20 from eric7 import Preferences
21 21
22 # Start-Of-Header 22 # Start-Of-Header
23 name = "Selection Encloser Plug-in" 23 name = "Selection Encloser Plug-in"
24 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 24 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
25 autoactivate = True 25 autoactivate = True
26 deactivateable = True 26 deactivateable = True
27 version = "10.0.0" 27 version = "10.1.0"
28 className = "SelectionEncloserPlugin" 28 className = "SelectionEncloserPlugin"
29 packageName = "SelectionEncloser" 29 packageName = "SelectionEncloser"
30 shortDescription = "Enclose the selection with a string." 30 shortDescription = "Enclose the selection with a string."
31 longDescription = ( 31 longDescription = (
32 """This plug-in implements a tool to enclose the selection of""" 32 """This plug-in implements a tool to enclose the selection of"""

eric ide

mercurial