QScintilla/Editor.py

branch
APIs
changeset 5358
2584d0a08bf4
parent 5349
bccda3b5920a
child 5389
9b1c800daff3
diff -r ddcf6fd8c316 -r 2584d0a08bf4 QScintilla/Editor.py
--- a/QScintilla/Editor.py	Thu Dec 01 19:22:06 2016 +0100
+++ b/QScintilla/Editor.py	Sat Dec 03 15:05:49 2016 +0100
@@ -1640,6 +1640,15 @@
                 elif lang == "Python3":
                     lang = "Python 3"
         return lang
+    
+    def getApiLanguage(self):
+        """
+        Public method to get the API language of the editor.
+        
+        @return API language
+        @rtype str
+        """
+        return self.apiLanguage
         
     def __bindCompleter(self, filename):
         """

eric ide

mercurial