PluginAssistantEric.py

changeset 76
add31149e0b1
parent 71
025683852a63
child 77
e96c89dd66a7
equal deleted inserted replaced
72:c265410e0b2f 76:add31149e0b1
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the Eric assistant plugin. 7 Module implementing the Eric assistant plugin.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 import os 12 import os
11 13
12 from PyQt4.QtCore import QObject, QTranslator 14 from PyQt4.QtCore import QObject, QTranslator
13 from PyQt4.QtGui import QApplication 15 from PyQt4.QtGui import QApplication
21 # Start-Of-Header 23 # Start-Of-Header
22 name = "Assistant Eric Plugin" 24 name = "Assistant Eric Plugin"
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 25 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
24 autoactivate = True 26 autoactivate = True
25 deactivateable = True 27 deactivateable = True
26 version = "2.5.0" 28 version = "2.6.0"
27 className = "AssistantEricPlugin" 29 className = "AssistantEricPlugin"
28 packageName = "AssistantEric" 30 packageName = "AssistantEric"
29 shortDescription = "Alternative autocompletion and calltips provider." 31 shortDescription = "Alternative autocompletion and calltips provider."
30 longDescription = """This plugin implements an alternative autocompletion and""" \ 32 longDescription = """This plugin implements an alternative autocompletion and""" \
31 """ calltips provider.""" 33 """ calltips provider."""

eric ide

mercurial