PluginProjectKivy.py

changeset 16
5097de237f1a
parent 13
2edce8c1ad5b
child 19
f377374b5e03
diff -r 19e773fdb8d0 -r 5097de237f1a PluginProjectKivy.py
--- a/PluginProjectKivy.py	Wed Nov 20 18:59:46 2013 +0100
+++ b/PluginProjectKivy.py	Sun Nov 24 16:46:29 2013 +0100
@@ -26,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.1.0"
+version = "1.1.1"
 className = "ProjectKivyPlugin"
 packageName = "ProjectKivy"
 shortDescription = "Project support for Kivy projects."
@@ -123,7 +123,7 @@
         import QScintilla.Lexers
         if self.__ui.versionIsNewer('5.3.5', '20130611'):
             QScintilla.Lexers.registerLexer(
-                "Kivy",
+                "Pygments|Kivy",
                 self.trUtf8("Kivy"),
                 "dummy.kv",
                 self.getLexer,
@@ -134,7 +134,7 @@
         else:
             # work around a bug in older versions
             QScintilla.Lexers.registerLexer(
-                "Kivy",
+                "Pygments|Kivy",
                 self.trUtf8("Kivy"),
                 "dummy.kv",
                 self.getLexer,

eric ide

mercurial